Browse Source

kingfisher 8

edgar 6 years ago
parent
commit
747344f57d
100 changed files with 6658 additions and 7427 deletions
  1. BIN
      Odoo Kinfisher Pro Fashion - User Guide.pdf
  2. BIN
      OdooKingfisherProFashion_Community_Edition.pdf
  3. BIN
      OdooKingfisherProFashion_Enterprise_Edition.pdf
  4. 2 2
      __init__.py
  5. 7 31
      __openerp__.py
  6. 1 1
      controllers/__init__.py
  7. 122 195
      controllers/main.py
  8. 2 2
      data/data.xml
  9. 2 2
      data/demo_homepage.xml
  10. 84 3
      doc/changelog.rst
  11. 0 2048
      i18n/fr.po
  12. 0 1976
      i18n/nl.po
  13. 0 2022
      i18n/zh_CN.po
  14. 3 3
      models/__init__.py
  15. 18 36
      models/products.py
  16. 5 6
      models/slider.py
  17. 42 42
      models/website.py
  18. 11 15
      security/ir.model.access.csv
  19. 60 28
      static/description/index.html
  20. 0 6
      static/src/css/kingfisher_pro.css
  21. 71 0
      static/src/css/owl.carousel2.css
  22. BIN
      static/src/img/call.png
  23. BIN
      static/src/img/cart.png
  24. BIN
      static/src/img/config.png
  25. BIN
      static/src/img/eye-view.png
  26. BIN
      static/src/img/mail.png
  27. BIN
      static/src/img/map.png
  28. BIN
      static/src/img/next.png
  29. BIN
      static/src/img/phone.png
  30. BIN
      static/src/img/search.png
  31. BIN
      static/src/img/small-icon.png
  32. BIN
      static/src/img/snippet/call.png
  33. BIN
      static/src/img/snippet/cart-service.png
  34. BIN
      static/src/img/snippet/middle-box-bg.png
  35. BIN
      static/src/img/snippet/wallet.png
  36. BIN
      static/src/img/star.png
  37. BIN
      static/src/img/white-star.png
  38. 263 24
      static/src/js/custom.js
  39. 0 277
      static/src/js/kingfisher_pro.js
  40. 36 43
      static/src/js/kingfisher_pro_editor.js
  41. 44 131
      static/src/js/kingfisher_pro_frontend.js
  42. 0 0
      static/src/js/owl.carousel.min_old.js
  43. 0 29
      static/src/js/rating_state.js
  44. 0 0
      static/src/less (copy)/box-layout.less
  45. 22 0
      static/src/less (copy)/custom_theme.less
  46. 239 0
      static/src/less (copy)/footer.less
  47. 981 0
      static/src/less (copy)/header.less
  48. 28 0
      static/src/less (copy)/mixins.less
  49. 1 2
      static/src/less (copy)/open_sans_font.less
  50. 1 0
      static/src/less (copy)/options/bg_patterns/bg-pattern-1.less
  51. 1 0
      static/src/less (copy)/options/bg_patterns/bg-pattern-2.less
  52. 1 0
      static/src/less (copy)/options/bg_patterns/bg-pattern-3.less
  53. 1 0
      static/src/less (copy)/options/bg_patterns/bg-pattern-4.less
  54. 1 0
      static/src/less (copy)/options/bg_patterns/bg-pattern-5.less
  55. 1 0
      static/src/less (copy)/options/bg_patterns/bg-pattern-6.less
  56. 22 0
      static/src/less (copy)/options/colors/colors.less
  57. 22 0
      static/src/less (copy)/options/colors/theme_aqua.less
  58. 22 0
      static/src/less (copy)/options/colors/theme_blue.less
  59. 22 0
      static/src/less (copy)/options/colors/theme_brown.less
  60. 22 0
      static/src/less (copy)/options/colors/theme_orange.less
  61. 22 0
      static/src/less (copy)/options/colors/theme_pink.less
  62. 1 2
      static/src/less (copy)/options/fonts/font-style-lato-font.less
  63. 3 0
      static/src/less (copy)/options/fonts/font-style-open-sans-font.less
  64. 1 2
      static/src/less (copy)/options/fonts/font-style-raleway-font.less
  65. 1 2
      static/src/less (copy)/options/fonts/font-style-source-sans-pro-font.less
  66. 1 2
      static/src/less (copy)/options/fonts/font-style-source-serif-pro-font.less
  67. 3 0
      static/src/less (copy)/options/fonts/font-style-varela-round-font.less
  68. 14 0
      static/src/less (copy)/options/layout/boxed.less
  69. 613 0
      static/src/less (copy)/product.less
  70. 360 0
      static/src/less (copy)/style.less
  71. 0 0
      static/src/less (copy)/variable.less
  72. 2996 0
      static/src/less (copy)/web.less
  73. 7 0
      static/src/less (copy)/website.less
  74. 0 0
      static/src/less/box-layout.less
  75. 22 0
      static/src/less/custom_theme.less
  76. 39 77
      static/src/less/footer.less
  77. 132 198
      static/src/less/header.less
  78. 28 0
      static/src/less/mixins.less
  79. 3 0
      static/src/less/open_sans_font.less
  80. 1 0
      static/src/less/options/bg_patterns/bg-pattern-1.less
  81. 1 0
      static/src/less/options/bg_patterns/bg-pattern-2.less
  82. 1 0
      static/src/less/options/bg_patterns/bg-pattern-3.less
  83. 1 0
      static/src/less/options/bg_patterns/bg-pattern-4.less
  84. 1 0
      static/src/less/options/bg_patterns/bg-pattern-5.less
  85. 1 0
      static/src/less/options/bg_patterns/bg-pattern-6.less
  86. 17 0
      static/src/less/options/colors/colors.less
  87. 17 0
      static/src/less/options/colors/theme_aqua.less
  88. 17 0
      static/src/less/options/colors/theme_blue.less
  89. 17 0
      static/src/less/options/colors/theme_brown.less
  90. 17 0
      static/src/less/options/colors/theme_orange.less
  91. 17 0
      static/src/less/options/colors/theme_pink.less
  92. 4 0
      static/src/less/options/fonts/font-style-lato-font.less
  93. 4 0
      static/src/less/options/fonts/font-style-open-sans-font.less
  94. 4 0
      static/src/less/options/fonts/font-style-raleway-font.less
  95. 4 0
      static/src/less/options/fonts/font-style-source-sans-pro-font.less
  96. 4 0
      static/src/less/options/fonts/font-style-source-serif-pro-font.less
  97. 4 0
      static/src/less/options/fonts/font-style-varela-round-font.less
  98. 5 4
      static/src/less/options/layout/boxed.less
  99. 87 179
      static/src/less/product.less
  100. 28 37
      static/src/less/style.less

BIN
Odoo Kinfisher Pro Fashion - User Guide.pdf


BIN
OdooKingfisherProFashion_Community_Edition.pdf


BIN
OdooKingfisherProFashion_Enterprise_Edition.pdf


+ 2 - 2
__init__.py

@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
 # Part of AppJetty. See LICENSE file for full copyright and licensing details.
 
-from . import models
-from . import controllers
+import models
+import controllers

+ 7 - 31
__manifest__.py → __openerp__.py

@@ -3,31 +3,7 @@
 
 {
     'name': 'Kingfisher Pro Fashion',
-    'description': """Kingfisher Pro Fashion
-odoo kingfisher fashion theme
-odoo fashion theme
-openerp fashion theme
-odoo fashion store theme
-odoo theme for fashion website
-odoo theme for fashion store
-fashion theme for odoo
-fashion theme for odoo store
-fashion store theme for odoo
-ecommerce fashion store theme
-ecommerce fashion store theme for odoo
-odoo responsive fashion theme
-responsive odoo fashion theme
-responsive fashion odoo theme
-responsive fashion theme for odoo
-odoo responsive kingfisher fashion theme
-odoo fashion theme for ecommerce store
-odoo apparel theme
-odoo apparel store theme
-apparel odoo ecommerce theme
-odoo theme for apparel store
-odoo lifestyle store theme
-odoo theme for lifestyle ecommerce store
-odoo fashion store template
+    'description': '''Theme Kingfisher Pro Fashion
 fashion theme
 fashion
 fashion store
@@ -48,19 +24,16 @@ furnishing industry
 odoo 9 theme
 odoo 10 theme
 odoo 11 theme
-odoo 12 theme
 custom odoo theme
-    """,
+    ''',
     'category': 'Theme/Ecommerce',
-    'version': '12.0.1.0.1',
-    'license': 'OPL-1',
+    'version': '8.0.1.0.10',
     'author': 'AppJetty',
     'website': 'https://www.appjetty.com/',
     'depends': [
-        'sale_management',
-        'website_theme_install',
         'website_sale',
         'mass_mailing',
+        'website_less',
         'website_blog',
     ],
     'data': [
@@ -74,6 +47,9 @@ custom odoo theme
         'data/data.xml',
         'views/theme.xml',
     ],
+    'demo': [
+        'data/demo_homepage.xml',
+    ],
     'support': 'support@appjetty.com',
     'application': True,
     'live_test_url': 'http://theme-kingfisher-pro-fashion.appjetty.com',

+ 1 - 1
controllers/__init__.py

@@ -1,4 +1,4 @@
 # -*- coding: utf-8 -*-
 # Part of AppJetty. See LICENSE file for full copyright and licensing details.
 
-from . import main
+import main

+ 122 - 195
controllers/main.py

@@ -2,15 +2,14 @@
 # Part of AppJetty. See LICENSE file for full copyright and licensing details.
 
 import re
-import math
-from odoo import http, SUPERUSER_ID, fields
-from odoo.http import request
-from odoo.addons.http_routing.models.ir_http import slug
-from odoo.addons.website.controllers.main import QueryURL
-from odoo.addons.website_sale.controllers import main
-from odoo.addons.website_sale.controllers import main as main_shop
-from odoo.addons.website_sale.controllers.main import WebsiteSale
-from odoo.addons.website_sale.controllers.main import TableCompute
+from openerp import http
+from openerp.http import request
+from openerp.addons.website.models.website import slug
+from openerp.addons.website_sale.controllers import main
+from openerp.addons.website_sale.controllers import main as main_shop
+from openerp.addons.website_sale.controllers.main import QueryURL
+from openerp.addons.website_sale.controllers.main import website_sale
+from openerp.addons.website_sale.controllers.main import table_compute
 
 
 class KingfisherProSliderSettings(http.Controller):
@@ -18,7 +17,7 @@ class KingfisherProSliderSettings(http.Controller):
     @http.route(['/kingfisher_pro/pro_get_options'], type='json', auth="public", website=True)
     def get_slider_options(self):
         slider_options = []
-        option = request.env['product.category.slider.config'].sudo().search(
+        option = request.env['product.category.slider.config'].search(
             [('active', '=', True)], order="name asc")
         for record in option:
             slider_options.append({'id': record.id,
@@ -27,41 +26,22 @@ class KingfisherProSliderSettings(http.Controller):
 
     @http.route(['/kingfisher_pro/pro_get_dynamic_slider'], type='http', auth='public', website=True)
     def get_dynamic_slider(self, **post):
-        uid, context, pool = request.uid, dict(request.context), request.env
         if post.get('slider-type'):
             slider_header = request.env['product.category.slider.config'].sudo().search(
                 [('id', '=', int(post.get('slider-type')))])
-            if not context.get('pricelist'):
-                pricelist = request.website.get_current_pricelist()
-                context = dict(request.context, pricelist=int(pricelist))
-            else:
-                pricelist = pool.get('product.pricelist').browse(
-                    context['pricelist'])
-
-            context.update({'pricelist': pricelist.id})
             values = {
                 'slider_header': slider_header
             }
             if slider_header.prod_cat_type == 'product':
-                values.update(
-                    {'slider_details': slider_header.collections_product})
+                values.update({'slider_details': slider_header.collections_product})
             if slider_header.prod_cat_type == 'category':
-                values.update(
-                    {'slider_details': slider_header.collections_category})
-
-            from_currency = pool['res.users'].sudo().browse(
-                uid).company_id.currency_id
-            to_currency = pricelist.currency_id
-
-            def compute_currency(price): return pool['res.currency']._convert(
-                price, from_currency, to_currency, fields.Date.today())
-            values.update({'slider_type': slider_header.prod_cat_type,
-                           'compute_currency': compute_currency, })
-            return request.render("kingfisher_pro.kingfisher_pro_pro_cat_slider_view", values)
+                values.update({'slider_details': slider_header.collections_category})
+            values.update({'slider_type': slider_header.prod_cat_type})
+            return request.website.render("kingfisher_pro.kingfisher_pro_pro_cat_slider_view", values)
 
     @http.route(['/kingfisher_pro/pro_image_effect_config'], type='json', auth='public', website=True)
     def product_image_dynamic_slider(self, **post):
-        slider_data = request.env['product.category.slider.config'].sudo().search(
+        slider_data = request.env['product.category.slider.config'].search(
             [('id', '=', int(post.get('slider_type')))])
         values = {
             's_id': slider_data.prod_cat_type + str(slider_data.id),
@@ -74,7 +54,7 @@ class KingfisherProSliderSettings(http.Controller):
     @http.route(['/kingfisher_pro/blog_get_options'], type='json', auth="public", website=True)
     def king_blog_get_slider_options(self):
         slider_options = []
-        option = request.env['blog.slider.config'].sudo().search(
+        option = request.env['blog.slider.config'].search(
             [('active', '=', True)], order="name asc")
         for record in option:
             slider_options.append({'id': record.id,
@@ -90,11 +70,11 @@ class KingfisherProSliderSettings(http.Controller):
                 'slider_header': slider_header,
                 'blog_slider_details': slider_header.collections_blog_post,
             }
-            return request.render("kingfisher_pro.kingfisher_pro_blog_slider_view", values)
+            return request.website.render("kingfisher_pro.kingfisher_pro_blog_slider_view", values)
 
     @http.route(['/kingfisher_pro/blog_image_effect_config'], type='json', auth='public', website=True)
     def king_blog_product_image_dynamic_slider(self, **post):
-        slider_data = request.env['blog.slider.config'].sudo().search(
+        slider_data = request.env['blog.slider.config'].search(
             [('id', '=', int(post.get('slider_type')))])
         values = {
             's_id': slider_data.no_of_counts + '-' + str(slider_data.id),
@@ -125,7 +105,7 @@ class KingfisherProSliderSettings(http.Controller):
     @http.route(['/kingfisher_pro/product_multi_get_options'], type='json', auth="public", website=True)
     def product_multi_get_slider_options(self):
         slider_options = []
-        option = request.env['multi.slider.config'].sudo().search(
+        option = request.env['multi.slider.config'].search(
             [('active', '=', True)], order="name asc")
         for record in option:
             slider_options.append({'id': record.id,
@@ -134,35 +114,18 @@ class KingfisherProSliderSettings(http.Controller):
 
     @http.route(['/kingfisher_pro/product_multi_get_dynamic_slider'], type='http', auth='public', website=True)
     def product_multi_get_dynamic_slider(self, **post):
-        context, pool = dict(request.context), request.env
         if post.get('slider-type'):
             slider_header = request.env['multi.slider.config'].sudo().search(
                 [('id', '=', int(post.get('slider-type')))])
-
-            if not context.get('pricelist'):
-                pricelist = request.website.get_current_pricelist()
-                context = dict(request.context, pricelist=int(pricelist))
-            else:
-                pricelist = pool.get('product.pricelist').browse(
-                    context['pricelist'])
-
-            context.update({'pricelist': pricelist.id})
-            from_currency = pool['res.users'].sudo().browse(
-                SUPERUSER_ID).company_id.currency_id
-            to_currency = pricelist.currency_id
-
-            def compute_currency(price): return pool['res.currency']._convert(
-                price, from_currency, to_currency, fields.Date.today())
             values = {
                 'slider_details': slider_header,
-                'slider_header': slider_header,
-                'compute_currency': compute_currency,
+                'slider_header': slider_header
             }
-            return request.render("kingfisher_pro.kingfisher_pro_multi_cat_slider_view", values)
+            return request.website.render("kingfisher_pro.kingfisher_pro_multi_cat_slider_view", values)
 
     @http.route(['/kingfisher_pro/product_multi_image_effect_config'], type='json', auth='public', website=True)
     def product_multi_product_image_dynamic_slider(self, **post):
-        slider_data = request.env['multi.slider.config'].sudo().search(
+        slider_data = request.env['multi.slider.config'].search(
             [('id', '=', int(post.get('slider_type')))])
         values = {
             's_id': slider_data.no_of_collection + '-' + str(slider_data.id),
@@ -173,7 +136,7 @@ class KingfisherProSliderSettings(http.Controller):
         return values
 
 
-class KingfisherProBrandSlider(WebsiteSale):
+class KingfisherProBrandSlider(website_sale):
 
     @http.route(['/shop/pager_selection/<model("product.per.page.no"):pl_id>'], type='http', auth="public", website=True)
     def product_page_change(self, pl_id, **post):
@@ -190,49 +153,39 @@ class KingfisherProBrandSlider(WebsiteSale):
                 auth='public',
                 website=True)
     def shop(self, page=0, category=None, brand=None, search='', ppg=False, **post):
-        add_qty = int(post.get('add_qty', 1))
+        cr, uid, context, pool = request.cr, request.uid, request.context, request.registry
         if brand:
-            req_ctx = request.context.copy()
-            req_ctx.setdefault('brand_id', int(brand))
-            request.context = req_ctx
+            request.context.setdefault('brand_id', int(brand))
         result = super(KingfisherProBrandSlider, self).shop(
             page=page, category=category, brand=brand, search=search, **post)
-
-        # odoo11
-        # for displaying after whishlist or add to cart button n product_detail page
-        if request.env.get('product.attribute.category') != None:
-            compare_tmpl_obj = request.env.ref(
-                'website_sale_comparison.product_add_to_compare')
-            if compare_tmpl_obj and compare_tmpl_obj.priority != 20:
-                compare_tmpl_obj.sudo().write({'priority': 20})
-
         sort_order = ""
         cat_id = []
-        page_no = request.env['product.per.page.no'].sudo().search(
-            [('set_default_check', '=', True)])
+
+        page_obj = pool.get('product.per.page.no')
+        page_id = page_obj.search(
+            cr, uid, [('set_default_check', '=', True)], context=context)
+        page_no = page_obj.browse(cr, uid, page_id, context=context)
         if page_no:
             ppg = page_no.name
         else:
             ppg = main_shop.PPG
-        product_tmp = []
+
+        product = []
         newproduct = []
-        product_price = []
 
         # product template object
-        product_obj = request.env['product.template']
+        product_obj = pool.get('product.template')
 
         attrib_list = request.httprequest.args.getlist('attrib')
-        attrib_values = [list(map(int, v.split("-")))
-                         for v in attrib_list if v]
+        attrib_values = [map(int, v.split("-")) for v in attrib_list if v]
         attributes_ids = set([v[0] for v in attrib_values])
         attrib_set = set([v[1] for v in attrib_values])
         domain = request.website.sale_product_domain()
         domain += self._get_search_domain(search, category, attrib_values)
         url = "/shop"
-
+        # For Product tags
         keep = QueryURL('/shop', category=category and int(category), search=search,
                         attrib=attrib_list, order=post.get('order'))
-        pricelist_context, pricelist = self._get_pricelist_context()
         if post:
             request.session.update(post)
 
@@ -251,157 +204,131 @@ class KingfisherProBrandSlider(WebsiteSale):
                 request.session['pricerange'] = ""
                 request.session['min1'] = ""
                 request.session['max1'] = ""
-                request.session['curr_category'] = ""
 
         session = request.session
-        cate_for_price = None
         # for category filter
         if category:
-            cate_for_price = int(category)
-            category = request.env['product.public.category'].sudo().browse(
-                int(category))
+            category = pool['product.public.category'].browse(
+                cr, uid, int(category), context=context)
             url = "/shop/category/%s" % slug(category)
-            if not category or not category.can_access_from_current_website():
-                raise NotFound()
-
         if category != None:
             for ids in category:
                 cat_id.append(ids.id)
             domain += ['|', ('public_categ_ids.id', 'in', cat_id),
                        ('public_categ_ids.parent_id', 'in', cat_id)]
-
         # for tag filter
         if session.get('tag'):
-            session_tag = session.get('tag')[0]
-            tag = session_tag
+            session_tag = session.get('tag')
+            tag = session_tag[0]
+            tags_obj = pool['biztech.product.tags']
+            tags_ids = tags_obj.search(cr, uid, [], context=context)
+            tags = tags_obj.browse(cr, uid, tags_ids, context=context)
             if tag:
-                tag = request.env['biztech.product.tags'].sudo().browse(
-                    int(tag))
-                domain += [('biztech_tag_ids', '=', int(tag))]
+                tag = pool['biztech.product.tags'].browse(cr, uid, int(tag), context=context)
+                domain += [('tag_ids', '=', int(tag))]
                 request.session["tag"] = [tag.id, tag.name]
 
         # For Product Sorting
         if session.get('sort_id'):
             session_sort = session.get('sort_id')
             sort = session_sort
-            sort_field = request.env['biztech.product.sortby'].sudo().browse(
-                int(sort))
+            sorts_obj = pool['biztech.product.sortby']
+            sorts_ids = sorts_obj.search(cr, uid, [], context=context)
+            sorts = sorts_obj.browse(cr, uid, sorts_ids, context=context)
+            sort_field = pool['biztech.product.sortby'].browse(cr, uid, int(sort), context=context)
             request.session['product_sort_name'] = sort_field.name
             order_field = sort_field.sort_on.name
             order_type = sort_field.sort_type
             sort_order = '%s %s' % (order_field, order_type)
             if post.get("sort_id"):
-                request.session["sortid"] = [
-                    sort, sort_order, sort_field.name, order_type]
+                request.session["sortid"] = [sort, sort_order, sort_field.name, order_type]
 
         # For Price slider
-        is_price_slider = request.env.ref(
-            'kingfisher_pro.kingfisher_pro_slider_layout')
-        if is_price_slider:
-
-            is_discount_hide = True if request.website.get_current_pricelist(
-            ).discount_policy == 'with_discount' else False
-
-            product_slider_ids = []
-            asc_product_slider_ids = product_obj.search(
-                domain, limit=1, order='list_price')
-            desc_product_slider_ids = product_obj.search(
-                domain, limit=1, order='list_price desc')
-            if asc_product_slider_ids:
-                # product_slider_ids.append(asc_product_slider_ids.website_price)
-                product_slider_ids.append(
-                    asc_product_slider_ids.website_price if is_discount_hide else asc_product_slider_ids.list_price)
-            if desc_product_slider_ids:
-                # product_slider_ids.append(desc_product_slider_ids.website_price)
-                product_slider_ids.append(
-                    desc_product_slider_ids.website_price if is_discount_hide else desc_product_slider_ids.list_price)
-
-            if product_slider_ids:
-                if post.get("range1") or post.get("range2") or not post.get("range1") or not post.get("range2"):
-                    range1 = min(product_slider_ids)
-                    range2 = max(product_slider_ids)
-                    result.qcontext['range1'] = math.floor(range1)
-                    result.qcontext['range2'] = math.ceil(range2)
-
-                    if request.session.get('pricerange'):
-                        if cate_for_price and request.session.get('curr_category') and request.session.get('curr_category') != int(cate_for_price):
-                            request.session["min1"] = math.floor(range1)
-                            request.session["max1"] = math.ceil(range2)
-
-                    if session.get("min1") and session["min1"]:
-                        post["min1"] = session["min1"]
-                    if session.get("max1") and session["max1"]:
-                        post["max1"] = session["max1"]
-                    if range1:
-                        post["range1"] = range1
-                    if range2:
-                        post["range2"] = range2
-                    if range1 == range2:
-                        post['range1'] = 0.0
-
-                if request.session.get('min1') or request.session.get('max1'):
-                    if request.session.get('min1'):
-                        if request.session['min1'] != None:
-                            # domain += [('list_price', '>=', request.session.get('min1')), ('list_price', '<=', request.session.get('max1'))]
-                            # ========== for hide list-website price diffrence ====================
-                            if is_discount_hide:
-                                price_product_list = []
-                                product_withprice = product_obj.search(domain)
-                                for prod_id in product_withprice:
-                                    if prod_id.website_price >= float(request.session['min1']) and prod_id.website_price <= float(request.session['max1']):
-                                        price_product_list.append(prod_id.id)
-
-                                if price_product_list:
-                                    domain += [('id', 'in',
-                                                price_product_list)]
-                                else:
-                                    domain += [('id', 'in', [])]
-                            else:
-                                domain += [('list_price', '>=', request.session.get('min1')),
-                                           ('list_price', '<=', request.session.get('max1'))]
-# ==============================
-                            request.session["pricerange"] = str(
-                                request.session['min1'])+"-To-"+str(request.session['max1'])
-
-                if session.get('min1') and session['min1']:
-                    result.qcontext['min1'] = session["min1"]
-                    result.qcontext['max1'] = session["max1"]
-
-        if cate_for_price:
-            request.session['curr_category'] = int(cate_for_price)
+        product_slider_ids = []
+        asc_product_slider_id = product_obj.search(cr, uid,
+                                                   [('website_published', '=', True)], limit=1, order='list_price')
+        desc_product_slider_id = product_obj.search(cr, uid,
+                                                    [('website_published', '=', True)], limit=1, order='list_price desc')
+        asc_product_slider_ids = product_obj.browse(
+            cr, uid, asc_product_slider_id, context=context)
+        desc_product_slider_ids = product_obj.browse(
+            cr, uid, desc_product_slider_id, context=context)
+
+        if asc_product_slider_ids:
+            product_slider_ids.append(asc_product_slider_ids.list_price)
+        if desc_product_slider_ids:
+            product_slider_ids.append(desc_product_slider_ids.list_price)
+
+        if product_slider_ids:
+            if post.get("range1") or post.get("range2") or not post.get("range1") or not post.get("range2"):
+                range1 = min(product_slider_ids)
+                range2 = max(product_slider_ids)
+                result.qcontext['range1'] = range1
+                result.qcontext['range2'] = range2
+
+                if session.get("min1") and session["min1"]:
+                    post["min1"] = session["min1"]
+                if session.get("max1") and session["max1"]:
+                    post["max1"] = session["max1"]
+                if range1:
+                    post["range1"] = range1
+                if range2:
+                    post["range2"] = range2
+                if range1 == range2:
+                    post['range1'] = 0.0
+
+            if request.session.get('min1') or request.session.get('max1'):
+                if request.session.get('min1'):
+                    if request.session['min1'] != None:
+                        domain += [('list_price', '>=', request.session.get('min1')),
+                                   ('list_price', '<=', request.session.get('max1'))]
+                        request.session["pricerange"] = str(
+                            request.session['min1'])+"-To-"+str(request.session['max1'])
+
+            if session.get('min1') and session['min1']:
+                result.qcontext['min1'] = session["min1"]
+                result.qcontext['max1'] = session["max1"]
 
         if request.session.get('default_paging_no'):
             ppg = int(request.session.get('default_paging_no'))
 
-        product_count = product_obj.search_count(domain)
+        # For Collascpe category
+        parent_category_ids = []
+        if category:
+            parent_category_ids = [category.id]
+            current_category = category
+            while current_category.parent_id:
+                parent_category_ids.append(current_category.parent_id.id)
+                current_category = current_category.parent_id
+        result.qcontext['parent_category_ids'] = parent_category_ids
+
+        product_count = product_obj.search_count(cr, uid, domain, context=context)
         pager = request.website.pager(
             url=url, total=product_count, page=page, step=ppg, scope=7, url_args=post)
-        products = product_obj.search(
-            domain, limit=ppg, offset=pager['offset'], order=sort_order)
-        compute_currency = self._get_compute_currency(pricelist, products[:1])
-        result.qcontext.update({'product_count': product_count,
-                                'products': products,
-                                'category': category,
-                                'pager': pager,
-                                'add_qty': add_qty,
-                                'compute_currency': compute_currency,
-                                'keep': keep,
-                                'search': search,
-                                'bins': TableCompute().process(products, ppg)})
+        product_ids = product_obj.search(
+            cr, uid, domain, limit=ppg, offset=pager['offset'], order=sort_order, context=context)
+        products = product_obj.browse(cr, uid, product_ids, context=context)
+
+        result.qcontext.update({'product_count': product_count})
+        result.qcontext.update({'products': products})
+        result.qcontext.update({'category': category})
+        result.qcontext.update({'pager': pager})
+        result.qcontext.update({'keep': keep})
+        result.qcontext.update({'search': search})
+        result.qcontext.update({'bins': table_compute().process(products)})
 
         result.qcontext['brand'] = brand
-        result.qcontext['domain'] = domain
-        result.qcontext['brand_obj'] = request.env['product.brands'].sudo().search([
-            ('id', '=', brand)])
+        result.qcontext['brand_obj'] = request.env['product.brands'].search([('id', '=', brand)])
+
         return result
 
     @http.route()
     def cart_update_json(self, product_id, line_id=None, add_qty=None, set_qty=None, display=True):
         result = super(KingfisherProBrandSlider, self).cart_update_json(
-            product_id, line_id, add_qty, set_qty, display)
-        order = request.website.sale_get_order()
-        result.update({'kingfisher_pro.hover_total': request.env['ir.ui.view'].render_template("kingfisher_pro.hover_total", {
-            'website_sale_order': order})
+            product_id=product_id, line_id=line_id, add_qty=add_qty, set_qty=set_qty, display=display)
+        result.update({'kingfisher_pro.hover_total': request.website._render("kingfisher_pro.hover_total", {
+            'website_sale_order': request.website.sale_get_order()
+        })
         })
         return result
 
@@ -416,7 +343,7 @@ class KingfisherProBrandSlider(WebsiteSale):
         }
 
         if post.get('product_count'):
-            brand_data = request.env['product.brands'].sudo().search(
+            brand_data = request.env['product.brands'].search(
                 [], limit=int(post.get('product_count')))
             if brand_data:
                 value['website_brands'] = brand_data
@@ -424,7 +351,7 @@ class KingfisherProBrandSlider(WebsiteSale):
         if post.get('product_label'):
             value['brand_header'] = post.get('product_label')
 
-        return request.render("kingfisher_pro.kingfisher_pro_brand_slider_view", value)
+        return request.website.render("kingfisher_pro.kingfisher_pro_brand_slider_view", value)
 
     @http.route(['/kingfisher_pro/removeattribute'], type='json', auth='public', website=True)
     def remove_selected_attribute(self, **post):

+ 2 - 2
data/data.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<odoo>
+<openerp>
     <data noupdate="1">
 
         <record id="record_no_of_product_per_page_no_10" model="product.per.page.no">
@@ -38,4 +38,4 @@
         </record>
 
     </data>
-</odoo>
+</openerp>

+ 2 - 2
data/demo_homepage.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<odoo>
+<openerp>
 <data noupdate="1">
 
     <!-- Home Page -->
@@ -274,4 +274,4 @@
     </template>
 
 </data>
-</odoo>
+</openerp>

+ 84 - 3
doc/changelog.rst

@@ -1,9 +1,90 @@
 ========================
-``Kingfisher Pro Fashion`` changelog
+``Kingfisher Pro Theme`` changelog
 ========================
 
+*****
+
+Added translations file and make fields translatable
+
+*****
+
+1/. Added translation file for French(BE).
+
+2/. Make char fields translatable.
+
+*****
+
+Fixed the category paging issue
+
+*****
+
+1/. Fixed the issue which occured while switching pages into categories on website.
+
+
+*****
+
+Fixed paging issue
+
+*****
+
+1/. Fixed default paging issue
+
+
+*****
+
+Updated xpath for Product Quantity template
+
+*****
+
+1. Updated xpath for Product Quantity template
+
+
+*****
+
+Updated multi image slider for variant image support
+
+*****
+
+1. Updated multi image slider for variant image support
+
+
+*****
+
+Editing image was not possible when you create product using website
+
+*****
+
+1. Editing image was not possible when you create product using website.
+
+
 ******************************************
-Improved code to support the default product flow for some static ids.
+
+Provided access rights for theme features
+
 ******************************************
 
-1. Improved code to support the default product flow for some static ids.
+Provided access rights for the features like Multi image, sliders, tags and etc.
+
+
+******************************************
+Add some new features
+******************************************
+- Single product attribute will be visible on product detail page.
+- Fixed search issue with paging.
+- Removed "#0" and replaced it with "#" on the button to top.
+
+*****************************************
+Bug Fixes
+******************************************
+- Replace xrange function with range function.
+- Some minor bug fixes.
+
+*****************************************
+Fixed shop page loading issue
+******************************************
+- Fixed shop page loading issue
+
+*****************************************
+Fixed Qty. spinner 
+******************************************
+- Fixed Qty spinner issue on plus and minus.

+ 0 - 2048
i18n/fr.po

@@ -1,2048 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-#	* kingfisher_pro
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 9.0c\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-06-13 09:07+0000\n"
-"PO-Revision-Date: 2016-06-13 09:07+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_menu_inherit
-msgid "#ccc"
-msgstr "#ccc"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "100% MONEY BACK - 30 DAYS"
-msgstr "100% REMBOURSÉ - 30 JOURS"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_1
-msgid "1st collection name"
-msgstr "1er nom de la collection"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_1_ids
-msgid "1st product collection"
-msgstr "1ère collection de produits"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "2 Columns"
-msgstr "
-2 colonnes"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "2016"
-msgstr "2016"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_2
-msgid "2nd collection name"
-msgstr "2nd collection name"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_2_ids
-msgid "2nd product collection"
-msgstr "collection 2ème produit"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "3 Columns"
-msgstr "Les colonnes 3"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_3
-msgid "3rd collection name"
-msgstr "3ème nom de la collection"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_3_ids
-msgid "3rd product collection"
-msgstr "collection 3ème produit"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "4 Columns"
-msgstr "4 colonnes"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "404"
-msgstr "404"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_4
-msgid "4th collection name"
-msgstr "4ème nom de la collection"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_4_ids
-msgid "4th product collection"
-msgstr "collection 4ème produit"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_5
-msgid "5th collection name"
-msgstr "
-5ème nom de la collection"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_5_ids
-msgid "5th product collection"
-msgstr "collection de produits 5e"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "<b>24/7 CUSTOMER SERVICE</b>"
-msgstr "<b>SERVICE CLIENT 24/7</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "<b>FREE SHIPPING WORLDWIDE</b>"
-msgstr "<b>ENVOI GRATUIT DANS LE MONDE ENTIER</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "<b>MONEY BACK GUARANTEE !</b>"
-msgstr "<b>GARANTIE DE REMBOURSEMENT !</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "<i class=\"fa fa-shopping-cart\"/>Add to Cart"
-msgstr "<i class=\"fa fa-shopping-cart\"/>Add to Cart"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "<span class=\"col-xs-6 text-right h4\">Subtotal:</span>"
-msgstr "<span class=\"col-xs-6 text-right h4\">Subtotal:</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Open Sans', sans-serif;\">Open Sans </span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Open Sans', sans-serif;\">Open Sans </span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Source Sans Pro', sans-serif;\">Source Sans Pro</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Source Sans Pro', sans-serif;\">Source Sans Pro</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Source Serif Pro', serif;\">Source Serif Pro</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Source Serif Pro', serif;\">Source Serif Pro</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Varela Round', sans-serif;\">Varela Round</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Varela Round', sans-serif;\">Varela Round</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style2\" style=\"font-family: 'Lato', sans-serif;\">Lato</span>"
-msgstr "<span class=\"font-style2\" style=\"font-family: 'Lato', sans-serif;\">Lato</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style3\" style=\"font-family: 'Raleway', sans-serif;\">Raleway</span>"
-msgstr "<span class=\"font-style3\" style=\"font-family: 'Raleway', sans-serif;\">Raleway</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "<span class=\"line1\">BIGGEST</span><br/>\n"
-"                                    <span class=\"line2\">SALE</span><br/>\n"
-"                                    <span class=\"line3\">50%</span>"
-msgstr "<span class=\"line1\">BIGGEST</span><br/>\n"
-"                                    <span class=\"line2\">SALE</span><br/>\n"
-"                                    <span class=\"line3\">50%</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider   
-msgid "<span class=\"sr-only\">Next</span>"
-msgstr "<span class=\"sr-only\">Suivant</span>"
-
-#. module: kingfisher_pro       
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "<span class=\"sr-only\">Previous</span>"
-msgstr "<span class=\"sr-only\">Précédent</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_blog_custom_snippet
-msgid "<span>Blog post slider</span>"
-msgstr "
-<Span > Blog après curseur </ span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_multi_cat_custom_snippet
-msgid "<span>Multi Category Slider</span>"
-msgstr "<Span > Multi Catégorie Curseur </ span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_brand_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_brand_custom_slider
-msgid "<span>Our Brands</span>"
-msgstr "<Span > Nos Marques </ span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_product_category_slider
-msgid "<span>Product/Category Slider</span>"
-msgstr "<Span > Produit / Catégorie Curseur </ span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-msgid "<span>Trending</span>"
-msgstr "<Span > Trending </ span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "About Us"
-msgstr "À propos de nous"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_active
-msgid "Active"
-msgstr "Actif"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_images
-msgid "Add Multiple Image in Product"
-msgstr "Ajouter Image multiple dans le produit"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_multi_image
-msgid "Add Multiple Images?"
-msgstr "Ajouter plusieurs images ?"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_is_flip_image
-msgid "Add flip image"
-msgstr "Ajouter retournement de l'image
-"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Add flip image which will be visible on product hover in website"
-msgstr "Ajouter retournement de l'image qui sera visible sur le vol stationnaire du produit sur ​​le site"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.king_pro_products_item
-msgid "Add to cart"
-msgstr "Ajouter au panier"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Add..."
-msgstr "Ajouter..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Affiliates"
-msgstr "Affiliés"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "All Products"
-msgstr "Tous les produits"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_alt
-msgid "Alt"
-msgstr "Alt"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:24
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:56
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:83
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:110
-#, python-format
-msgid "Apply"
-msgstr "Appliquer"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Aqua"
-msgstr "Aqua"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.sortby,sort_type:0
-msgid "Ascending"
-msgstr "
-Ascendant"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_auto_rotate
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_auto_rotate
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_auto_rotate
-msgid "Auto Rotate Slider"
-msgstr "Rotation auto Curseur"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "B/W"
-msgstr "B / W"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "BOXED"
-msgstr "
-BOXÉ"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Background Pattern"
-msgstr "Motif de fond"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_bg_img_color:0
-msgid "Background color"
-msgstr "Couleur de fonds"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_color
-msgid "Background color for megamenu"
-msgstr "La couleur de fond pour megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_megamenu_bg_color
-msgid "Background color for megamenu, for setting background color you have to pass hexacode here."
-msgstr "La couleur de fond pour megamenu , pour la mise en couleur de fond que vous avez à passer hexacode ici ."
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_bg_img_color:0
-msgid "Background image"
-msgstr "Image de fond"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_image
-msgid "Background image for megamenu"
-msgstr "Image de fond pour megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "Bag"
-msgstr "Sac"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:204
-#: model:ir.actions.act_window,name:kingfisher_pro.dynamic_blog_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.dynamic_blog_slider_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.dynamic_blog_slider_list_view
-#, python-format
-msgid "Blog Post Slider"
-msgstr "Blog post Curseur"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:68
-#, python-format
-msgid "Blog Slider Configuration"
-msgstr "Blog Configuration Curseur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.dynamic_blog_slider_menu
-msgid "Blog Slider Configuraton"
-msgstr "Blog Configuration Curseur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Blue"
-msgstr "Bleu"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Blur"
-msgstr "flou"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-msgid "Bottom"
-msgstr "Bas"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_product_brand_id
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherited_product_template_form_brand_add
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherited_view_product_template_search_brand
-msgid "Brand"
-msgstr "Marque"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_cover
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Brand Cover"
-msgstr "Marque Cover"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_logo
-msgid "Brand Logo"
-msgstr "Logo de la marque"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_name
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Brand Name"
-msgstr "Marque"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_open_brand_products
-msgid "Brand Products"
-msgstr "Produits de marque"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_product_brand
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherit_product_search_view
-msgid "Brands"
-msgstr "Marques"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:36
-#, python-format
-msgid "Brands Slider Configuration"
-msgstr "Configuration Curseur Marques"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Brown"
-msgstr "marron"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_slider_layout
-msgid "By Price"
-msgstr "Par Prix"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "CEO, ABC company"
-msgstr "Chef de la direction , la société ABC"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "CURRENCY"
-msgstr "DEVISE"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:23
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:55
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:82
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:109
-#, python-format
-msgid "Cancel"
-msgstr "Annuler"
-
-#. module: kingfisher_pro
-#: selection:product.category.slider.config,prod_cat_type:0
-msgid "Category"
-msgstr "Catégorie"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_category_slider_position
-msgid "Category Slider Position"
-msgstr "Category Slider Position"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_change_thumbnail_size
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_change_thumbnail_size
-msgid "Change thumbnail size"
-msgstr "Change thumbnail size"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Checkout"
-msgstr "Check-out"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,help:kingfisher_pro.dynamic_blog_slider_action
-#: model:ir.actions.act_window,help:kingfisher_pro.multi_slider_action
-#: model:ir.actions.act_window,help:kingfisher_pro.prod_cat_slider_action
-msgid "Click to define a new slider."
-msgstr "Cliquez pour définir un nouveau curseur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Collection configuration"
-msgstr "configuration de Collection"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_1
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_2
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_3
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_4
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_5
-msgid "Collection label to be displayed in website like Men, Women, Kids, etc..."
-msgstr "
-label Collection qui sera affiché dans le site comme des hommes, femmes, enfants , etc ..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_collections_blog_post
-msgid "Collections of blog posts"
-msgstr "Collections de messages blog"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_collections_category
-msgid "Collections of category"
-msgstr "Collections de la catégorie"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_collections_product
-msgid "Collections of product"
-msgstr "Collections de produits"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_color
-msgid "Color"
-msgstr "
-Couleur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Configure"
-msgstr "Configurer"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_res_config_ppp
-msgid "Configure website product pagination"
-msgstr "Configurer site produit pagination"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Contact"
-msgstr "Contact"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Contact Us"
-msgstr "Contactez-nous"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_no_of_counts
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_no_of_counts
-msgid "Counts"
-msgstr "Counts"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_cover_image
-msgid "Cover Image will be show untill video is loaded."
-msgstr "Image de couverture sera show vidéo jusqu'au chargement ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_cover_image
-msgid "Cover image"
-msgstr "Image de couverture"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_create_uid
-msgid "Created by"
-msgstr "Créé par"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_create_date
-msgid "Created on"
-msgstr "Créé le"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Customer Service"
-msgstr "Service Clients"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Customize your theme"
-msgstr "Personnalisez votre thème"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Default"
-msgstr "Default"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.sortby,sort_type:0
-msgid "Descending"
-msgstr "Descendant"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_description
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_description
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Description"
-msgstr "La description"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_display_name
-msgid "Display Name"
-msgstr "Nom affiché"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_display_menu_footer
-msgid "Display menu footer"
-msgstr "menu Affichage footer"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_product_display_grid
-#: model:ir.model.fields,help:kingfisher_pro.field_website_product_display_grid
-msgid "Display no. of products per line in website product grid."
-msgstr "Afficher pas . de produits par ligne dans la grille des produits du site Web."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse\n"
-"                                <br/>\n"
-"                                molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero\n"
-"                                <br/>\n"
-"                                eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\n"
-"                                <br/>\n"
-"                                zzril delenit augue duis dolore te feugait nulla facilisi."
-msgstr "Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse\n"
-"                                <br/>\n"
-"                                molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero\n"
-"                                <br/>\n"
-"                                eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\n"
-"                                <br/>\n"
-"                                zzril delenit augue duis dolore te feugait nulla facilisi."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_list_view
-msgid "Dynamic Slider"
-msgstr "Dynamic curseur"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "SHOP NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "ACHETEZ MAINTENANT <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_first_last_pager
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_first_last_pager
-msgid "Enable First and Last Pager"
-msgstr "Activer Prénom et Pager"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_active
-msgid "Enable or Disable tag from website"
-msgstr "Activer ou désactiver tag sur le site"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_sort_by
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_sort_by
-msgid "Enable product sorting option"
-msgstr "Activer produit option de tri"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_disable_text
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_disable_text
-msgid "Enable the text panel"
-msgstr "Activer le panneau de texte"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_is_flip_image
-msgid "Enable this checkbox for adding flip image on product website."
-msgstr "Activez cette case à cocher pour l'image flip ajout sur ​​le site Web du produit."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_first_last_pager
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_first_last_pager
-msgid "Enable this checkbox to make 'First' and 'Last' button in pager on website."
-msgstr "Cochez cette case pour faire 'First ' et le bouton 'Last ' dans pager sur le site ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_disable_text
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_disable_text
-msgid "Enable/Disable text which is visible on the image in multi image."
-msgstr "Activer / Désactiver le texte qui est visible sur l'image en multi image."
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:43
-#, python-format
-msgid "Enter Count"
-msgstr "Entrez comte
-"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:49
-#, python-format
-msgid "Enter Label (for e.g: Our Brands)"
-msgstr " Entrez l'étiquette (pour e.g : Nos Marques ) "
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "FONTS COMBINATIONS"
-msgstr " POLICES COMBINAISONS "
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "FREE SHIPPING WORLDWIDE"
-msgstr "ENVOI GRATUIT DANS LE MONDE ENTIER"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "FULL WIDTH"
-msgstr "PLEINE LARGEUR"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.website_pager_addition
-msgid "First"
-msgstr "Premier"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_flip_image
-msgid "Flip image"
-msgstr "Flip image"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_flip_image
-msgid "Flip image will be shown on mouse hover in website on specific product."
-msgstr "Retourner l'image sera affichée sur le vol stationnaire de la souris dans le site Web sur un produit spécifique."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_footer
-msgid "Footer content"
-msgstr "contenu du pied de page"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_menu_footer
-msgid "Footer name for megamenu"
-msgstr "Nom du pied de page pour megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_display_menu_footer
-msgid "For displaying footer in megamenu"
-msgstr "Pour afficher le pied de page dans megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_sort_by
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_sort_by
-msgid "For enabling product sorting feature in website."
-msgstr "Pour activer fonctionnalité de tri sur le site produit ."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Free Shipping"
-msgstr "Livraison gratuite"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Gift Cards"
-msgstr "Cartes cadeaux"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Golden"
-msgstr "d'or"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-msgid "Green"
-msgstr "vert"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "Grid View"
-msgstr "Grid View"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_carousel_header_name
-msgid "Header name for carousel slider in megamenu"
-msgstr "nom d' en-tête pour carrousel curseur dans megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Help"
-msgstr "Aide"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "Home"
-msgstr "Accueil"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Html5 Video"
-msgstr "Html5 Video"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_id
-msgid "ID"
-msgstr "ID"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,attach_type:0
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_image
-msgid "Image"
-msgstr "Image"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_images
-msgid "Images"
-msgstr "Images"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_include_in_megamenu
-#: model:ir.model.fields,help:kingfisher_pro.field_product_public_category_include_in_megamenu
-msgid "Include in mega menu"
-msgstr "Inclure dans mégamenu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "International"
-msgstr "International"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_is_megamenu
-msgid "Is megamenu...?"
-msgstr "Megamenu est ... ?"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "It is required"
-msgstr "C'est requis"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Jewellary"
-msgstr "Jewellary"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Jobs"
-msgstr "Jobs"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "John Warner"
-msgstr "John Warner"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "LANGUAGE"
-msgstr "LA LANGUE"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "LAYOUT"
-msgstr "DISPOSITION"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:47
-#, python-format
-msgid "Label"
-msgstr "Étiquette"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_name
-msgid "Label Name"
-msgstr "Nom de l'étiquette"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.website_pager_addition
-msgid "Last"
-msgstr "Dernier"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no___last_update
-msgid "Last Modified on"
-msgstr "Dernière modification le"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_write_uid
-msgid "Last Updated by"
-msgstr "Mis à jour par"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_write_date
-msgid "Last Updated on"
-msgstr "Mis à jour le"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-#: selection:website.menu,category_slider_position:0
-msgid "Left"
-msgstr "À gauche"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Legal"
-msgstr "Légal"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_mp4
-msgid "Link for mp4 format video"
-msgstr "Lien pour le format vidéo mp4"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_ogv
-msgid "Link for ogv format video"
-msgstr "Lien pour le format vidéo ogv"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_webm
-msgid "Link for webm format video"
-msgstr "Link for webm format video"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "List View"
-msgstr "List View"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Login"
-msgstr "S'identifier"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Logout"
-msgstr "Déconnexion"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "MAIN COLOR"
-msgstr "COULEUR PRINCIPALE"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "MEN'S SHOES"
-msgstr "CHAUSSURES POUR HOMMES"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "MEN'S WATCH"
-msgstr "Montre homme"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_main_category_color
-msgid "Main category color"
-msgstr "Catégorie principale couleur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_menu_id
-msgid "Main menu"
-msgstr "Menu principal"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Meet The Maker"
-msgstr "Meet The Maker"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_img_color
-msgid "Megamenu background selection"
-msgstr "Megamenu background selection"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_type
-msgid "Megamenu type"
-msgstr "Megamenu type"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Men Blazers"
-msgstr "Men Blazers"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_icon_image
-msgid "Menu Icon"
-msgstr "Menu Icône"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_menu_icon_image
-msgid "Menu icon for your menu"
-msgstr "Icône du menu pour votre menu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_brand_custom_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_category_slider_option
-msgid "Modify"
-msgstr "Modifier"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_more_view_exclude
-msgid "More View Exclude"
-msgstr "More View Exclude"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:279
-#, python-format
-msgid "Multi Category Slider"
-msgstr "Multi Catégorie Curseur"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:95
-#, python-format
-msgid "Multi Product Slider Configuration"
-msgstr "Multi configuration du produit Curseur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.multi_slider_menu
-msgid "Multi Product Slider Configuraton"
-msgstr "Multi produit Curseur configuraton"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.multi_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Multi Slider"
-msgstr "curseur multi"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Multiple Image"
-msgstr "Multiple Image"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_effects_inherit
-msgid "Multiple Product Image"
-msgstr "Multiple Image du produit"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "My account"
-msgstr "Mon compte"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_name
-msgid "Name"
-msgstr "Nom"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_sortby_name
-msgid "Name for sorting option"
-msgstr "Nom de l'option de tri"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "New Collection"
-msgstr "Nouvelle collection"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "New Collection"
-msgstr "Nouvelle collection"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "MEN'S SHOES"
-msgstr "CHAUSSURES POUR HOMMES"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Men Blazers"
-msgstr "hommes Blazers"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Save"
-msgstr "sauvegarder"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Save"
-msgstr "sauvegarder"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "20%"
-msgstr "20%"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "New collection"
-msgstr "Nouvelle collection"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Newsletter!"
-msgstr "Bulletin!
-"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_no_of_counts
-msgid "No of blogs to be displayed in slider."
-msgstr "Aucun des blogs à afficher en curseur ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_no_of_collection
-msgid "No of collections to be displayed on slider."
-msgstr "Aucune des collections à afficher sur glisseur."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_ids
-msgid "No of product to display"
-msgstr "Pas de produit pour afficher"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_no_of_counts
-msgid "No of products to be displayed in slider."
-msgstr "Aucun des produits à afficher sous forme de curseur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_no_of_collection
-msgid "No. of collections to show"
-msgstr "Nombre de collections pour montrer"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_products_count
-msgid "Number of products"
-msgstr "Nombre de produits"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Orange"
-msgstr "Orange"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.biztech_form_view_for_product_sorting
-msgid "Order By"
-msgstr "Commandé par"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Order Status"
-msgstr "Statut de la commande"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:130
-#, python-format
-msgid "Our Brands"
-msgstr "Nos marques"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Pink"
-msgstr "Rose"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_interval_play
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_interval_play
-msgid "Play interval of slideshow"
-msgstr "Lecture intervalle de diaporama"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "Please try one of the following pages"
-msgstr "S'il vous plaît essayez l'une des pages suivantes"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_tag
-msgid "Popular Tags"
-msgstr "Mots-clés populaires"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Price-Range:"
-msgstr "Échelle des prix:"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Privacy"
-msgstr "Confidentialité"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Privacy Policy"
-msgstr "Politique de confidentialité"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "Proceed to checkout"
-msgstr "Passer à la caisse"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_prod_page_id
-msgid "Prod page id"
-msgstr "page Prod id"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_product_tmpl_id
-#: selection:product.category.slider.config,prod_cat_type:0
-msgid "Product"
-msgstr "Article"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_open_single_product_brand
-msgid "Product Brand"
-msgstr "Marque de produit"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_product_ids
-#: model:ir.ui.menu,name:kingfisher_pro.menu_product_brand
-#: model:ir.ui.view,arch_db:kingfisher_pro.product_brandz_search_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Product Brands"
-msgstr "Marques de produits"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Product Flip Image"
-msgstr "Flip Product Image"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Product Multiple Images"
-msgstr "Produit Plusieurs images"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "Product Name"
-msgstr "Nom de l'article"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_product_per_page_no
-msgid "Product Per Page No"
-msgstr "Produit par page Non"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_product_sorting
-#: model:ir.ui.menu,name:kingfisher_pro.sub_menu_sort_by
-msgid "Product Sorting"
-msgstr "Tri des produits"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.biztech_product_style_tag
-msgid "Product Style Tag"
-msgstr "Style Produit Tag"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_biztech_product_style_tag
-msgid "Product Style Tags"
-msgstr "Style Mots clés du produit"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_biztech_product_tags
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_product_ids
-#: model:ir.ui.menu,name:kingfisher_pro.biztech_product_tags
-msgid "Product Tags"
-msgstr "Mots clés du produit"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_template
-msgid "Product Template"
-msgstr "Modèle d'article"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "Product not available"
-msgstr "Article non disponible"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_product_display_grid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_product_display_grid
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_effects_inherit
-msgid "Product per grid"
-msgstr "Produit par grille"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_name
-msgid "Product per page"
-msgstr "Produit par page"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:65
-#: model:ir.actions.act_window,name:kingfisher_pro.prod_cat_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.prod_cat_slider_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.prod_cat_slider_list_view
-#, python-format
-msgid "Product/Category Slider"
-msgstr "Produit / Catégorie Curseur"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:9
-#, python-format
-msgid "Product/Category Slider Configuration"
-msgstr "Product/Category Slider Configuration"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.prod_cat_slider_menu
-msgid "Product/Category Slider Configuraton"
-msgstr "Product/Category Slider Configuraton"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_product_ids
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_for_biztech_product_tags
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_kanban_view
-msgid "Products"
-msgstr "Articles"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Recently added item(s)"
-msgstr "Derniers articles ajoutés (s )"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-msgid "Red"
-msgstr "rouge"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Register"
-msgstr "registre"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Returns &amp; Exchanges"
-msgstr "Retours &amp; des échanges"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-#: selection:website.menu,category_slider_position:0
-msgid "Right"
-msgstr "Right"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "SERVICE SUPPORT 24/7"
-msgstr "SERVICE SUPPORT 24/7"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "SHOP NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "ACHETEZ MAINTENANT <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Shop now"
-msgstr "ACHETEZ MAINTENANT"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "SHOP NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "ACHETEZ MAINTENANT <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "SUBSCRIBE NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "ABONNEZ-VOUS MAINTENANT <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Save <span>20%</span>"
-msgstr "sauvegarder <span>20%</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Search"
-msgstr "Rechercher"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Search..."
-msgstr "Recherche…"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Security"
-msgstr "Sécurité"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_product_brand_id
-msgid "Select a brand for this product"
-msgstr "Sélectionnez une marque pour ce produit"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_product_style_tag_id
-msgid "Select a tag for this product"
-msgstr "Sélectionnez une étiquette pour ce produit"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_sortby_sort_on
-msgid "Select field on which you want to apply sorting"
-msgstr "Sélectionner le champ sur lequel vous souhaitez appliquer le tri"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_prod_cat_type
-msgid "Select product or category for whom you want to show a slider."
-msgstr "Choisir le produit ou la catégorie pour laquelle vous souhaitez afficher un curseur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_thumbnail_panel_position
-#: model:ir.model.fields,help:kingfisher_pro.field_website_thumbnail_panel_position
-msgid "Select the position where you want to display the thumbnail panel in multi image."
-msgstr "Sélectionnez la position où vous souhaitez afficher le panneau des vignettes en multi image."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Selected Filters"
-msgstr "Filtres sélectionnés"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Sepia"
-msgstr "Sepia"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_sequence
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_for_biztech_product_tags
-#: model:ir.ui.view,arch_db:kingfisher_pro.list_view_for_biztech_product_tags
-msgid "Sequence"
-msgstr "Séquence"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_main_category_color
-msgid "Set color for main category in megamenu"
-msgstr "Set color for main category in megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_sub_category_color
-msgid "Set color for sab category in megamenu"
-msgstr "Set color for sab category in megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_set_default_check
-msgid "Set default"
-msgstr "Définir par defaut"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Shoes"
-msgstr "Chaussures"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "Shop now <i class=\"fa fa-angle-right\"/>"
-msgstr "Achetez maintenant <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_products_add_to_cart
-msgid "Shopping Cart"
-msgstr "Panier"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_products_add_to_cart
-msgid "Shopping-cart"
-msgstr "Panier"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_public_category_description
-msgid "Short description which will be visible below category slider."
-msgstr "Brève description qui sera visible ci-dessous la catégorie curseur ."
-
-#. module: kingfisher_pro
-#: model:product.per.page,name:kingfisher_pro.record_no_of_product_per_page
-msgid "Show"
-msgstr "Montrer"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Sign up for our newsletter!"
-msgstr "Inscrivez-vous à notre newsletter !"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.menu_slider_config
-msgid "Slider Configuration"
-msgstr "Configuration curseur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Slider configuration"
-msgstr "Slider configuration"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_no_extra_options
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_no_extra_options
-msgid "Slider effects"
-msgstr "effets Slider"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_carousel_header_name
-msgid "Slider label"
-msgstr "étiquette Slider"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_name
-msgid "Slider name"
-msgstr "Slider name"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_sliding_speed
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_sliding_speed
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_sliding_speed
-msgid "Slider sliding speed"
-msgstr "vitesse de glissement Curseur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_name
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_name
-msgid "Slider title to be displayed on website like Best products, Latest and etc..."
-msgstr "Titre de curseur à afficher sur le site comme les meilleurs produits , plus récents et etc ..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_name
-msgid "Slider title to be displayed on website like Our Blogs, Latest Blog Post and etc..."
-msgstr "Titre de curseur à afficher sur le site comme nos blogs , Dernières Blog Post et etc ..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_no_extra_options
-#: model:ir.model.fields,help:kingfisher_pro.field_website_no_extra_options
-msgid "Slider with all options for next, previous, play, pause, fullscreen, hide/show thumbnail panel."
-msgstr "
-Vitesse de glissement d'un curseur peut être réglé d'ici et il sera en millisecondes ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_sliding_speed
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_sliding_speed
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_sliding_speed
-msgid "Sliding speed of a slider can be set from here and it will be in milliseconds."
-msgstr "Vitesse de glissement d'un curseur peut être réglé d'ici et il sera en millisecondes ."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_sorting
-msgid "Sort By"
-msgstr "Trier par"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_sorting
-msgid "Sort By:"
-msgstr "Trier par:"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_sort_on
-msgid "Sort On"
-msgstr "Trier sur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_sequence
-msgid "Sort Order"
-msgstr "Ordre de tri"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Spacs"
-msgstr "SAVS"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_website_megamenu_submenu
-msgid "Still, No category assigned to this menu.!!!"
-msgstr "Pourtant, Sans catégorie assignée à ce menu . !!!"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_sub_category_color
-msgid "Sub category color"
-msgstr "catégorie Sous couleur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Supply chain"
-msgstr "Chaîne d'approvisionnement"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_name
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_name
-msgid "Tag Name"
-msgstr "Tag Nom"
-
-#. module: kingfisher_pro
-#: sql_constraint:biztech.product.tags:0
-msgid "Tag name should be unique..!"
-msgstr "Nom de la balise doit être unique ..!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Tag:"
-msgstr "Étiquette:"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_product_style_tag_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_tag_ids
-msgid "Tags"
-msgstr "Étiquettes"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "Testimonials"
-msgstr "Témoignages"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Text Messaging"
-msgstr "La messagerie texte"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Thanks"
-msgstr "Merci"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Thanks for your subscription!"
-msgstr "Merci pour votre abonnement!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "This is not the webpage you are looking for"
-msgstr "Cela ne veut pas la page Web que vous recherchez"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "This theme is very easy to build and form the customer's standpoint it's very\n"
-"                                                    intuitive.\n"
-"                                                    Odoo provides essential platform for our project management.\n"
-"                                                    Things are better organized and more visible with it."
-msgstr "Ce thème est très facile à construire et former le point de vue du client , il est très \ n "
-" Intuitive . \ N"
-" Odoo fournit la plate-forme essentielle pour notre gestion de projet. \ N"
-" Les choses sont mieux organisés et plus visible avec elle"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumb_height
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumb_height
-msgid "Thumb height"
-msgstr "hauteur de pouce"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumb_width
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumb_width
-msgid "Thumb width"
-msgstr "largeur du pouce"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_color_opt_thumbnail
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_color_opt_thumbnail
-msgid "Thumbnail overlay effects"
-msgstr "effets de superposition Thumbnail"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumbnail_panel_position
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumbnail_panel_position
-msgid "Thumbnails panel position"
-msgstr "position du panneau Vignettes"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_name
-msgid "Title"
-msgstr "Titre"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:41
-#, python-format
-msgid "Total Count"
-msgstr "Le compte total"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:14
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:73
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:100
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_attach_type
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_sort_type
-#, python-format
-msgid "Type"
-msgstr "Type"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_prod_cat_type
-msgid "Type of slider"
-msgstr "Type de curseur"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,attach_type:0
-msgid "Video"
-msgstr "Video"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_id
-msgid "Video ID"
-msgstr "Video ID"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_mp4
-msgid "Video MP4"
-msgstr "MP4 vidéo"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_ogv
-msgid "Video OGV"
-msgstr "WEBM vidéo"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_webm
-msgid "Video WEBM"
-msgstr "Video WEBM"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_type
-msgid "Video media player"
-msgstr "lecteur multimédia de la vidéo
-"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "View all"
-msgstr "Voir tout"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Vimeo"
-msgstr "Vimeo"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "WOMEN'S GLASSES"
-msgstr "Les LUNETTES FEMMES"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "WOMEN'S JEWELLERY"
-msgstr "BIJOUX FEMMES"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_customize_menu_colors
-msgid "Want to customize menu colors"
-msgstr "Vous voulez personnaliser les couleurs de menu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_category_slider
-msgid "Want to display category slider"
-msgstr "Vous voulez afficher la catégorie curseur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_icon
-msgid "Want to display menu icon"
-msgstr "
-Vous voulez afficher l'icône du menu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg
-msgid "Want to set megamenu background"
-msgstr "Vous souhaitez créer megamenu fond"
-
-#. module: kingfisher_pro
-#: code:addons/kingfisher_pro/models/products.py:143
-#: code:addons/kingfisher_pro/models/products.py:154
-#, python-format
-msgid "Warning! You cannot set 'zero' for product page."
-msgstr "Attention! Vous ne pouvez pas définir «zéro» pour la page du produit."
-
-#. module: kingfisher_pro
-#: code:addons/kingfisher_pro/models/products.py:176
-#, python-format
-msgid "Warning! You have to set atleast one default value."
-msgstr "Attention! Vous devez définir atleast une seule valeur par défaut ."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Watch"
-msgstr "Regarder"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website
-msgid "Website"
-msgstr "Site Web"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website_menu
-msgid "Website Menu"
-msgstr "Menu du site web"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_public_category
-msgid "Website Product Category"
-msgstr "Catégorie d'articles du site Web"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_f_l_pager
-msgid "Website Product Pager Settings"
-msgstr "Site Web Paramètres Pager de produit"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_product_per_page
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_product_per_page
-#: model:ir.ui.view,arch_db:kingfisher_pro.list_view_product_per_page
-msgid "Website Product Pagination"
-msgstr "Site Pagination produit"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_res_config_ppp
-msgid "Website Product Paging"
-msgstr "Paging Site Web du produit"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_menu_inherit
-msgid "Website menu"
-msgstr "Menu site web"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Welcome,"
-msgstr "Bienvenue,"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Western Wear"
-msgstr "Western Wear"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_interval_play
-#: model:ir.model.fields,help:kingfisher_pro.field_website_interval_play
-msgid "With this field you can set the interval play time between two images."
-msgstr "Avec ce champ, vous pouvez définir le temps de jeu intervalle entre deux images ."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Women Tops"
-msgstr "Femmes Tops
-"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "Write a quote here from one of your customers. Quotes are a\n"
-"                                                    great way to build confidence in your products or services.\n"
-"                                                    This theme is very easy to build and form the customer's standpoint it's very\n"
-"                                                    intuitive."
-msgstr "Write a quote here from one of your customers. Quotes are a\n"
-"                                                    great way to build confidence in your products or services.\n"
-"                                                    This theme is very easy to build and form the customer's standpoint it's very\n"
-"                                                    intuitive."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "Writizmo"
-msgstr "Writizmo"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_sequence
-msgid "You can define sequence of tags you want to show tags"
-msgstr "Vous pouvez définir la séquence de balises que vous souhaitez afficher les tags"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Your cart is empty!"
-msgstr "Votre chariot est vide!"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Youtube"
-msgstr "Youtube"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_sortby
-msgid "biztech.product.sortby"
-msgstr "biztech.product.sortby"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_style_tag
-msgid "biztech.product.style.tag"
-msgstr "biztech.product.style.tag"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_tags
-msgid "biztech.product.tags"
-msgstr "biztech.product.tags"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_blog_slider_config
-msgid "blog.slider.config"
-msgstr "blog.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_view
-msgid "by"
-msgstr "par"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "details"
-msgstr "détails"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "home page"
-msgstr "page d'accueil"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_multi_slider_config
-msgid "multi.slider.config"
-msgstr "multi.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_brands
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_tree_view
-msgid "product.brands"
-msgstr "product.brands"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_category_slider_config
-msgid "product.category.slider.config"
-msgstr "product.category.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_per_page
-msgid "product.per.page"
-msgstr "product.per.page"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_per_page_no
-msgid "product.per.page.no"
-msgstr "
-product.per.page.no"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "review(s) | Add your review"
-msgstr "commentaire (s) | Donnez votre avis"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website_config_settings
-msgid "website.config.settings"
-msgstr "website.config.settings"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "your email..."
-msgstr "Votre adresse courriel..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "© 2016 By <span>Kingfisher Pro Fashion.</span> All Rights Reserved."
-msgstr "© 2016 par <span > Kingfisher Pro Fashion . </ Span> Tous droits réservés ."
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "MEN'S SHOES"
-msgstr "CHAUSSURES POUR HOMMES"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Testimonials"
-msgstr "Témoignages"
-
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "WOMEN'S JEWELLARY"
-msgstr "L' jewellary DES FEMMES"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "WOMEN'S GLASSES"
-msgstr "Les LUNETTES FEMMES"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "MEN'S WATCH"
-msgstr "Montre homme"
-
-
-
-
-
-
-
-

+ 0 - 1976
i18n/nl.po

@@ -1,1976 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-#	* kingfisher_pro
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 9.0c\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-06-13 09:05+0000\n"
-"PO-Revision-Date: 2016-06-13 09:05+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_menu_inherit
-msgid "#ccc"
-msgstr "#ccc"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "100% MONEY BACK - 30 DAYS"
-msgstr "100% geld terug - 30 DAGEN"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_1
-msgid "1st collection name"
-msgstr "1 collectienaam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_1_ids
-msgid "1st product collection"
-msgstr "1 product collectie"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "2 Columns"
-msgstr "2 kolommen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "2016"
-msgstr "2016"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_2
-msgid "2nd collection name"
-msgstr "2 collectienaam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_2_ids
-msgid "2nd product collection"
-msgstr "2 product collectie"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "3 Columns"
-msgstr "3 kolommen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_3
-msgid "3rd collection name"
-msgstr "3 collectienaam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_3_ids
-msgid "3rd product collection"
-msgstr "3 product collectie"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "4 Columns"
-msgstr "4 Columns"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "404"
-msgstr "404"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_4
-msgid "4th collection name"
-msgstr "4 collectienaam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_4_ids
-msgid "4th product collection"
-msgstr "4 product collectie"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_5
-msgid "5th collection name"
-msgstr "5 collectienaam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_5_ids
-msgid "5th product collection"
-msgstr "5 product collectie"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "<b>24/7 CUSTOMER SERVICE</b>"
-msgstr "<b>24/7 Klantenservice</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "<b>FREE SHIPPING WORLDWIDE</b>"
-msgstr "<b>GRATIS VERZENDING WERELDWIJD</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "<b>MONEY BACK GUARANTEE !</b>"
-msgstr "<b>GELDTERUGGARANTIE !</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "<i class=\"fa fa-shopping-cart\"/>Add to Cart"
-msgstr "<i class=\"fa fa-shopping-cart\"/>Voeg toe aan winkelmandje"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "<span class=\"col-xs-6 text-right h4\">Subtotal:</span>"
-msgstr "<span class=\"col-xs-6 text-right h4\">Subtotaal</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Open Sans', sans-serif;\">Open Sans </span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Open Sans', sans-serif;\">Open Sans </span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Source Sans Pro', sans-serif;\">Source Sans Pro</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Source Sans Pro', sans-serif;\">Bron Sans Pro</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Source Serif Pro', serif;\">Source Serif Pro</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Source Serif Pro', serif;\">Bron Serif Pro</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Varela Round', sans-serif;\">Varela Round</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Varela Round', sans-serif;\">Varela Ronde</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style2\" style=\"font-family: 'Lato', sans-serif;\">Lato</span>"
-msgstr "<span class=\"font-style2\" style=\"font-family: 'Lato', sans-serif;\">kant</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style3\" style=\"font-family: 'Raleway', sans-serif;\">Raleway</span>"
-msgstr "<span class=\"font-style3\" style=\"font-family: 'Raleway', sans-serif;\">Raleway</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "<span class=\"line1\">BIGGEST</span><br/>\n"
-"                                    <span class=\"line2\">SALE</span><br/>\n"
-"                                    <span class=\"line3\">50%</span>"
-msgstr "<span class=\"line1\">BIGGEST</span><br/>\n"
-"                                    <span class=\"line2\">VERKOOP</span><br/>\n"
-"                                    <span class=\"line3\">50%</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "<span class=\"sr-only\">Next</span>"
-msgstr "<span class=\"sr-only\">volgende</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "<span class=\"sr-only\">Previous</span>"
-msgstr "<span class=\"sr-only\">voorgaand</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_blog_custom_snippet
-msgid "<span>Blog post slider</span>"
-msgstr "<span>Blogpost slider</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_multi_cat_custom_snippet
-msgid "<span>Multi Category Slider</span>"
-msgstr "<span>Multi Categorie Slider</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_brand_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_brand_custom_slider
-msgid "<span>Our Brands</span>"
-msgstr "<span>Onze merken</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_product_category_slider
-msgid "<span>Product/Category Slider</span>"
-msgstr "<span>Product- / Categorie Slider</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-msgid "<span>Trending</span>"
-msgstr "<span>Trending</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "About Us"
-msgstr "Over ons"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_active
-msgid "Active"
-msgstr "Actief"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_images
-msgid "Add Multiple Image in Product"
-msgstr "Voeg Meervoudig beeld in Product"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_multi_image
-msgid "Add Multiple Images?"
-msgstr "Voeg meerdere afbeeldingen ?"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_is_flip_image
-msgid "Add flip image"
-msgstr "Voeg het beeld flip"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Add flip image which will be visible on product hover in website"
-msgstr "Voeg flip beeld dat zichtbaar is op het product zweven op de website zal worden"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.king_pro_products_item
-msgid "Add to cart"
-msgstr "Voeg toe aan winkelmandje"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Add..."
-msgstr "Toevoegen..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Affiliates"
-msgstr "Affiliates"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "All Products"
-msgstr "Alle Producten"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_alt
-msgid "Alt"
-msgstr "Alt"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:24
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:56
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:83
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:110
-#, python-format
-msgid "Apply"
-msgstr "Van toepassing zijn"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Aqua"
-msgstr "Aqua"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.sortby,sort_type:0
-msgid "Ascending"
-msgstr "oplopend"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_auto_rotate
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_auto_rotate
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_auto_rotate
-msgid "Auto Rotate Slider"
-msgstr "Auto Rotate Slider"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "B/W"
-msgstr "B/W"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "BOXED"
-msgstr "BOXED"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Background Pattern"
-msgstr "Achtergrondpatroon"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_bg_img_color:0
-msgid "Background color"
-msgstr "Achtergrond kleur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_color
-msgid "Background color for megamenu"
-msgstr "Achtergrondkleur voor megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_megamenu_bg_color
-msgid "Background color for megamenu, for setting background color you have to pass hexacode here."
-msgstr "Achtergrondkleur voor megamenu , voor het instellen van de achtergrond kleur moet je hexacode hier passeren ."
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_bg_img_color:0
-msgid "Background image"
-msgstr "Achtergrond afbeelding"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_image
-msgid "Background image for megamenu"
-msgstr "achtergrond voor megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "Bag"
-msgstr "Zak"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:204
-#: model:ir.actions.act_window,name:kingfisher_pro.dynamic_blog_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.dynamic_blog_slider_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.dynamic_blog_slider_list_view
-#, python-format
-msgid "Blog Post Slider"
-msgstr "Blog Post Slider"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:68
-#, python-format
-msgid "Blog Slider Configuration"
-msgstr "Blog Slider Configuration"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.dynamic_blog_slider_menu
-msgid "Blog Slider Configuraton"
-msgstr "Blog Slider Configuraton"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Blue"
-msgstr "Blauw"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Blur"
-msgstr "vervagen"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-msgid "Bottom"
-msgstr "Bodem"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_product_brand_id
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherited_product_template_form_brand_add
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherited_view_product_template_search_brand
-msgid "Brand"
-msgstr "Merk"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_cover
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Brand Cover"
-msgstr "Brand Cover"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_logo
-msgid "Brand Logo"
-msgstr "Brand Logo"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_name
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Brand Name"
-msgstr "Brand Name"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_open_brand_products
-msgid "Brand Products"
-msgstr "Brand Products"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_product_brand
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherit_product_search_view
-msgid "Brands"
-msgstr "Brands"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:36
-#, python-format
-msgid "Brands Slider Configuration"
-msgstr "Brands Slider Configuration"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Brown"
-msgstr "Bruin"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_slider_layout
-msgid "By Price"
-msgstr "Op Prijs"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "CEO, ABC company"
-msgstr "CEO , ABC bedrijf"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "CURRENCY"
-msgstr "VALUTA"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:23
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:55
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:82
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:109
-#, python-format
-msgid "Cancel"
-msgstr "Annuleer"
-
-#. module: kingfisher_pro
-#: selection:product.category.slider.config,prod_cat_type:0
-msgid "Category"
-msgstr "Category"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_category_slider_position
-msgid "Category Slider Position"
-msgstr "Category Slider Position"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_change_thumbnail_size
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_change_thumbnail_size
-msgid "Change thumbnail size"
-msgstr "Verander miniatuurformaat"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Checkout"
-msgstr "Uitchecken"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,help:kingfisher_pro.dynamic_blog_slider_action
-#: model:ir.actions.act_window,help:kingfisher_pro.multi_slider_action
-#: model:ir.actions.act_window,help:kingfisher_pro.prod_cat_slider_action
-msgid "Click to define a new slider."
-msgstr "Klik om een ​​nieuwe slider definiëren."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Collection configuration"
-msgstr "Collection configuratie"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_1
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_2
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_3
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_4
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_5
-msgid "Collection label to be displayed in website like Men, Women, Kids, etc..."
-msgstr "Collection label moet worden weergegeven op de website , zoals mannen , vrouwen , kinderen , etc ..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_collections_blog_post
-msgid "Collections of blog posts"
-msgstr "Verzamelingen van blogberichten"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_collections_category
-msgid "Collections of category"
-msgstr "Collections of category"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_collections_product
-msgid "Collections of product"
-msgstr "Collections of product"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_color
-msgid "Color"
-msgstr "Kleur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Configure"
-msgstr "Instellen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_res_config_ppp
-msgid "Configure website product pagination"
-msgstr "Configureren website product paginering"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Contact"
-msgstr "Contactpersoon"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Contact Us"
-msgstr "Neem contact met ons op"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_no_of_counts
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_no_of_counts
-msgid "Counts"
-msgstr "Counts"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_cover_image
-msgid "Cover Image will be show untill video is loaded."
-msgstr "Cover Afbeelding zal show tot video is geladen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_cover_image
-msgid "Cover image"
-msgstr "Omslagfoto"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_create_uid
-msgid "Created by"
-msgstr "Aangemaakt door"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_create_date
-msgid "Created on"
-msgstr "Aangemaakt op"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Customer Service"
-msgstr "Klantenservice"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Customize your theme"
-msgstr "Pas uw thema"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Default"
-msgstr "Standaard"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.sortby,sort_type:0
-msgid "Descending"
-msgstr "Aflopend"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_description
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_description
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Description"
-msgstr "Omschrijving"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_display_name
-msgid "Display Name"
-msgstr "Schermnaam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_display_menu_footer
-msgid "Display menu footer"
-msgstr "Display menu footer"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_product_display_grid
-#: model:ir.model.fields,help:kingfisher_pro.field_website_product_display_grid
-msgid "Display no. of products per line in website product grid."
-msgstr "Displaynummer . producten per lijn op de website van de product-grid ."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse\n"
-"                                <br/>\n"
-"                                molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero\n"
-"                                <br/>\n"
-"                                eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\n"
-"                                <br/>\n"
-"                                zzril delenit augue duis dolore te feugait nulla facilisi."
-msgstr "Duis autem vel eum ipsum dolor in hendrerit in vulputate velit esse\n"
-"                                <br/>\n"
-"                                molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero\n"
-"                                <br/>\n"
-"                                eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\n"
-"                                <br/>\n"
-"                                zzril delenit augue duis dolore te feugait nulla facilisi."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_list_view
-msgid "Dynamic Slider"
-msgstr "Dynamic Slider"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_first_last_pager
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_first_last_pager
-msgid "Enable First and Last Pager"
-msgstr "Inschakelen Eerste en laatste Pager"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_active
-msgid "Enable or Disable tag from website"
-msgstr "Inschakelen of tag uitschakelen van de website"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_sort_by
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_sort_by
-msgid "Enable product sorting option"
-msgstr "Enable product sorteeroptie"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_disable_text
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_disable_text
-msgid "Enable the text panel"
-msgstr "Schakel de tekst panel"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_is_flip_image
-msgid "Enable this checkbox for adding flip image on product website."
-msgstr "Schakel dit vakje voor het toevoegen van flip op product website."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_first_last_pager
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_first_last_pager
-msgid "Enable this checkbox to make 'First' and 'Last' button in pager on website."
-msgstr "Schakel dit vakje aan 'First ' te maken en 'Last ' knop in pager op de website ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_disable_text
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_disable_text
-msgid "Enable/Disable text which is visible on the image in multi image."
-msgstr "Enable / tekst die zichtbaar is op de afbeelding multi- afbeelding in te schakelen."
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:43
-#, python-format
-msgid "Enter Count"
-msgstr "Voer Count"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:49
-#, python-format
-msgid "Enter Label (for e.g: Our Brands)"
-msgstr "Voer Label ( voor bijvoorbeeld : Onze merken )"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "FONTS COMBINATIONS"
-msgstr "FONTS COMBINATIONS"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "FREE SHIPPING WORLDWIDE"
-msgstr "GRATIS VERZENDING WERELDWIJD"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "FULL WIDTH"
-msgstr "VOLLE BREEDTE"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.website_pager_addition
-msgid "First"
-msgstr "Eerste"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_flip_image
-msgid "Flip image"
-msgstr "flip Afbeelding"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_flip_image
-msgid "Flip image will be shown on mouse hover in website on specific product."
-msgstr "Flip beeld wordt getoond op de muis hover in website voor specifieke productgroepen ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_footer
-msgid "Footer content"
-msgstr "footer inhoud"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_menu_footer
-msgid "Footer name for megamenu"
-msgstr "Footer naam voor megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_display_menu_footer
-msgid "For displaying footer in megamenu"
-msgstr "Voor het weergeven van footer in megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_sort_by
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_sort_by
-msgid "For enabling product sorting feature in website."
-msgstr "Voor het inschakelen van het product te sorteren functie op de website ."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Free Shipping"
-msgstr "Geen verzendkosten"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Gift Cards"
-msgstr "Cadeaubonnen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Golden"
-msgstr "gouden"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-msgid "Green"
-msgstr "Groen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "Grid View"
-msgstr "Rasterweergave"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_carousel_header_name
-msgid "Header name for carousel slider in megamenu"
-msgstr "Header naam voor carrousel slider in megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Help"
-msgstr "Hulp"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "Home"
-msgstr "Huis"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Html5 Video"
-msgstr "Html5 Video"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_id
-msgid "ID"
-msgstr "ID"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,attach_type:0
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_image
-msgid "Image"
-msgstr "Afbeelding"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_images
-msgid "Images"
-msgstr "Afbeeldingen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_include_in_megamenu
-#: model:ir.model.fields,help:kingfisher_pro.field_product_public_category_include_in_megamenu
-msgid "Include in mega menu"
-msgstr "Opnemen in mega menu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "International"
-msgstr "Internationale"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_is_megamenu
-msgid "Is megamenu...?"
-msgstr "Megamenu is ... ?"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "It is required"
-msgstr "Het is verplicht"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Jewellary"
-msgstr "Jewellary"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Jobs"
-msgstr "Jobs"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "John Warner"
-msgstr "John Warner"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "LANGUAGE"
-msgstr "TAAL"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "LAYOUT"
-msgstr "LAYOUT"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:47
-#, python-format
-msgid "Label"
-msgstr "Etiket"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_name
-msgid "Label Name"
-msgstr "Label Naam"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.website_pager_addition
-msgid "Last"
-msgstr "Laatste"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no___last_update
-msgid "Last Modified on"
-msgstr "Laatst gewijzigd op"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_write_uid
-msgid "Last Updated by"
-msgstr "Laatst bijgewerkt door"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_write_date
-msgid "Last Updated on"
-msgstr "Laatst bijgewerkt op"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-#: selection:website.menu,category_slider_position:0
-msgid "Left"
-msgstr "Laatste"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Legal"
-msgstr "wettelijk"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_mp4
-msgid "Link for mp4 format video"
-msgstr "Link voor mp4 formaat video"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_ogv
-msgid "Link for ogv format video"
-msgstr "Link voor OGV formaat video"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_webm
-msgid "Link for webm format video"
-msgstr "Link for webm format video"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "List View"
-msgstr "Lijstweergave"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Login"
-msgstr "Login"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Logout"
-msgstr "Uitloggen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "MAIN COLOR"
-msgstr "hoofdkleur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "MEN'S SHOES"
-msgstr "MANNENSCHOENEN"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "MEN'S WATCH"
-msgstr "HORLOGE HEREN"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_main_category_color
-msgid "Main category color"
-msgstr "Hoofdcategorie kleur"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_menu_id
-msgid "Main menu"
-msgstr "Hoofdmenu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Meet The Maker"
-msgstr "Maak kennis met de maker"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_img_color
-msgid "Megamenu background selection"
-msgstr "Megamenu achtergrond selectie"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_type
-msgid "Megamenu type"
-msgstr "Mega Menutype"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Men Blazers"
-msgstr "Men Blazers"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_icon_image
-msgid "Menu Icon"
-msgstr "Menu Icon"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_menu_icon_image
-msgid "Menu icon for your menu"
-msgstr "Menu pictogram voor uw menu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_brand_custom_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_category_slider_option
-msgid "Modify"
-msgstr "Wijzigen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_more_view_exclude
-msgid "More View Exclude"
-msgstr "Uitsluiten More Bekijk"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:279
-#, python-format
-msgid "Multi Category Slider"
-msgstr "Multi Category Slider"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:95
-#, python-format
-msgid "Multi Product Slider Configuration"
-msgstr "Multi Product Slider Configuration"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.multi_slider_menu
-msgid "Multi Product Slider Configuraton"
-msgstr "Multi Product Slider Configuraton"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.multi_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Multi Slider"
-msgstr "Multi Slider"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Multiple Image"
-msgstr "Multiple Image"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_effects_inherit
-msgid "Multiple Product Image"
-msgstr "Multiple Product Image"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "My account"
-msgstr "Mijn rekening"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_name
-msgid "Name"
-msgstr "Naam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_sortby_name
-msgid "Name for sorting option"
-msgstr "Naam voor het sorteren optie"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "New Collection"
-msgstr "Nieuwe collectie"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "New collection"
-msgstr "Nieuwe collectie"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Newsletter!"
-msgstr "Nieuwsbrief!"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_no_of_counts
-msgid "No of blogs to be displayed in slider."
-msgstr "Geen van de blogs te geven in slider ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_no_of_collection
-msgid "No of collections to be displayed on slider."
-msgstr "Geen van de collecties worden weergegeven op slider ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_ids
-msgid "No of product to display"
-msgstr "Geen van het product om te laten zien"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_no_of_counts
-msgid "No of products to be displayed in slider."
-msgstr "Geen van de producten die worden weergegeven in slider .."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_no_of_collection
-msgid "No. of collections to show"
-msgstr "Aantal verzamelingen tonen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_products_count
-msgid "Number of products"
-msgstr "Aantal producten"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Orange"
-msgstr "Oranje"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.biztech_form_view_for_product_sorting
-msgid "Order By"
-msgstr "Door Bestel"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Order Status"
-msgstr "Bestelstatus"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:130
-#, python-format
-msgid "Our Brands"
-msgstr "Onze merken"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Pink"
-msgstr "Roze"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_interval_play
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_interval_play
-msgid "Play interval of slideshow"
-msgstr "Speel interval van diavoorstelling"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "Please try one of the following pages"
-msgstr "Probeer één van de volgende pagina's"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_tag
-msgid "Popular Tags"
-msgstr "populaire Tags"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Price-Range:"
-msgstr "Prijsbereik:"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Privacy"
-msgstr "Privacy"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Privacy Policy"
-msgstr "Privacybeleid"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "Proceed to checkout"
-msgstr "Ga naar de kassa"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_prod_page_id
-msgid "Prod page id"
-msgstr "Prod pagina id"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_product_tmpl_id
-#: selection:product.category.slider.config,prod_cat_type:0
-msgid "Product"
-msgstr "Artikel"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_open_single_product_brand
-msgid "Product Brand"
-msgstr "product merk"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_product_ids
-#: model:ir.ui.menu,name:kingfisher_pro.menu_product_brand
-#: model:ir.ui.view,arch_db:kingfisher_pro.product_brandz_search_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Product Brands"
-msgstr "productmerken"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Product Flip Image"
-msgstr "Product Flip Afbeelding"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Product Multiple Images"
-msgstr "Product Meerdere beelden"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "Product Name"
-msgstr "Productnaam"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_product_per_page_no
-msgid "Product Per Page No"
-msgstr "Product per pagina Geen"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_product_sorting
-#: model:ir.ui.menu,name:kingfisher_pro.sub_menu_sort_by
-msgid "Product Sorting"
-msgstr "product sorteren"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.biztech_product_style_tag
-msgid "Product Style Tag"
-msgstr "Product Style Tag"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_biztech_product_style_tag
-msgid "Product Style Tags"
-msgstr "Product Style Tags"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_biztech_product_tags
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_product_ids
-#: model:ir.ui.menu,name:kingfisher_pro.biztech_product_tags
-msgid "Product Tags"
-msgstr "Product Tags"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_template
-msgid "Product Template"
-msgstr "Productsjabloon"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "Product not available"
-msgstr "Product niet beschikbaar"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_product_display_grid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_product_display_grid
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_effects_inherit
-msgid "Product per grid"
-msgstr "Product per grid"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_name
-msgid "Product per page"
-msgstr "Product per pagina"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:65
-#: model:ir.actions.act_window,name:kingfisher_pro.prod_cat_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.prod_cat_slider_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.prod_cat_slider_list_view
-#, python-format
-msgid "Product/Category Slider"
-msgstr "Product/Category Slider"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:9
-#, python-format
-msgid "Product/Category Slider Configuration"
-msgstr "Product/Category Slider Configuration"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.prod_cat_slider_menu
-msgid "Product/Category Slider Configuraton"
-msgstr "Product/Category Slider Configuraton"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_product_ids
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_for_biztech_product_tags
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_kanban_view
-msgid "Products"
-msgstr "Producten"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Recently added item(s)"
-msgstr "Recent toegevoegde artikel (en )"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-msgid "Red"
-msgstr "Rood"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Register"
-msgstr "Registreren"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Returns &amp; Exchanges"
-msgstr "Returns &amp; uitwisselingen"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-#: selection:website.menu,category_slider_position:0
-msgid "Right"
-msgstr "Rechts"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "SERVICE SUPPORT 24/7"
-msgstr "SERVICE SUPPORT 24/7"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "SHOP NOW \n"
-"                                        <i class=\"fa fa-angle-right\"/>"
-msgstr "WINKEL NU \n"
-"                                        <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "SHOP NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "WINKEL NU <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "SUBSCRIBE NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "ABONNEER NU <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Save <span>20%</span>"
-msgstr "Save <span>20%</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Search"
-msgstr "Zoek"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Search..."
-msgstr "Zoeken..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Security"
-msgstr "Beveiliging"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_product_brand_id
-msgid "Select a brand for this product"
-msgstr "Kies een merk voor dit product"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_product_style_tag_id
-msgid "Select a tag for this product"
-msgstr "Selecteer een label voor dit product"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_sortby_sort_on
-msgid "Select field on which you want to apply sorting"
-msgstr "Kies een veld waarop u wilt toepassen sorteren"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_prod_cat_type
-msgid "Select product or category for whom you want to show a slider."
-msgstr "Selecteer een product of categorie voor wie u wilt een slider tonen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_thumbnail_panel_position
-#: model:ir.model.fields,help:kingfisher_pro.field_website_thumbnail_panel_position
-msgid "Select the position where you want to display the thumbnail panel in multi image."
-msgstr "Selecteer de positie waar u wilt naar de verkleinde panel multi- afbeelding in te geven.."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Selected Filters"
-msgstr "geselecteerde filters"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Sepia"
-msgstr "Sepia"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_sequence
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_for_biztech_product_tags
-#: model:ir.ui.view,arch_db:kingfisher_pro.list_view_for_biztech_product_tags
-msgid "Sequence"
-msgstr "Reeks"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_main_category_color
-msgid "Set color for main category in megamenu"
-msgstr "Stel kleur voor hoofdcategorie in megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_sub_category_color
-msgid "Set color for sab category in megamenu"
-msgstr "Set kleur voor categorie in megamenu sab"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_set_default_check
-msgid "Set default"
-msgstr "Standaard instellen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Shoes"
-msgstr "Schoenen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Shop now <i class=\"fa fa-angle-right\"/>"
-msgstr "Winkel nu <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_products_add_to_cart
-msgid "Shopping Cart"
-msgstr "Winkelmandje"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_products_add_to_cart
-msgid "Shopping-cart"
-msgstr "Winkelmandje"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_public_category_description
-msgid "Short description which will be visible below category slider."
-msgstr "Korte beschrijving die zichtbaar onder de categorie slider zal zijn"
-
-#. module: kingfisher_pro
-#: model:product.per.page,name:kingfisher_pro.record_no_of_product_per_page
-msgid "Show"
-msgstr "Tonen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Sign up for our newsletter!"
-msgstr "Meld je aan voor onze nieuwsbrief!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.menu_slider_config
-msgid "Slider Configuration"
-msgstr "Slider Configuration"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Slider configuration"
-msgstr "Slider configuration"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_no_extra_options
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_no_extra_options
-msgid "Slider effects"
-msgstr "slider effecten"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_carousel_header_name
-msgid "Slider label"
-msgstr "Slider label"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_name
-msgid "Slider name"
-msgstr "slider naam"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_sliding_speed
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_sliding_speed
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_sliding_speed
-msgid "Slider sliding speed"
-msgstr "Slider glijsnelheid"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_name
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_name
-msgid "Slider title to be displayed on website like Best products, Latest and etc..."
-msgstr "Slider titel moet worden weergegeven op de website , zoals Beste producten , nieuwste en etc ..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_name
-msgid "Slider title to be displayed on website like Our Blogs, Latest Blog Post and etc..."
-msgstr "Slider titel moet worden weergegeven op de website , zoals Onze Blogs, Laatste Blog Post en etc ..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_no_extra_options
-#: model:ir.model.fields,help:kingfisher_pro.field_website_no_extra_options
-msgid "Slider with all options for next, previous, play, pause, fullscreen, hide/show thumbnail panel."
-msgstr "Slider met alle opties voor de volgende, vorige , afspelen, pauzeren, volledig scherm , verberg / toon thumbnail panel ."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_sliding_speed
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_sliding_speed
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_sliding_speed
-msgid "Sliding speed of a slider can be set from here and it will be in milliseconds."
-msgstr "Sliding snelheid van een slider kan worden ingesteld van hier en het zal in milliseconden ."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_sorting
-msgid "Sort By"
-msgstr "Sorteer op"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_sorting
-msgid "Sort By:"
-msgstr "Sorteer op:"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_sort_on
-msgid "Sort On"
-msgstr "Sorteren op"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_sequence
-msgid "Sort Order"
-msgstr "sorteervolgorde"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Spacs"
-msgstr "Spacs"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_website_megamenu_submenu
-msgid "Still, No category assigned to this menu.!!!"
-msgstr "Toch Geen categorie toegewezen aan deze menu. !!!"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_sub_category_color
-msgid "Sub category color"
-msgstr "Subcategorie kleur"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Supply chain"
-msgstr "Bevoorradingsketen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_name
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_name
-msgid "Tag Name"
-msgstr "Tag Naam"
-
-#. module: kingfisher_pro
-#: sql_constraint:biztech.product.tags:0
-msgid "Tag name should be unique..!"
-msgstr "Tag naam moet uniek zijn ..!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Tag:"
-msgstr "Label:"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_product_style_tag_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_tag_ids
-msgid "Tags"
-msgstr "Labels"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "Testimonials"
-msgstr "getuigenissen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Text Messaging"
-msgstr "Sms'en"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Thanks"
-msgstr "Bedankt"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Thanks for your subscription!"
-msgstr "Bedankt voor uw aanmelding!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "This is not the webpage you are looking for"
-msgstr "Dit is niet de webpagina die u op zoek bent naar"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "This theme is very easy to build and form the customer's standpoint it's very\n"
-"                                                    intuitive.\n"
-"                                                    Odoo provides essential platform for our project management.\n"
-"                                                    Things are better organized and more visible with it."
-msgstr "Dit thema is zeer eenvoudig op te bouwen en te vormen het standpunt van de klant is het heel\n"
-"                                                    intuïtief.\n"
-"                                                   ODOO biedt essentiële platform voor ons project management.\n"
-"                                                    Things are better organized and more visible with it."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumb_height
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumb_height
-msgid "Thumb height"
-msgstr "duim hoogte"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumb_width
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumb_width
-msgid "Thumb width"
-msgstr "Thumb breedte"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_color_opt_thumbnail
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_color_opt_thumbnail
-msgid "Thumbnail overlay effects"
-msgstr "Thumbnail overlay effecten"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumbnail_panel_position
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumbnail_panel_position
-msgid "Thumbnails panel position"
-msgstr "Thumbnails paneel positie"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_name
-msgid "Title"
-msgstr "titel"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:41
-#, python-format
-msgid "Total Count"
-msgstr "Totaal"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:14
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:73
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:100
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_attach_type
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_sort_type
-#, python-format
-msgid "Type"
-msgstr "Soort"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_prod_cat_type
-msgid "Type of slider"
-msgstr "Type of slider"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,attach_type:0
-msgid "Video"
-msgstr "Video"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_id
-msgid "Video ID"
-msgstr "Video ID"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_mp4
-msgid "Video MP4"
-msgstr "Video MP4"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_ogv
-msgid "Video OGV"
-msgstr "Video OGV"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_webm
-msgid "Video WEBM"
-msgstr "Video WEBM"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_type
-msgid "Video media player"
-msgstr "Video mediaspeler"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "View all"
-msgstr "Bekijk alles"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Vimeo"
-msgstr "Vimeo"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "WOMEN'S GLASSES"
-msgstr "BRIL VAN VROUWEN"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "WOMEN'S JEWELLERY"
-msgstr "DAMES SIERADEN"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_customize_menu_colors
-msgid "Want to customize menu colors"
-msgstr "Wil je menu kleuren aan te passen"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_category_slider
-msgid "Want to display category slider"
-msgstr "Wilt u categorie schuifknop weer te geven"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_icon
-msgid "Want to display menu icon"
-msgstr "Wil je menu pictogram weer"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg
-msgid "Want to set megamenu background"
-msgstr "Wil je megamenu achtergrond in te stellen"
-
-#. module: kingfisher_pro
-#: code:addons/kingfisher_pro/models/products.py:143
-#: code:addons/kingfisher_pro/models/products.py:154
-#, python-format
-msgid "Warning! You cannot set 'zero' for product page."
-msgstr "Waarschuwing! Je kunt geen 'nul' voor de productpagina."
-
-#. module: kingfisher_pro
-#: code:addons/kingfisher_pro/models/products.py:176
-#, python-format
-msgid "Warning! You have to set atleast one default value."
-msgstr "Waarschuwing! Je moet minstens één standaard waarde in te stellen."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Watch"
-msgstr "Horloge"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website
-msgid "Website"
-msgstr "Website"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website_menu
-msgid "Website Menu"
-msgstr "Website menu"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_public_category
-msgid "Website Product Category"
-msgstr "Website productcategorie"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_f_l_pager
-msgid "Website Product Pager Settings"
-msgstr "Website Product Pager Instellingen"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_product_per_page
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_product_per_page
-#: model:ir.ui.view,arch_db:kingfisher_pro.list_view_product_per_page
-msgid "Website Product Pagination"
-msgstr "Website Product Pagination"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_res_config_ppp
-msgid "Website Product Paging"
-msgstr "Website Product Paging"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_menu_inherit
-msgid "Website menu"
-msgstr "Website menu"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Welcome,"
-msgstr "Welkom,"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Western Wear"
-msgstr "Western Wear"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_interval_play
-#: model:ir.model.fields,help:kingfisher_pro.field_website_interval_play
-msgid "With this field you can set the interval play time between two images."
-msgstr "Met dit veld kunt u de interval speeltijd tussen twee foto's in te stellen."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Women Tops"
-msgstr "vrouwen Tops"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "Write a quote here from one of your customers. Quotes are a\n"
-"                                                    geweldige manier om het vertrouwen in uw producten of diensten te bouwen.\n"
-"                                                    This theme is very easy to build and form the customer's standpoint it's very\n"
-"                                                    intuitive."
-msgstr "Schrijf een citaat hier van één van uw klanten. quotes zijn\n"
-"                                                    great way to build confidence in your products or services.\n"
-"                                                    Dit thema is zeer eenvoudig op te bouwen en te vormen het standpunt van de klant is het heel\n"
-"                                                    intuitive."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "Writizmo"
-msgstr "Writizmo"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_sequence
-msgid "You can define sequence of tags you want to show tags"
-msgstr "U kunt de volgorde van de labels te definiëren die u wilt om labels te tonen"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Your cart is empty!"
-msgstr "Je winkelmandje is leeg!"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Youtube"
-msgstr "Youtube"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_sortby
-msgid "biztech.product.sortby"
-msgstr "biztech.product.sortby"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_style_tag
-msgid "biztech.product.style.tag"
-msgstr "biztech.product.style.tag"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_tags
-msgid "biztech.product.tags"
-msgstr "biztech.product.tags"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_blog_slider_config
-msgid "blog.slider.config"
-msgstr "blog.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_view
-msgid "by"
-msgstr "door"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "details"
-msgstr "details"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "home page"
-msgstr "home page"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_multi_slider_config
-msgid "multi.slider.config"
-msgstr "multi.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_brands
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_tree_view
-msgid "product.brands"
-msgstr "product.brands"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_category_slider_config
-msgid "product.category.slider.config"
-msgstr "product.category.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_per_page
-msgid "product.per.page"
-msgstr "product.per.page"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_per_page_no
-msgid "product.per.page.no"
-msgstr "product.per.page.no"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "review(s) | Add your review"
-msgstr "review (s ) | Voeg uw recensie"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website_config_settings
-msgid "website.config.settings"
-msgstr "website.config.settings"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "your email..."
-msgstr "uw e-mail..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "© 2016 By <span>Kingfisher Pro Fashion.</span> All Rights Reserved."
-msgstr "© 2016 By <span>Kingfisher Pro Mode .</span> Alle rechten voorbehouden."
-
-
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "WOMEN'S GLASSES"
-msgstr "WOMEN'S GLASSES"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "WOMEN'S JEWELLARY"
-msgstr "WOMEN'S JE"
-
-
-
-

+ 0 - 2022
i18n/zh_CN.po

@@ -1,2022 +0,0 @@
-# Translation of Odoo Server.
-# This file contains the translation of the following modules:
-#	* kingfisher_pro
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: Odoo Server 9.0c\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-06-13 09:13+0000\n"
-"PO-Revision-Date: 2016-06-13 09:13+0000\n"
-"Last-Translator: <>\n"
-"Language-Team: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: \n"
-"Plural-Forms: \n"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_menu_inherit
-msgid "#ccc"
-msgstr "#ccc"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "100% MONEY BACK - 30 DAYS"
-msgstr "100%退款 - 30天"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_1
-msgid "1st collection name"
-msgstr "第一個集合名稱"
-
-
-
-
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_1_ids
-msgid "1st product collection"
-msgstr "第一個產品收集"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "2 Columns"
-msgstr "2列"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "2016"
-msgstr "2016年"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_2
-msgid "2nd collection name"
-msgstr "第二個集合名稱"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_2_ids
-msgid "2nd product collection"
-msgstr "第二個產品收集"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "3 Columns"
-msgstr "3列"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_3
-msgid "3rd collection name"
-msgstr "第三集合名稱"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_3_ids
-msgid "3rd product collection"
-msgstr "第3集產品"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_type:0
-msgid "4 Columns"
-msgstr "4列"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "404"
-msgstr "404"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_4
-msgid "4th collection name"
-msgstr "第四集合名稱"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_4_ids
-msgid "4th product collection"
-msgstr "第4集產品"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_label_collection_5
-msgid "5th collection name"
-msgstr "第五集合名稱"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_collection_5_ids
-msgid "5th product collection"
-msgstr "第5集產品"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "<b>24/7 CUSTOMER SERVICE</b>"
-msgstr "<b>24/7客戶服務</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "<b>FREE SHIPPING WORLDWIDE</b>"
-msgstr "<b>全球免費送貨</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "<b>MONEY BACK GUARANTEE !</b>"
-msgstr "<b>退款保證!</b>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "<i class=\"fa fa-shopping-cart\"/>Add to Cart"
-msgstr "<i class=\"fa fa-shopping-cart\"/>添加到購物車"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "<span class=\"col-xs-6 text-right h4\">Subtotal:</span>"
-msgstr "<span class=\"col-xs-6 text-right h4\">小計:</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Open Sans', sans-serif;\">Open Sans </span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Open Sans', sans-serif;\">打開三世 </span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Source Sans Pro', sans-serif;\">Source Sans Pro</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Source Sans Pro', sans-serif;\">Source Sans Pro</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Source Serif Pro', serif;\">Source Serif Pro</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Source Serif Pro', serif;\">來源三世臨</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style1\" style=\"font-family: 'Varela Round', sans-serif;\">Varela Round</span>"
-msgstr "<span class=\"font-style1\" style=\"font-family: 'Varela Round', sans-serif;\">瓦雷拉回合</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style2\" style=\"font-family: 'Lato', sans-serif;\">Lato</span>"
-msgstr "<span class=\"font-style2\" style=\"font-family: 'Lato', sans-serif;\">側</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "<span class=\"font-style3\" style=\"font-family: 'Raleway', sans-serif;\">Raleway</span>"
-msgstr "<span class=\"font-style3\" style=\"font-family: 'Raleway', sans-serif;\">Raleway</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "<span class=\"line1\">BIGGEST</span><br/>\n"
-"                                    <span class=\"line2\">SALE</span><br/>\n"
-"                                    <span class=\"line3\">50%</span>"
-msgstr "<span class=\"line1\">最大</span><br/>\n"
-"                                    <span class=\"line2\">銷售</span><br/>\n"
-"                                    <span class=\"line3\">50%</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "<span class=\"sr-only\">Next</span>"
-msgstr "<span class=\"sr-only\">下一個</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "<span class=\"sr-only\">Previous</span>"
-msgstr "<span class=\"sr-only\">以前</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_blog_custom_snippet
-msgid "<span>Blog post slider</span>"
-msgstr "<span>博客文章滑塊</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_multi_cat_custom_snippet
-msgid "<span>Multi Category Slider</span>"
-msgstr "<span>多類別滑塊</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_brand_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_brand_custom_slider
-msgid "<span>Our Brands</span>"
-msgstr "<span>我們的品牌</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_product_category_slider
-msgid "<span>Product/Category Slider</span>"
-msgstr "<span>產品/類別滑塊</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-msgid "<span>Trending</span>"
-msgstr "<span>趨勢</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "About Us"
-msgstr "關於我們"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_active
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_active
-msgid "Active"
-msgstr "有效"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_images
-msgid "Add Multiple Image in Product"
-msgstr "添加多個圖片中的產品"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_multi_image
-msgid "Add Multiple Images?"
-msgstr "添加多張圖片?"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_is_flip_image
-msgid "Add flip image"
-msgstr "添加翻轉圖像"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Add flip image which will be visible on product hover in website"
-msgstr "加入這將是在網站上的產品懸停可見翻轉圖像"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.king_pro_products_item
-msgid "Add to cart"
-msgstr "添加到購物車"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Add..."
-msgstr "加..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Affiliates"
-msgstr "關聯公司"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "All Products"
-msgstr "所有产品"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_alt
-msgid "Alt"
-msgstr "鍵"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:24
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:56
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:83
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:110
-#, python-format
-msgid "Apply"
-msgstr "應用"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Aqua"
-msgstr "水族"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.sortby,sort_type:0
-msgid "Ascending"
-msgstr "上升"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_auto_rotate
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_auto_rotate
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_auto_rotate
-msgid "Auto Rotate Slider"
-msgstr "自動旋轉滑塊"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "B/W"
-msgstr "黑/白"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "BOXED"
-msgstr "盒裝"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Background Pattern"
-msgstr "背景圖案"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_bg_img_color:0
-msgid "Background color"
-msgstr "背景顏色"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_color
-msgid "Background color for megamenu"
-msgstr "背景顏色為megamenu"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_megamenu_bg_color
-msgid "Background color for megamenu, for setting background color you have to pass hexacode here."
-msgstr "對於megamenu背景顏色,設置背景顏色,你必須通過這裡hexacode 。"
-
-#. module: kingfisher_pro
-#: selection:website.menu,megamenu_bg_img_color:0
-msgid "Background image"
-msgstr "背景圖"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_image
-msgid "Background image for megamenu"
-msgstr "對於megamenu背景圖片"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "Bag"
-msgstr "袋"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:204
-#: model:ir.actions.act_window,name:kingfisher_pro.dynamic_blog_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.dynamic_blog_slider_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.dynamic_blog_slider_list_view
-#, python-format
-msgid "Blog Post Slider"
-msgstr "博客文章滑塊"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:68
-#, python-format
-msgid "Blog Slider Configuration"
-msgstr "博客滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.dynamic_blog_slider_menu
-msgid "Blog Slider Configuraton"
-msgstr "博客滑塊Configuraton"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Blue"
-msgstr "蓝色"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Blur"
-msgstr "模糊"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-msgid "Bottom"
-msgstr "底部"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_product_brand_id
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherited_product_template_form_brand_add
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherited_view_product_template_search_brand
-msgid "Brand"
-msgstr "牌"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_cover
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Brand Cover"
-msgstr "品牌封面"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_logo
-msgid "Brand Logo"
-msgstr "品牌標識"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_name
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Brand Name"
-msgstr "品牌"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_open_brand_products
-msgid "Brand Products"
-msgstr "品牌產品"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_product_brand
-#: model:ir.ui.view,arch_db:kingfisher_pro.inherit_product_search_view
-msgid "Brands"
-msgstr "品牌"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:36
-#, python-format
-msgid "Brands Slider Configuration"
-msgstr "品牌滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Brown"
-msgstr "棕色"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_slider_layout
-msgid "By Price"
-msgstr "按價格"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "CEO, ABC company"
-msgstr "CEO , ABC公司"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "CURRENCY"
-msgstr "貨幣"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:23
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:55
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:82
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:109
-#, python-format
-msgid "Cancel"
-msgstr "取消"
-
-#. module: kingfisher_pro
-#: selection:product.category.slider.config,prod_cat_type:0
-msgid "Category"
-msgstr "類別"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_category_slider_position
-msgid "Category Slider Position"
-msgstr "類別滑塊位置"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_change_thumbnail_size
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_change_thumbnail_size
-msgid "Change thumbnail size"
-msgstr "更改縮略圖大小"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Checkout"
-msgstr "查看"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,help:kingfisher_pro.dynamic_blog_slider_action
-#: model:ir.actions.act_window,help:kingfisher_pro.multi_slider_action
-#: model:ir.actions.act_window,help:kingfisher_pro.prod_cat_slider_action
-msgid "Click to define a new slider."
-msgstr "按此定義一個新的滑塊。"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Collection configuration"
-msgstr "收集配置"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_1
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_2
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_3
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_4
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_label_collection_5
-msgid "Collection label to be displayed in website like Men, Women, Kids, etc..."
-msgstr "要顯示在網站像男裝,女裝,童裝等收藏標籤..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_collections_blog_post
-msgid "Collections of blog posts"
-msgstr "博客文章的集合"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_collections_category
-msgid "Collections of category"
-msgstr "類的集合"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_collections_product
-msgid "Collections of product"
-msgstr "產品的集合"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_color
-msgid "Color"
-msgstr "顏色"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Configure"
-msgstr "配置"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_res_config_ppp
-msgid "Configure website product pagination"
-msgstr "配置網站產品分頁"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Contact"
-msgstr "联系人"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Contact Us"
-msgstr "联络我们"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_no_of_counts
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_no_of_counts
-msgid "Counts"
-msgstr "計數"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_cover_image
-msgid "Cover Image will be show untill video is loaded."
-msgstr "封面圖片將顯示,直到視頻被加載。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_cover_image
-msgid "Cover image"
-msgstr "封面圖片"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_create_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_create_uid
-msgid "Created by"
-msgstr "创建者"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_create_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_create_date
-msgid "Created on"
-msgstr "创建时间"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Customer Service"
-msgstr "客戶服務"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Customize your theme"
-msgstr "自定義主題"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Default"
-msgstr "默認"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.sortby,sort_type:0
-msgid "Descending"
-msgstr "降序"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_brand_description
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_description
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Description"
-msgstr "说明"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_display_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_display_name
-msgid "Display Name"
-msgstr "显示名称"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_display_menu_footer
-msgid "Display menu footer"
-msgstr "顯示菜單頁腳"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_product_display_grid
-#: model:ir.model.fields,help:kingfisher_pro.field_website_product_display_grid
-msgid "Display no. of products per line in website product grid."
-msgstr "不顯示。每行的產品在網站上的產品網格."
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_list_view
-msgid "Dynamic Slider"
-msgstr "動態滑塊"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_first_last_pager
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_first_last_pager
-msgid "Enable First and Last Pager"
-msgstr "啟用第一個和最後尋呼機"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_active
-msgid "Enable or Disable tag from website"
-msgstr "啟用或禁用網站標籤"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_sort_by
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_sort_by
-msgid "Enable product sorting option"
-msgstr "啟用產品排序選項"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_enable_disable_text
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_enable_disable_text
-msgid "Enable the text panel"
-msgstr "啟用文本面板"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_is_flip_image
-msgid "Enable this checkbox for adding flip image on product website."
-msgstr "啟用此複選框為產品添加網站圖像翻轉。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_first_last_pager
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_first_last_pager
-msgid "Enable this checkbox to make 'First' and 'Last' button in pager on website."
-msgstr "選中該複選框,使“第一” ,並在網站上尋呼機“最後一個”按鈕。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_disable_text
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_disable_text
-msgid "Enable/Disable text which is visible on the image in multi image."
-msgstr "選中該複選框,使“第一” ,並在網站上尋呼機“最後一個”按鈕。"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:43
-#, python-format
-msgid "Enter Count"
-msgstr "進入計數"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:49
-#, python-format
-msgid "Enter Label (for e.g: Our Brands)"
-msgstr "輸入標籤(例如:我們的品牌)"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "FONTS COMBINATIONS"
-msgstr "FONTS組合的"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-msgid "FREE SHIPPING WORLDWIDE"
-msgstr "全球免費送貨"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "FULL WIDTH"
-msgstr "全屏寬度"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.website_pager_addition
-msgid "First"
-msgstr "第一"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_flip_image
-msgid "Flip image"
-msgstr "翻轉圖像"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_flip_image
-msgid "Flip image will be shown on mouse hover in website on specific product."
-msgstr "翻轉圖像將在網站上的特定產品顯示鼠標懸停。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_footer
-msgid "Footer content"
-msgstr "頁腳內容"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_menu_footer
-msgid "Footer name for megamenu"
-msgstr "對於megamenu頁腳名"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_display_menu_footer
-msgid "For displaying footer in megamenu"
-msgstr "對於megamenu顯示頁腳"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_enable_sort_by
-#: model:ir.model.fields,help:kingfisher_pro.field_website_enable_sort_by
-msgid "For enabling product sorting feature in website."
-msgstr "為使產品在網站排序功能"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Free Shipping"
-msgstr "免費送貨"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Gift Cards"
-msgstr "禮品卡"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Golden"
-msgstr "金色的"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-msgid "Green"
-msgstr "綠色"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "Grid View"
-msgstr "網格視圖"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_carousel_header_name
-msgid "Header name for carousel slider in megamenu"
-msgstr "在megamenu旋轉木馬滑塊頭名"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Help"
-msgstr "帮助"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "Home"
-msgstr "首页"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Html5 Video"
-msgstr "HTML5視頻"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_id
-msgid "ID"
-msgstr "ID"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,attach_type:0
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_image
-msgid "Image"
-msgstr "图像"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_images
-msgid "Images"
-msgstr "圖片"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_include_in_megamenu
-#: model:ir.model.fields,help:kingfisher_pro.field_product_public_category_include_in_megamenu
-msgid "Include in mega menu"
-msgstr "包括大型菜單"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "International"
-msgstr "國際"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_is_megamenu
-msgid "Is megamenu...?"
-msgstr "Megamenu是...?"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "It is required"
-msgstr "這是必須的"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Jewellary"
-msgstr "Jewellary"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Jobs"
-msgstr "工作"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "John Warner"
-msgstr "約翰·沃納"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "LANGUAGE"
-msgstr "語言"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "LAYOUT"
-msgstr "佈局"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:47
-#, python-format
-msgid "Label"
-msgstr "標籤"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_name
-msgid "Label Name"
-msgstr "標籤名稱"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.website_pager_addition
-msgid "Last"
-msgstr "標籤名稱"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page___last_update
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no___last_update
-msgid "Last Modified on"
-msgstr "最后修改日"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_write_uid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_write_uid
-msgid "Last Updated by"
-msgstr "最后更新人"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_write_date
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_write_date
-msgid "Last Updated on"
-msgstr "最后更新时间"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-#: selection:website.menu,category_slider_position:0
-msgid "Left"
-msgstr "剩下"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Legal"
-msgstr "剩下"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_mp4
-msgid "Link for mp4 format video"
-msgstr "鏈接MP4格式視頻"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_ogv
-msgid "Link for ogv format video"
-msgstr "鏈接OGV格式視頻"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_images_video_webm
-msgid "Link for webm format video"
-msgstr "鏈接OGV格式視頻"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-msgid "List View"
-msgstr "列表顯示"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Login"
-msgstr "登錄"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Logout"
-msgstr "注销"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "MAIN COLOR"
-msgstr "主色"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "MEN'S SHOES"
-msgstr "男鞋"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "MEN'S WATCH"
-msgstr "男士腕錶"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_main_category_color
-msgid "Main category color"
-msgstr "主要類別顏色"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_public_category_menu_id
-msgid "Main menu"
-msgstr "主菜單"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Meet The Maker"
-msgstr "滿足製造者"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg_img_color
-msgid "Megamenu background selection"
-msgstr "Megamenu背景選擇"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_type
-msgid "Megamenu type"
-msgstr "兆豐菜單式"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Men Blazers"
-msgstr "男子開拓者"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_icon_image
-msgid "Menu Icon"
-msgstr "菜單圖標"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_menu_icon_image
-msgid "Menu icon for your menu"
-msgstr "為您的菜單菜單圖標"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_brand_custom_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_option
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_category_slider_option
-msgid "Modify"
-msgstr "修改"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_more_view_exclude
-msgid "More View Exclude"
-msgstr "更多視圖中排除"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:279
-#, python-format
-msgid "Multi Category Slider"
-msgstr "多類別滑塊"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:95
-#, python-format
-msgid "Multi Product Slider Configuration"
-msgstr "多產品滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.multi_slider_menu
-msgid "Multi Product Slider Configuraton"
-msgstr "多產品滑塊Configuraton"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.multi_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Multi Slider"
-msgstr "多滑塊"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Multiple Image"
-msgstr "多重圖像"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_effects_inherit
-msgid "Multiple Product Image"
-msgstr "多個產品圖片"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "My account"
-msgstr "我的帳戶"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_name
-msgid "Name"
-msgstr "名称"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_sortby_name
-msgid "Name for sorting option"
-msgstr "名稱排序選項"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "New Collection"
-msgstr "新系列"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-#: model:ir.ui.view,arch_db:website.website2_homepage
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "New collection"
-msgstr "新系列"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Newsletter!"
-msgstr "通訊!"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_no_of_counts
-msgid "No of blogs to be displayed in slider."
-msgstr "沒有博客要顯示在滑塊。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_no_of_collection
-msgid "No of collections to be displayed on slider."
-msgstr "沒有收藏要在滑塊顯示。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_ids
-msgid "No of product to display"
-msgstr "沒有產品的顯示"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_no_of_counts
-msgid "No of products to be displayed in slider."
-msgstr "沒有的產品要顯示在滑塊。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_no_of_collection
-msgid "No. of collections to show"
-msgstr "集合號,以顯示"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_products_count
-msgid "Number of products"
-msgstr "產品數量"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Orange"
-msgstr "橙子"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.biztech_form_view_for_product_sorting
-msgid "Order By"
-msgstr "Order By"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Order Status"
-msgstr "訂單狀態"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:130
-#, python-format
-msgid "Our Brands"
-msgstr "我們的品牌"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_theme_customize
-msgid "Pink"
-msgstr "粉"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_interval_play
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_interval_play
-msgid "Play interval of slideshow"
-msgstr "播放幻燈片間隔"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "Please try one of the following pages"
-msgstr "請嘗試以下頁面之一"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_tag
-msgid "Popular Tags"
-msgstr "熱門標籤"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Price-Range:"
-msgstr "價格範圍:"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Privacy"
-msgstr "隐私"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "Privacy Policy"
-msgstr "隱私政策"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "Proceed to checkout"
-msgstr "進行結算"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_prod_page_id
-msgid "Prod page id"
-msgstr "正式版頁編號"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_product_tmpl_id
-#: selection:product.category.slider.config,prod_cat_type:0
-msgid "Product"
-msgstr "产品"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_open_single_product_brand
-msgid "Product Brand"
-msgstr "產品品牌"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_brands_product_ids
-#: model:ir.ui.menu,name:kingfisher_pro.menu_product_brand
-#: model:ir.ui.view,arch_db:kingfisher_pro.product_brandz_search_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-msgid "Product Brands"
-msgstr "產品品牌"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Product Flip Image"
-msgstr "產品翻轉圖像"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_template_form_multiple_image
-msgid "Product Multiple Images"
-msgstr "產品多張圖片"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "Product Name"
-msgstr "产品名称"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_product_per_page_no
-msgid "Product Per Page No"
-msgstr "產品每頁否"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_product_sorting
-#: model:ir.ui.menu,name:kingfisher_pro.sub_menu_sort_by
-msgid "Product Sorting"
-msgstr "產品排序"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.biztech_product_style_tag
-msgid "Product Style Tag"
-msgstr "產品風格標籤"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_biztech_product_style_tag
-msgid "Product Style Tags"
-msgstr "產品風格標籤"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_for_biztech_product_tags
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_product_ids
-#: model:ir.ui.menu,name:kingfisher_pro.biztech_product_tags
-msgid "Product Tags"
-msgstr "商品標籤"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_template
-msgid "Product Template"
-msgstr "产品模板"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "Product not available"
-msgstr "产品无效!"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_product_display_grid
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_product_display_grid
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_effects_inherit
-msgid "Product per grid"
-msgstr "每格產品"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_name
-msgid "Product per page"
-msgstr "每頁產品"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/js/kingfisher_pro_editor.js:65
-#: model:ir.actions.act_window,name:kingfisher_pro.prod_cat_slider_action
-#: model:ir.ui.view,arch_db:kingfisher_pro.prod_cat_slider_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.prod_cat_slider_list_view
-#, python-format
-msgid "Product/Category Slider"
-msgstr "產品/類別滑塊"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:9
-#, python-format
-msgid "Product/Category Slider Configuration"
-msgstr "產品/類別滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.prod_cat_slider_menu
-msgid "Product/Category Slider Configuraton"
-msgstr "產品/類別滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_product_ids
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_for_biztech_product_tags
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_sale_products
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_form_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_kanban_view
-msgid "Products"
-msgstr "产品"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Recently added item(s)"
-msgstr "最近添加的項目(S )"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.style.tag,color:0
-msgid "Red"
-msgstr "紅"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Register"
-msgstr "寄存器"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Returns &amp; Exchanges"
-msgstr "退貨和放大器;交易所"
-
-#. module: kingfisher_pro
-#: selection:website,thumbnail_panel_position:0
-#: selection:website.menu,category_slider_position:0
-msgid "Right"
-msgstr "對"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_service_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "SERVICE SUPPORT 24/7"
-msgstr "服務支持24/7"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "SHOP NOW \n"
-"                                        <i class=\"fa fa-angle-right\"/>"
-msgstr "現在去購物 \n"
-"                                        <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "SHOP NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "現在去購物 <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "SUBSCRIBE NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "現在訂閱 <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Save <span>20%</span>"
-msgstr "保存 <span>20%</span>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Search"
-msgstr "搜索"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Search..."
-msgstr "搜索..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Security"
-msgstr "安全"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_product_brand_id
-msgid "Select a brand for this product"
-msgstr "選擇一個品牌本產品"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_template_product_style_tag_id
-msgid "Select a tag for this product"
-msgstr "選擇一個標籤說明此產品"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_sortby_sort_on
-msgid "Select field on which you want to apply sorting"
-msgstr "要在其上應用排序選擇字段"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_prod_cat_type
-msgid "Select product or category for whom you want to show a slider."
-msgstr "選擇產品或為其要顯示一個滑塊類別。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_thumbnail_panel_position
-#: model:ir.model.fields,help:kingfisher_pro.field_website_thumbnail_panel_position
-msgid "Select the position where you want to display the thumbnail panel in multi image."
-msgstr "選擇您要顯示在多圖像縮略圖面板的位置。"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Selected Filters"
-msgstr "選定的過濾器"
-
-#. module: kingfisher_pro
-#: selection:website,color_opt_thumbnail:0
-msgid "Sepia"
-msgstr "烏賊"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_sequence
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_for_biztech_product_tags
-#: model:ir.ui.view,arch_db:kingfisher_pro.list_view_for_biztech_product_tags
-msgid "Sequence"
-msgstr "序号"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_main_category_color
-msgid "Set color for main category in megamenu"
-msgstr "設置顏色為megamenu主要類別"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_menu_sub_category_color
-msgid "Set color for sab category in megamenu"
-msgstr "設置顏色為megamenu主要類別"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_per_page_no_set_default_check
-msgid "Set default"
-msgstr "默認設置"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Shoes"
-msgstr "鞋"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-msgid "Shop now <i class=\"fa fa-angle-right\"/>"
-msgstr "現在去購物 <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_products_add_to_cart
-msgid "Shopping Cart"
-msgstr "购物车"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_multi_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_pro_cat_slider_view
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_products_add_to_cart
-msgid "Shopping-cart"
-msgstr "购物车"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_product_public_category_description
-msgid "Short description which will be visible below category slider."
-msgstr "簡短描述下面將類別滑塊可見。"
-
-#. module: kingfisher_pro
-#: model:product.per.page,name:kingfisher_pro.record_no_of_product_per_page
-msgid "Show"
-msgstr "顯示"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Sign up for our newsletter!"
-msgstr "註冊我們的通訊!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.menu,name:kingfisher_pro.menu_slider_config
-msgid "Slider Configuration"
-msgstr "滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.multi_slider_form_view
-msgid "Slider configuration"
-msgstr "滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_no_extra_options
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_no_extra_options
-msgid "Slider effects"
-msgstr "滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_carousel_header_name
-msgid "Slider label"
-msgstr "滑塊配置"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_name
-msgid "Slider name"
-msgstr "滑塊名"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_blog_slider_config_sliding_speed
-#: model:ir.model.fields,field_description:kingfisher_pro.field_multi_slider_config_sliding_speed
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_sliding_speed
-msgid "Slider sliding speed"
-msgstr "滑塊滑動速度"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_name
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_name
-msgid "Slider title to be displayed on website like Best products, Latest and etc..."
-msgstr "要顯示在網站標題滑塊像最好的產品,最新的等.."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_name
-msgid "Slider title to be displayed on website like Our Blogs, Latest Blog Post and etc..."
-msgstr "要顯示在網站像我們的博客,最新的博客文章等滑塊標題..."
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_no_extra_options
-#: model:ir.model.fields,help:kingfisher_pro.field_website_no_extra_options
-msgid "Slider with all options for next, previous, play, pause, fullscreen, hide/show thumbnail panel."
-msgstr "滑蓋與下一個,上,播放,暫停,全屏的所有選項,隱藏/顯示縮略圖面板。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_blog_slider_config_sliding_speed
-#: model:ir.model.fields,help:kingfisher_pro.field_multi_slider_config_sliding_speed
-#: model:ir.model.fields,help:kingfisher_pro.field_product_category_slider_config_sliding_speed
-msgid "Sliding speed of a slider can be set from here and it will be in milliseconds."
-msgstr "滑塊的滑動速度可以從這裡進行設置,這將是毫秒。"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_sorting
-msgid "Sort By"
-msgstr "排序方式"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_sorting
-msgid "Sort By:"
-msgstr "排序方式:"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_sort_on
-msgid "Sort On"
-msgstr "排序"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_sequence
-msgid "Sort Order"
-msgstr "排序"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Spacs"
-msgstr "特別併購上市"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_website_megamenu_submenu
-msgid "Still, No category assigned to this menu.!!!"
-msgstr "儘管如此,沒有類別分配給該菜單。 !!!"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_sub_category_color
-msgid "Sub category color"
-msgstr "子類別顏色"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Supply chain"
-msgstr "供應鏈"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_style_tag_name
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_tags_name
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_name
-msgid "Tag Name"
-msgstr "標籤名稱"
-
-#. module: kingfisher_pro
-#: sql_constraint:biztech.product.tags:0
-msgid "Tag name should be unique..!"
-msgstr "標籤名稱應該是唯一的..!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_custom_filterz
-msgid "Tag:"
-msgstr "標籤:"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_product_style_tag_id
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_template_tag_ids
-msgid "Tags"
-msgstr "标签"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-msgid "Testimonials"
-msgstr "褒獎"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Text Messaging"
-msgstr "短信"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Thanks"
-msgstr "谢谢"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "Thanks for your subscription!"
-msgstr "感谢您的订阅!"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "This is not the webpage you are looking for"
-msgstr "這是不是你要找的網頁"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "This theme is very easy to build and form the customer's standpoint it's very\n"
-"                                                    intuitive.\n"
-"                                                    Odoo provides essential platform for our project management.\n"
-"                                                    Things are better organized and more visible with it."
-msgstr "這個主題是很容易建立,形成了客戶的角度來看這是非常\n"
-"                                                    直觀。\n"
-"                                                    Odoo為我們項目管理的基本平台。\n"
-"                                                    事情是更好的組織,並用它更加明顯。"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumb_height
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumb_height
-msgid "Thumb height"
-msgstr "拇指高度"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumb_width
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumb_width
-msgid "Thumb width"
-msgstr "拇指寬"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_color_opt_thumbnail
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_color_opt_thumbnail
-msgid "Thumbnail overlay effects"
-msgstr "縮略圖疊加效應"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_config_settings_thumbnail_panel_position
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_thumbnail_panel_position
-msgid "Thumbnails panel position"
-msgstr "縮略圖面板位置"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_name
-msgid "Title"
-msgstr "称谓"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:41
-#, python-format
-msgid "Total Count"
-msgstr "總計數"
-
-#. module: kingfisher_pro
-#. openerp-web
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:14
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:73
-#: code:addons/kingfisher_pro/static/src/xml/kingfisher_pro.xml:100
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_attach_type
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_sortby_sort_type
-#, python-format
-msgid "Type"
-msgstr "类型"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_product_category_slider_config_prod_cat_type
-msgid "Type of slider"
-msgstr "滑塊類型"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,attach_type:0
-msgid "Video"
-msgstr "視頻"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_id
-msgid "Video ID"
-msgstr "視頻 ID"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_mp4
-msgid "Video MP4"
-msgstr "視頻 MP4"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_ogv
-msgid "Video OGV"
-msgstr "視頻OGV"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_webm
-msgid "Video WEBM"
-msgstr "視頻WEBM"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_biztech_product_images_video_type
-msgid "Video media player"
-msgstr "視頻媒體播放器"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "View all"
-msgstr "查看全部"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Vimeo"
-msgstr "Vimeo的"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "WOMEN'S GLASSES"
-msgstr "婦女的眼鏡"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "WOMEN'S JEWELLERY"
-msgstr "女士珠寶首飾"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_customize_menu_colors
-msgid "Want to customize menu colors"
-msgstr "想要自定義菜單顏色"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_category_slider
-msgid "Want to display category slider"
-msgstr "要顯示類別滑塊"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_menu_icon
-msgid "Want to display menu icon"
-msgstr "要顯示菜單圖標"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,field_description:kingfisher_pro.field_website_menu_megamenu_bg
-msgid "Want to set megamenu background"
-msgstr "要設置megamenu背景"
-
-#. module: kingfisher_pro
-#: code:addons/kingfisher_pro/models/products.py:143
-#: code:addons/kingfisher_pro/models/products.py:154
-#, python-format
-msgid "Warning! You cannot set 'zero' for product page."
-msgstr "警告!不能設置“零”的產品頁面。"
-
-#. module: kingfisher_pro
-#: code:addons/kingfisher_pro/models/products.py:176
-#, python-format
-msgid "Warning! You have to set atleast one default value."
-msgstr "警告!你必須設置用於至少一個默認值。"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-msgid "Watch"
-msgstr "看"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website
-msgid "Website"
-msgstr "网站"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website_menu
-msgid "Website Menu"
-msgstr "网站菜单"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_public_category
-msgid "Website Product Category"
-msgstr "网站产品目录"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_config_settings_f_l_pager
-msgid "Website Product Pager Settings"
-msgstr "網站產品尋呼機設置"
-
-#. module: kingfisher_pro
-#: model:ir.actions.act_window,name:kingfisher_pro.action_product_per_page
-#: model:ir.ui.view,arch_db:kingfisher_pro.form_view_product_per_page
-#: model:ir.ui.view,arch_db:kingfisher_pro.list_view_product_per_page
-msgid "Website Product Pagination"
-msgstr "網站產品分頁"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_res_config_ppp
-msgid "Website Product Paging"
-msgstr "網站產品分頁"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_website_menu_inherit
-msgid "Website menu"
-msgstr "网站菜单"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Welcome,"
-msgstr "歡迎,"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Western Wear"
-msgstr "磨西"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_website_config_settings_interval_play
-#: model:ir.model.fields,help:kingfisher_pro.field_website_interval_play
-msgid "With this field you can set the interval play time between two images."
-msgstr "有了這個字段,你可以設置兩個圖像之間的間隔播放時間。"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-msgid "Women Tops"
-msgstr "女裝上衣"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_testimonials_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Write a quote here from one of your customers. Quotes are a\n"
-"                                                    great way to build confidence in your products or services.\n"
-"                                                    This theme is very easy to build and form the customer's standpoint it's very\n"
-"                                                    intuitive."
-msgstr "寫從你的一個客戶在這裡的報價。行情是\n"
-"                                                    偉大的方式來建立你的產品或服務的信心。\n"
-"                                                    這個主題是很容易建立,形成了客戶的角度來看這是非常\n"
-"                                                   直觀。"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "Writizmo"
-msgstr "Writizmo"
-
-#. module: kingfisher_pro
-#: model:ir.model.fields,help:kingfisher_pro.field_biztech_product_tags_sequence
-msgid "You can define sequence of tags you want to show tags"
-msgstr "您可以定義的標籤序列要顯示的標籤"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_header_layout
-msgid "Your cart is empty!"
-msgstr "您的购物车是空的!"
-
-#. module: kingfisher_pro
-#: selection:biztech.product.images,video_type:0
-msgid "Youtube"
-msgstr "的Youtube"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_sortby
-msgid "biztech.product.sortby"
-msgstr "biztech.product.sortby"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_style_tag
-msgid "biztech.product.style.tag"
-msgstr "biztech.product.style.tag"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_biztech_product_tags
-msgid "biztech.product.tags"
-msgstr "biztech.product.tags"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_blog_slider_config
-msgid "blog.slider.config"
-msgstr "blog.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_blog_slider_view
-msgid "by"
-msgstr "作者"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.hover_total
-msgid "details"
-msgstr "細節"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.404_page_template
-msgid "home page"
-msgstr "主頁"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_multi_slider_config
-msgid "multi.slider.config"
-msgstr "multi.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_brands
-#: model:ir.ui.view,arch_db:kingfisher_pro.view_product_brands_tree_view
-msgid "product.brands"
-msgstr "product.brands"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_category_slider_config
-msgid "product.category.slider.config"
-msgstr "product.category.slider.config"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_per_page
-msgid "product.per.page"
-msgstr "product.per.page"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_product_per_page_no
-msgid "product.per.page.no"
-msgstr "product.per.page.no"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_product_details
-msgid "review(s) | Add your review"
-msgstr "review(s) | Add your review"
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.model_website_config_settings
-msgid "website.config.settings"
-msgstr "website.config.settings"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.kingfisher_pro_footer_customize
-msgid "your email..."
-msgstr "你的电子邮件地址..."
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.footer_copyright
-msgid "© 2016 By <span>Kingfisher Pro Fashion.</span> All Rights Reserved."
-msgstr "© 2016 By <span>Kingfisher Pro Fashion.</span> All Rights Reserved."
-
-
-
-#. module: kingfisher_pro
-#: model:ir.model,name:kingfisher_pro.homepage_body
-msgid "New collection"
-msgstr "新系列"
-
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "SHOP NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "現在去購物 <i class=\"fa fa-angle-right\"/>"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "MEN'S SHOES"
-msgstr "男鞋"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Testimonials"
-msgstr "褒獎"
-
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "WOMEN'S JEWELLARY"
-msgstr "男鞋JEWELLARY"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "WOMEN'S GLASSES"
-msgstr "婦女的眼鏡"
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "MEN'S WATCH"
-msgstr "男鞋"
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.homepage_body
-msgid "Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse\n"
-"                                <br/>\n"
-"                                molestie consequat ,韋爾ILLUM dolore歐盟feugiat法無facilisis在維羅\n"
-"                                <br/>\n"
-"                                eros et accumsan et iusto odio dignissim qui blandit praesent luptatum\n"
-"                                <br/>\n"
-"                                zzril delenit augue duis dolore te feugait nulla facilisi."
-msgstr "DUIS autem VEL EUM存有悲在hendrerit在vulputate velit埃塞\n"
-"                                <br/>\n"
-"                                nonumy奧迪奧dignissim魁blandit愛神等accumsan等二人胡斯托\n"
-"                                <br/>\n"
-"                                nonumy奧迪奧dignissim魁blandit愛神等accumsan等二人胡斯托\n"
-"                                <br/>\n"
-"                                zzril delenit augue duis dolore te feugait nulla facilisi."
-
-
-
-
-#. module: kingfisher_pro
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_home_slider
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_single_banner_snippet
-#: model:ir.ui.view,arch_db:kingfisher_pro.s_kingfisher_pro_promo_snippet
-
-msgid "SHOP NOW <i class=\"fa fa-angle-right\"/>"
-msgstr "現在去購物 <i class=\"fa fa-angle-right\"/>"
-

+ 3 - 3
models/__init__.py

@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 # Part of AppJetty. See LICENSE file for full copyright and licensing details.
 
-from . import slider
-from . import products
-from . import website
+import slider
+import products
+import website

+ 18 - 36
models/products.py

@@ -1,17 +1,16 @@
 # -*- coding: utf-8 -*-
 # Part of AppJetty. See LICENSE file for full copyright and licensing details.
 
-from odoo import api, fields, models, _
-from odoo.exceptions import Warning
-from odoo.addons.website_sale.controllers import main
+from openerp import api, fields, models, _
+from openerp.exceptions import Warning
+from openerp.addons.website_sale.controllers import main
 
 
 class Brands(models.Model):
     _name = 'product.brands'
-    _description = 'Add product brands'
 
     name = fields.Char(string='Brand Name', required=True, translate=True)
-    brand_description = fields.Text(string='Description', translate=True)
+    brand_description = fields.Html(string='Description', translate=True)
     brand_logo = fields.Binary(string='Brand Logo')
     brand_cover = fields.Binary(string='Brand Cover')
     product_ids = fields.One2many(
@@ -32,7 +31,6 @@ class Brands(models.Model):
 
 class ProductStyleTags(models.Model):
     _name = 'biztech.product.style.tag'
-    _description = 'Add style tags in Product'
 
     name = fields.Char(string='Tag Name', required=True, translate=True)
     color = fields.Selection(
@@ -63,12 +61,9 @@ class KingProductImages(models.Model):
                                 # required=True,
                                 help="Cover Image will be show untill video is loaded.")
     video_id = fields.Char(string='Video ID')
-    video_ogv = fields.Char(
-        string='Video OGV', help="Link for ogv format video")
-    video_webm = fields.Char(
-        string='Video WEBM', help="Link for webm format video")
-    video_mp4 = fields.Char(
-        string='Video MP4', help="Link for mp4 format video")
+    video_ogv = fields.Char(string='Video OGV', help="Link for ogv format video")
+    video_webm = fields.Char(string='Video WEBM', help="Link for webm format video")
+    video_mp4 = fields.Char(string='Video MP4', help="Link for mp4 format video")
     sequence = fields.Integer(string='Sort Order')
     product_tmpl_id = fields.Many2one('product.template', string='Product')
     more_view_exclude = fields.Boolean(string="More View Exclude")
@@ -76,7 +71,6 @@ class KingProductImages(models.Model):
 
 class ProductTemplate(models.Model):
     _inherit = 'product.template'
-    _description = "Add Multiple Image in Product"
 
     product_brand_id = fields.Many2one(
         'product.brands',
@@ -84,9 +78,9 @@ class ProductTemplate(models.Model):
         help='Select a brand for this product'
     )
     images = fields.One2many('biztech.product.images', 'product_tmpl_id',
-                             string='Product Multi Images')
+                             string='Images')
     multi_image = fields.Boolean(string="Add Multiple Images?")
-    biztech_tag_ids = fields.Many2many('biztech.product.tags', string="Products Tags")
+    tag_ids = fields.Many2many('biztech.product.tags', string="Tags")
     is_flip_image = fields. Boolean(
         string="Add flip image", help="Enable this checkbox for adding flip image on product website.")
     flip_image = fields.Binary(string='Flip image',
@@ -101,27 +95,22 @@ class ProductTemplate(models.Model):
 class ProductTags(models.Model):
     _name = 'biztech.product.tags'
     _order = "sequence"
-    _description = "Add Tags in Product"
 
-    name = fields.Char(string="Tag Name", help="Tag Name",
-                       required=True, translate=True)
+    name = fields.Char(string="Tag Name", help="Tag Name", required=True, translate=True)
     active = fields.Boolean(
         string="Active", help="Enable or Disable tag from website", default=True)
     sequence = fields.Integer(
         string='Sequence', help="You can define sequence of tags you want to show tags")
-    product_ids = fields.Many2many(
-        'product.template', string='Products', required=True)
+    product_ids = fields.Many2many('product.template', string='Products', required=True)
 
-    _sql_constraints = [('unique_tag_name', 'unique(name)',
-                         'Tag name should be unique..!'), ]
+    _sql_constraints = [('unique_tag_name', 'unique(name)', 'Tag name should be unique..!'), ]
 
 
 class ProductSortBy(models.Model):
     _name = 'biztech.product.sortby'
-    _description = "Add Sort product fields"
 
-    name = fields.Char(string="Name", help='Name for sorting option',
-                       required=True, translate=True)
+    name = fields.Char(string="Name", help='Name for sorting option', translate=True,
+                       required=True)
     sort_type = fields.Selection(
         [('asc', 'Ascending'), ('desc', 'Descending')], string="Type", default='asc')
     sort_on = fields.Many2one('ir.model.fields', string='Sort On',
@@ -131,7 +120,6 @@ class ProductSortBy(models.Model):
 
 class ProductCategory(models.Model):
     _inherit = 'product.public.category'
-    _description = "Add Mega menu in Product"
 
     include_in_megamenu = fields.Boolean(
         string="Include in mega menu", help="Include in mega menu")
@@ -143,7 +131,6 @@ class ProductCategory(models.Model):
 class ProductPerPageNo(models.Model):
     _name = "product.per.page.no"
     _order = 'name asc'
-    _description = "Product Per Page No"
 
     name = fields.Integer(string='Product per page')
     set_default_check = fields.Boolean(string="Set default")
@@ -153,8 +140,7 @@ class ProductPerPageNo(models.Model):
     def create(self, vals):
         res = super(ProductPerPageNo, self).create(vals)
         if vals.get('name') == 0:
-            raise Warning(
-                _("Warning! You cannot set 'zero' for product page."))
+            raise Warning(_("Warning! You cannot set 'zero' for product page."))
         if vals.get('set_default_check'):
             true_records = self.search(
                 [('set_default_check', '=', True), ('id', '!=', res.id)])
@@ -165,8 +151,7 @@ class ProductPerPageNo(models.Model):
     def write(self, vals):
         res = super(ProductPerPageNo, self).write(vals)
         if vals.get('name') == 0:
-            raise Warning(
-                _("Warning! You cannot set 'zero' for product page."))
+            raise Warning(_("Warning! You cannot set 'zero' for product page."))
         if vals.get('set_default_check'):
             true_records = self.search(
                 [('set_default_check', '=', True), ('id', '!=', self.id)])
@@ -176,7 +161,6 @@ class ProductPerPageNo(models.Model):
 
 class ProductPerPage(models.Model):
     _name = "product.per.page"
-    _description = "Product per page display"
 
     name = fields.Char(string="Label Name", translate=True)
     no_ids = fields.One2many(
@@ -185,11 +169,9 @@ class ProductPerPage(models.Model):
     @api.multi
     def write(self, vals):
         res = super(ProductPerPage, self).write(vals)
-        default_pg = self.env['product.per.page.no'].search(
-            [('set_default_check', '=', True)])
+        default_pg = self.env['product.per.page.no'].search([('set_default_check', '=', True)])
         if default_pg.name:
             main.PPG = int(default_pg.name)
         else:
-            raise Warning(
-                _("Warning! You have to set atleast one default value."))
+            raise Warning(_("Warning! You have to set atleast one default value."))
         return res

+ 5 - 6
models/slider.py

@@ -1,14 +1,14 @@
 # -*- coding: utf-8 -*-
 # Part of AppJetty. See LICENSE file for full copyright and licensing details.
 
-from odoo import api, fields, models
+from openerp import api, fields, models
 
 
 class ProductCategorySlider(models.Model):
     _name = 'product.category.slider.config'
-    _description = "Configration of product category slider"
 
-    name = fields.Char(string="Slider name", default='Trending', required=True, translate=True,
+    name = fields.Char(string="Slider name", default='Trending', required=True,
+                       translate=True,
                        help="Slider title to be displayed on website like Best products, Latest and etc...")
     active = fields.Boolean(string="Active", default=True)
     no_of_counts = fields.Selection([('3', '3'), ('4', '4'), ('5', '5'), ('6', '6')], string="Counts",
@@ -29,7 +29,6 @@ class ProductCategorySlider(models.Model):
 class BlogSlider(models.Model):
 
     _name = 'blog.slider.config'
-    _description = "Configration of Blogs slider"
 
     name = fields.Char(string="Slider name", default='Blogs', translate=True,
                        help="Slider title to be displayed on website like Our Blogs, Latest Blog Post and etc...",
@@ -46,7 +45,6 @@ class BlogSlider(models.Model):
 
 class MultiSlider(models.Model):
     _name = 'multi.slider.config'
-    _description = "Configration of Multi slider"
 
     name = fields.Char(string="Slider name", default='Trending',
                        required=True, translate=True,
@@ -78,7 +76,8 @@ class MultiSlider(models.Model):
                                         required=True,
                                         string="2nd product collection")
 
-    label_collection_3 = fields.Char(string="3rd collection name", default='Third collection', translate=True,
+    label_collection_3 = fields.Char(string="3rd collection name", default='Third collection',
+                                     translate=True,
                                      # required=True,
                                      help="Collection label to be displayed in website like Men, Women, Kids, etc...")
     collection_3_ids = fields.Many2many('product.template', 'product_slider_collection_3_rel', 'slider_id',

+ 42 - 42
models/website.py

@@ -3,15 +3,15 @@
 
 import math
 import werkzeug
-from odoo import api, fields, models, _
-from odoo.http import request
+from openerp import api, fields, models, _
+from openerp.http import request
+from openerp.addons.website_sale.controllers import main
 
 PPG = 18
 
 
 class WebsiteMenu(models.Model):
     _inherit = "website.menu"
-    _description = "Website mega menu settings"
 
     is_megamenu = fields.Boolean(string='Is megamenu...?')
     megamenu_type = fields.Selection([('2_col', '2 Columns'),
@@ -19,8 +19,7 @@ class WebsiteMenu(models.Model):
                                       ('4_col', '4 Columns')],
                                      default='3_col',
                                      string="Megamenu type")
-    megamenu_bg = fields.Boolean(
-        string='Want to set megamenu background', default=False)
+    megamenu_bg = fields.Boolean(string='Want to set megamenu background', default=False)
     megamenu_bg_img_color = fields.Selection([('bg_img', 'Background image'),
                                               ('bg_color', 'Background color')],
                                              default='bg_img',
@@ -29,24 +28,20 @@ class WebsiteMenu(models.Model):
     megamenu_bg_color = fields.Char(string="Background color for megamenu",
                                     default='#ccc',
                                     help="Background color for megamenu, for setting background color you have to pass hexacode here.")
-    category_slider = fields.Boolean(
-        string='Want to display category slider', default=False)
+    category_slider = fields.Boolean(string='Want to display category slider', default=False)
     carousel_header_name = fields.Char(string="Slider label",
                                        default="Latest", translate=True,
                                        help="Header name for carousel slider in megamenu")
     category_slider_position = fields.Selection([('left', 'Left'), ('right', 'Right')],
                                                 default='left', string="Category Slider Position")
-    menu_icon = fields.Boolean(
-        string='Want to display menu icon', default=False)
-    menu_icon_image = fields.Binary(
-        string="Menu Icon", help="Menu icon for your menu")
+    menu_icon = fields.Boolean(string='Want to display menu icon', default=False)
+    menu_icon_image = fields.Binary(string="Menu Icon", help="Menu icon for your menu")
 
     display_menu_footer = fields.Boolean(string="Display menu footer", default=False,
                                          help="For displaying footer in megamenu")
-    menu_footer = fields.Text(string="Footer content",
+    menu_footer = fields.Html(string="Footer content",
                               help="Footer name for megamenu")
-    customize_menu_colors = fields.Boolean(
-        string='Want to customize menu colors', default=False)
+    customize_menu_colors = fields.Boolean(string='Want to customize menu colors', default=False)
     main_category_color = fields.Char(string='Main category color',
                                       help="Set color for main category in megamenu")
     sub_category_color = fields.Char(string='Sub category color',
@@ -55,7 +50,6 @@ class WebsiteMenu(models.Model):
 
 class website(models.Model):
     _inherit = 'website'
-    _description = "Website settings"
 
     # For Multi image
     thumbnail_panel_position = fields.Selection([
@@ -80,11 +74,15 @@ class website(models.Model):
     no_extra_options = fields.Boolean(string='Slider effects',
                                       default=True,
                                       help="Slider with all options for next, previous, play, pause, fullscreen, hide/show thumbnail panel.")
-    change_thumbnail_size = fields.Boolean(
-        string="Change thumbnail size", default=False)
+    change_thumbnail_size = fields.Boolean(string="Change thumbnail size", default=False)
     thumb_height = fields.Char(string='Thumb height', default=50)
     thumb_width = fields.Char(string='Thumb width', default=88)
 
+    # For Sort By
+    enable_sort_by = fields.Boolean(string='Enable product sorting option',
+                                    help='For enabling product sorting feature in website.',
+                                    default=True)
+
     # For first last pager
     enable_first_last_pager = fields.Boolean(string="Enable First and Last Pager", default=True,
                                              help="Enable this checkbox to make 'First' and 'Last' button in pager on website.")
@@ -103,23 +101,19 @@ class website(models.Model):
         return values
 
     def get_current_pager_selection(self):
-        page_no = request.env['product.per.page.no'].search(
-            [('set_default_check', '=', True)])
         if request.session.get('default_paging_no'):
             return int(request.session.get('default_paging_no'))
-        elif page_no:
-            return int(page_no.name)
         else:
             return PPG
 
-    @api.model
-    def pager(self, url, total, page=1, step=30, scope=5, url_args=None):
-        res = super(website, self). pager(url=url,
+    def pager(self, cr, uid, ids, url, total, page=1, step=30, scope=5, url_args=None, context=None):
+        res = super(website, self). pager(cr, uid, ids, url=url,
                                           total=total,
                                           page=page,
                                           step=step,
                                           scope=scope,
-                                          url_args=url_args)
+                                          url_args=url_args,
+                                          context=context)
         # Compute Pager
         page_count = int(math.ceil(float(total) / step))
 
@@ -147,7 +141,7 @@ class website(models.Model):
                     del url_args['min1']
                 if url_args.get('sort_id'):
                     del url_args['sort_id']
-                if url_args and not url_args.get('tag') and not url_args.get('range1') and not url_args.get('range2') and not url_args.get('max1') and not url_args.get('min1') and not url_args.get('sort_id'):
+                if not url_args.get('tag') and not url_args.get('range1') and not url_args.get('range2') and not url_args.get('max1') and not url_args.get('min1') and not url_args.get('sort_id'):
                     _url = "%s?%s" % (_url, werkzeug.url_encode(url_args))
             return _url
         res.update({
@@ -190,15 +184,16 @@ class website(models.Model):
         if product_id:
             self.env.cr.execute(
                 "select id from biztech_product_images where product_tmpl_id=%s and more_view_exclude IS NOT TRUE order by sequence", ([product_id]))
-            product_ids = list(map(lambda x: x[0], self.env.cr.fetchall()))
+            product_ids = map(lambda x: x[0], self.env.cr.fetchall())
             if product_ids:
                 product_img_data = self.env['biztech.product.images'].browse(
                     product_ids)
         return product_img_data
 
     # For brands
-    def sale_product_domain(self):
-        domain = super(website, self).sale_product_domain()
+    def sale_product_domain(self, cr, uid, ids, context=None):
+        domain = super(website, self).sale_product_domain(cr, uid, ids=ids,
+                                                          context=context)
         if 'brand_id' in request.context:
             domain.append(
                 ('product_brand_id', '=', request.context['brand_id']))
@@ -241,10 +236,9 @@ class website(models.Model):
         return child_categories
 
 
-class ResConfigSettings(models.TransientModel):
+class WebsiteConfigSettings(models.TransientModel):
 
-    _inherit = 'res.config.settings'
-    _description = "Res Config settings "
+    _inherit = 'website.config.settings'
 
     # For multi image
     thumbnail_panel_position = fields.Selection([
@@ -253,37 +247,43 @@ class ResConfigSettings(models.TransientModel):
         ('bottom', 'Bottom')],
         string='Thumbnails panel position',
         related='website_id.thumbnail_panel_position',
-        help="Select the position where you want to display the thumbnail panel in multi image.", readonly=False)
+        help="Select the position where you want to display the thumbnail panel in multi image.")
     interval_play = fields.Char(string='Play interval of slideshow',
                                 related='website_id.interval_play',
-                                help='With this field you can set the interval play time between two images.', readonly=False)
+                                help='With this field you can set the interval play time between two images.')
     enable_disable_text = fields.Boolean(string='Enable the text panel',
                                          related='website_id.enable_disable_text',
-                                         help='Enable/Disable text which is visible on the image in multi image.', readonly=False)
+                                         help='Enable/Disable text which is visible on the image in multi image.')
     color_opt_thumbnail = fields.Selection([
         ('default', 'Default'),
         ('b_n_w', 'B/W'),
         ('sepia', 'Sepia'),
         ('blur', 'Blur')],
         related='website_id.color_opt_thumbnail',
-        string="Thumbnail overlay effects", readonly=False)
+        string="Thumbnail overlay effects")
     no_extra_options = fields.Boolean(string='Slider effects',
                                       # default=True,
                                       related='website_id.no_extra_options',
-                                      help="Slider with all options for next, previous, play, pause, fullscreen, hide/show thumbnail panel.", readonly=False)
+                                      help="Slider with all options for next, previous, play, pause, fullscreen, hide/show thumbnail panel.")
     change_thumbnail_size = fields.Boolean(string="Change thumbnail size",
-                                           related="website_id.change_thumbnail_size", readonly=False)
+                                           related="website_id.change_thumbnail_size"
+                                           )
     thumb_height = fields.Char(string='Thumb height',
-                               related="website_id.thumb_height", readonly=False
+                               related="website_id.thumb_height"
                                )
     thumb_width = fields.Char(string='Thumb width',
-                              related="website_id.thumb_width", readonly=False
+                              related="website_id.thumb_width"
                               )
 
+    # For Sort By
+    enable_sort_by = fields.Boolean(related="website_id.enable_sort_by", string='Enable product sorting option',
+                                    help='For enabling product sorting feature in website.',
+                                    default=True)
+
     # For first last pager
     enable_first_last_pager = fields.Boolean(related='website_id.enable_first_last_pager',
                                              string="Enable First and Last Pager", default=True,
-                                             help="Enable this checkbox to make 'First' and 'Last' button in pager on website.", readonly=False)
+                                             help="Enable this checkbox to make 'First' and 'Last' button in pager on website.")
     # Product per grid
     product_display_grid = fields.Selection(related='website_id.product_display_grid',
-                                            default='3', string='Product per grid', help="Display no. of products per line in website product grid.", readonly=False)
+                                            default='3', string='Product per grid', help="Display no. of products per line in website product grid.")

+ 11 - 15
security/ir.model.access.csv

@@ -1,23 +1,19 @@
 id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
 access_product_category_slider_config,access_product_category_slider_config,model_product_category_slider_config,,1,0,0,0
 access_product_brands,access_product_brands,model_product_brands,,1,0,0,0
-access_blog_slider_config,access_blog_slider_config,model_blog_slider_config,,1,1,1,1
+access_blog_slider_config,access_blog_slider_config,model_blog_slider_config,,1,0,0,0
 access_biztech_product_images,access_biztech_product_images,model_biztech_product_images,,1,0,0,0
 access_biztech_product_tags,access_biztech_product_tags,model_biztech_product_tags,,1,0,0,0
 access_biztech_product_sortby,access_biztech_product_sortby,model_biztech_product_sortby,,1,0,0,0
 access_multi_slider_config,access_multi_slider_config,model_multi_slider_config,,1,0,0,0
-access_product_per_page_no,access_product_per_page_no,model_product_per_page_no,,1,1,1,1
-access_product_per_page,access_product_per_page,model_product_per_page,,1,1,1,1
+access_product_per_page_no,access_product_per_page_no,model_product_per_page_no,,1,0,0,0
+access_product_per_page,access_product_per_page,model_product_per_page,,1,0,0,0
 access_biztech_product_style_tag,access_biztech_product_style_tag,model_biztech_product_style_tag,,1,0,0,0
-access_biztech_product_brand,access_biztech_product_brand,model_product_brands,website.group_website_designer,1,1,1,1
-access_biztech_product_catagory_slider,access_biztech_product_catagory_slider,model_product_category_slider_config,website.group_website_designer,1,1,1,1
-access_biztech_multi_product_slider,access_biztech_multi_product_slider,model_multi_slider_config,website.group_website_designer,1,1,1,1
-access_biztech_custom_product_style_tag,access_biztech_custom_product_style_tag,model_biztech_product_style_tag,website.group_website_designer,1,1,1,1
-access_biztech_product_sorting,access_biztech_product_sorting,model_biztech_product_sortby,website.group_website_designer,1,1,1,1
-access_biztech_custom_product_tags,access_biztech_custom_product_tags,model_biztech_product_tags,website.group_website_designer,1,1,1,1
-access_biztech_product_multiple_images,access_biztech_product_multiple_images,model_biztech_product_images,website.group_website_designer,1,1,1,1
-access_biztech_website_product_paging,access_biztech_website_product_paging,model_product_per_page,website.group_website_designer,1,1,1,1
-access_biztech_theme_view_groups,access_theme_product_view_groups,website_theme_install.model_theme_ir_ui_view,,1,0,0,0
-
-
-
+access_biztech_product_brand,access_biztech_product_brand,model_product_brands,base.group_website_designer,1,1,1,1
+access_biztech_product_catagory_slider,access_biztech_product_catagory_slider,model_product_category_slider_config,base.group_website_designer,1,1,1,1
+access_biztech_multi_product_slider,access_biztech_multi_product_slider,model_multi_slider_config,base.group_website_designer,1,1,1,1
+access_biztech_custom_product_style_tag,access_biztech_custom_product_style_tag,model_biztech_product_style_tag,base.group_website_designer,1,1,1,1
+access_biztech_product_sorting,access_biztech_product_sorting,model_biztech_product_sortby,base.group_website_designer,1,1,1,1
+access_biztech_custom_product_tags,access_biztech_custom_product_tags,model_biztech_product_tags,base.group_website_designer,1,1,1,1
+access_biztech_product_multiple_images,access_biztech_product_multiple_images,model_biztech_product_images,base.group_website_designer,1,1,1,1
+access_biztech_website_product_paging,access_biztech_website_product_paging,model_product_per_page,base.group_website_designer,1,1,1,1

+ 60 - 28
static/description/index.html

@@ -1,20 +1,10 @@
-<section class="oe_container">
-    <div class="oe_row oe_spaced">
-        <div class="oe_span12">
-            <h2 class="oe_slogan" style="color:red;font-size:15px">
-               <b>Note: Kingfisher Pro Fashion v12 will not work with multi website. If you want the multi website compatible module than please contact us.</b>
-            </h2>
-        </div>
-    </div>
-</section>
-
 <section class="oe_container">
     <div class="oe_row oe_spaced">
         <div class="oe_span12">
             <div style="text-align: center; margin-top:30px; margin-bottom:30px;"><a href="https://www.appjetty.com/odoo-development.htm" style="display: inline-block; margin:auto; background: #875A7B; color: #fff; font-weight: bold; font-size: 18px; padding: 0 33px; line-height: 45px; border-radius: 5px;">Get Free Odoo Consultancy</a></div>
 
             <h2 class="oe_slogan" style="color:#FF5D5D;">A Fashion Online Store With Outstanding Elements</h2>
-            <p class=" text-center text-muted" style=" font-size:20px">Now customize your fashion store with grand appearance! Odoo Kingfisher Pro Fashion theme allows you to personalize various elements creatively. Experience the well managed snippets with drag & drop.</p>
+            <p class=" text-center text-muted" style=" font-size:20px">Are you looking for a dedicated theme on fashion industry for your e-commerce store? Well, AppJetty has come up with specialized theme for fashion industry with kingfisher brand naming Kingfisher Pro Fashion that is dedicatedly made for widely growing E-Commerce Fashion Industry. With the help of multiple snippets provided by the Theme admin can customize the store with elegant looks. Kingfisher Pro Fashion has support for apps like Advance Mega Menu &amp; Custom Product Image Gallery, so admin can represent the products and its categories &amp; subcategories effectively.</p>
         </div>
     </div>
     <div class="container-fluid" style="background-color:#E8E8E8; padding:20px 0px 90px 0px">
@@ -30,7 +20,7 @@
     <div class="container" style="border-bottom: 1px solid rgba(225, 225, 225, 0.57); padding:20px 0px">
         <div class="oe_row oe_spaced">
             <h2 class="oe_slogan" style="color:#FF5D5D;">Building Blocks</h2>
-            <p class=" text-muted text-center" style="font-size:20px">Odoo Fashion theme imparts great benefits in the form of stellar design. Get the store speed optimized with Less CSS. It is a professional responsive fashion theme for Odoo which helps enhance the look and feel of your fashion store. 
+            <p class=" text-muted text-center" style="font-size:20px">Odoo Kingfisher Pro Fashion imparts great benefits in the form of stellar design. Get the store speed optimized with Less CSS. It is a professional responsive theme which helps enhance the look and feel of your fashion store. 
             </p>
         </div>
         <div class="container">
@@ -70,7 +60,7 @@
                     <h3 class="text-left" style="color:#FF5D5D;">Product Slider snippet</h3>
                     <ul style="list-style-type:none; padding-left:0">
                         <li>
-                            <p class="text-muted">Add a snippet to your Odoo Apparel E-Commerce store containing exclusive products from product list.</p>
+                            <p class="text-muted">Add a snippet to your E-Commerce store containing exclusive products from product list.</p>
                         </li>
                         <li>
                             <p class="text-muted">From this snippet your customer can directly add product to the cart and can also see ratings of the added product.</p>
@@ -78,7 +68,7 @@
                         <li>
                             <p class="text-muted">Product Slider snippet supports two different widths:
                     </p>
-                            <ul style="list-style-type:disc; padding:13px;">
+                            <ul style="list-style-type:disc; padding: 13px;">
                                 <li>
                                     <p class="text-muted">Full Page Width Slider</p>
                                 </li>
@@ -105,7 +95,7 @@
                     <h3 class="text-left" style="color:#FF5D5D;">Category Slider snippet</h3>
                     <ul style="list-style-type:none; padding-left:0">
                         <li>
-                            <p class="text-muted">Add a snippet to your Odoo Lifestyle E-Commerce store containing exclusive products from product Categories. List Multiple Product Categories and add products to them.</p>
+                            <p class="text-muted">Add a snippet to your E-Commerce store containing exclusive products from product Categories. List Multiple Product Categories and add products to them.</p>
                         </li>
                         <li>
                             <p class="text-muted">Category Slider snippet supports two different widths:</p>
@@ -240,7 +230,7 @@
             <div class="row">
                 <div class="col-md-6">
                     <h3 class="text-left" style="color:#FF5D5D;">Advance Mega Menu</h3>
-                    <p class="text-muted">Make your simple menu mega menu with the help of Advance Mega Menu available in Kingfisher Pro Fashion Odoo theme for fashion website. Display all the product categories and sub categories in mega menu for easy and better navigation.</p>
+                    <p class="text-muted">Make your simple menu mega menu with the help of Advance Mega Menu available in Kingfisher Pro Fashion Theme. Display all the product categories and sub categories in mega menu for easy and better navigation.</p>
                 </div>
                 <div class="col-md-6">
                     <img class="img-border img-fluid thumbnail" src="mega-menu.png" />
@@ -256,7 +246,7 @@
                 </div>
                 <div class="col-md-6">
                     <h3 class="text-left" style="color:#FF5D5D;">Product Multiple Image Gallery</h3>
-                    <p class="text-muted">Odoo fashion store template has a support for Product multiple image galleries with image zoom in/out, image full screen and video support.</p>
+                    <p class="text-muted">The Kingfisher Pro Fashion theme has a support for Product multiple image galleries with image zoom in/out, image full screen and video support.</p>
                 </div>
             </div>
         </div>
@@ -266,7 +256,7 @@
             <div class="row">
                 <div class="col-md-6">
                     <h3 class="text-left" style="color:#FF5D5D;">Theme Customization</h3>
-                    <p class="text-muted">You can customize the Odoo apparel store theme the way you want. You can change the theme layout, Theme’s main color &amp; Theme’s font combination.</p>
+                    <p class="text-muted">You can customize the theme the way you want. You can change the theme layout, Theme’s main color &amp; Theme’s font combination.</p>
                 </div>
                 <div class="col-md-6">
                     <img class="img-border img-fluid thumbnail" src="theme-customization.png" />
@@ -420,22 +410,64 @@
             </div>
         </div>
     </section>
-    <section class="oe_container">
+   <!--  <section class="container oe_dark">
+        <div class="container">
+            <div class="col-md-12">
+                <h3 class="text-left" style="color:#FF5D5D;">Customizing Store Shop Page</h3>
+                <p class="text-muted">Admin can configure store shop page as per requirement by adding or removing things that are needed.</p>
+            </div>
+        </div>
+    </section> -->
+
+<!--     <section class="oe_container " style="padding:20px 0px">
         <div class="oe_row oe_spaced">
-            <div class="oe_span12">
-                <h2 class="oe_slogan" style="color:red;font-size:15px">
-                   <b>Note: All the new features of Kingfisher Pro Fashion v12 may not be available in older versions.</b>
-                </h2>
+            <h2 class="oe_slogan" style="color:#FF5D5D; margin-bottom:0px;">You may also like</h2>
+        </div>
+        <div class="container">
+            <div class="col-md-4">
+                <a href="https://www.odoo.com/apps/themes/9.0/kingfisher">
+                    <img class="img-border img-fluid thumbnail" src="kingfisher.jpg" />
+                </a>
+            </div>
+            <div class="col-md-4">
+                <a href="https://www.odoo.com/apps/themes/9.0/falcon_backend_theme">
+                    <img class="img-border img-fluid thumbnail" src="falcon_theme.png" />
+                </a>
+            </div>
+            <div class="col-md-4">
+                <a href="https://www.odoo.com/apps/themes/9.0/kingfisher_pro_bicycle">
+                    <img class="img-border img-fluid thumbnail" src="kingfisher_pro_bicycle.png" />
+                </a>
             </div>
         </div>
     </section>
-
-    <section class="text-center">
-        <div class="mb32">
-            <a href="https://www.appjetty.com/contacts/" target="_blank" style="display: inline-block; background: #03aee4; font-size: 18px; color: #ffffff; font-weight: 700; padding: 0 33px; line-height: 37px; border-radius: 5px; text-decoration: none;">Contact us</a>
+    <section class="oe_container">
+        <div class="oe_row oe_spaced">
+            <div class="col-md-6 img-content">
+                <h3>Our Odoo Services</h3>
+            </div>
+            <div class="bc-span col-md-12">
+                <div class="inner-span">
+                    <a target="_blank" href="https://goo.gl/3OCf0g">
+                        <img class="img-border img-fluid thumbnail" src="service-banner.png" />
+                    </a>
+                </div>
+            </div>
         </div>
     </section>
-
+    <section class="oe_container">
+        <div class="oe_row oe_spaced">
+            <div class="col-md-12 img-content text-center">
+                <h2>Technical Help &amp; Support</h2>
+                <p style="margin: 30px 0px;">We offer extremely convenient and quick support service to all your technical help &amp; support requests. As our support <br /> service is the parameter defining the success of our business and earning us the brand name.       <br />    Please feel free to contact us</p>
+                <div class="text-center">
+                    <a style="color: rgb(255, 255, 255); border-color: rgb(49, 91, 143); position: relative; overflow: hidden; background: none 0% 0% repeat scroll rgb(49, 91, 143);" class="btn btn-success btn-lg" rel="nofollow" href="mailto:support@appjetty.com">
+                        <i class="fa fa-envelope"></i>  support@appjetty.com </a>
+                </div>
+                <br />
+            </div>
+        </div>
+    </section> -->
     <section class="tech-help-suport" style="margin-top: 30px;">
         <div class="container">
             <div class="row">

+ 0 - 6
static/src/css/kingfisher_pro.css

@@ -15,10 +15,4 @@
   padding-left: 3px; }
 #o_shop_collapse_category li i.fa {
   cursor: pointer; }
-  /*--- V10 patch --*/
-  .o_my_status_table .btn-primary{color:#fff !important;}
-  .o_my_status_table .btn-primary:hover{color:#333!important;}
-  .o_my_sidebar .btn-default:hover{color:#fff !important;}
-  
-
 

+ 71 - 0
static/src/css/owl.carousel2.css

@@ -0,0 +1,71 @@
+/* 
+ * 	Core Owl Carousel CSS File
+ *	v1.3.3
+ */
+
+/* clearfix */
+.owl-carousel .owl-wrapper:after {
+	content: ".";
+	display: block;
+	clear: both;
+	visibility: hidden;
+	line-height: 0;
+	height: 0;
+}
+/* display none until init */
+.owl-carousel{
+	display: none;
+	position: relative;
+	width: 100%;
+	-ms-touch-action: pan-y;
+}
+.owl-carousel .owl-wrapper{
+	display: none;
+	position: relative;
+	-webkit-transform: translate3d(0px, 0px, 0px);
+}
+.owl-carousel .owl-wrapper-outer{
+	overflow: hidden;
+	position: relative;
+	width: 100%;
+}
+.owl-carousel .owl-wrapper-outer.autoHeight{
+	-webkit-transition: height 500ms ease-in-out;
+	-moz-transition: height 500ms ease-in-out;
+	-ms-transition: height 500ms ease-in-out;
+	-o-transition: height 500ms ease-in-out;
+	transition: height 500ms ease-in-out;
+}
+	
+.owl-carousel .owl-item{
+	float: left;
+}
+.owl-controls .owl-page,
+.owl-controls .owl-buttons div{
+	cursor: pointer;
+}
+.owl-controls {
+	-webkit-user-select: none;
+	-khtml-user-select: none;
+	-moz-user-select: none;
+	-ms-user-select: none;
+	user-select: none;
+	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+/* mouse grab icon */
+.grabbing { 
+    cursor:url(grabbing.png) 8 8, move;
+}
+
+/* fix */
+.owl-carousel  .owl-wrapper,
+.owl-carousel  .owl-item{
+	-webkit-backface-visibility: hidden;
+	-moz-backface-visibility:    hidden;
+	-ms-backface-visibility:     hidden;
+  -webkit-transform: translate3d(0,0,0);
+  -moz-transform: translate3d(0,0,0);
+  -ms-transform: translate3d(0,0,0);
+}
+

BIN
static/src/img/call.png


BIN
static/src/img/cart.png


BIN
static/src/img/config.png


BIN
static/src/img/eye-view.png


BIN
static/src/img/mail.png


BIN
static/src/img/map.png


BIN
static/src/img/next.png


BIN
static/src/img/phone.png


BIN
static/src/img/search.png


BIN
static/src/img/small-icon.png


BIN
static/src/img/snippet/call.png


BIN
static/src/img/snippet/cart-service.png


BIN
static/src/img/snippet/middle-box-bg.png


BIN
static/src/img/snippet/wallet.png


BIN
static/src/img/star.png


BIN
static/src/img/white-star.png


+ 263 - 24
static/src/js/custom.js

@@ -5,21 +5,13 @@ $(window).scroll(function() {
         $('body').removeClass('header-fixed');
     }
 });
+
 //mobile touch
 $(document).ready(function($) {
-   
- $( ".carousel" ).carousel();
+    $(".carousel").carousel();
 });
+
 $(document).ready(function($) {
-     $('a[data-action=customize_theme]').click(function() { 
-        setTimeout(function(){ 
-            if ($('.modal-body').hasClass('cstm-customized-theme') == true) 
-            { 
-                $('.modal-body').parent().parent().addClass('only-cstm-theme') 
-                $('.modal-body').parent().addClass('only-cstm-theme') 
-            } 
-        }, 100); 
-    });
     // browser window scroll (in pixels) after which the "back to top" link is shown
     var offset = 300,
         //browser window scroll (in pixels) after which the "back to top" link opacity is reduced
@@ -45,6 +37,93 @@ $(document).ready(function($) {
         }, scroll_top_duration);
     });
 
+    var api;
+    // Multi image gallery
+    openerp.jsonRpc('/kingfisher_pro/multi_image_effect_config', 'call', {})
+        .done(function(res) {
+            var dynamic_data = {}
+            dynamic_data['gallery_images_preload_type'] = 'all'
+            dynamic_data['slider_enable_text_panel'] = false
+            dynamic_data['gallery_skin'] = "alexis"
+            dynamic_data['gallery_height'] = 800
+
+            if (res.theme_panel_position != false) {
+                dynamic_data['theme_panel_position'] = res.theme_panel_position
+            }
+
+            if (res.interval_play != false) {
+                dynamic_data['gallery_play_interval'] = res.interval_play
+            }
+
+            if (res.color_opt_thumbnail != false && res.color_opt_thumbnail != 'default') {
+                dynamic_data['thumb_image_overlay_effect'] = true
+                if (res.color_opt_thumbnail == 'b_n_w') {}
+                if (res.color_opt_thumbnail == 'blur') {
+                    dynamic_data['thumb_image_overlay_type'] = "blur"
+                }
+                if (res.color_opt_thumbnail == 'sepia') {
+                    dynamic_data['thumb_image_overlay_type'] = "sepia"
+                }
+            }
+
+            if (res.enable_disable_text == true) {
+                dynamic_data['slider_enable_text_panel'] = true
+            }
+
+            if (res.change_thumbnail_size == true) {
+                dynamic_data['thumb_height'] = res.thumb_height
+                dynamic_data['thumb_width'] = res.thumb_width
+            }
+
+            if (res.no_extra_options == false) {
+                dynamic_data['slider_enable_arrows'] = false
+                dynamic_data['slider_enable_progress_indicator'] = false
+                dynamic_data['slider_enable_play_button'] = false
+                dynamic_data['slider_enable_fullscreen_button'] = false
+                dynamic_data['slider_enable_zoom_panel'] = false
+                dynamic_data['slider_enable_text_panel'] = false
+                dynamic_data['strippanel_enable_handle'] = false
+                dynamic_data['gridpanel_enable_handle'] = false
+                dynamic_data['theme_panel_position'] = 'bottom'
+                dynamic_data['thumb_image_overlay_effect'] = false
+            }
+
+            api = $('#gallery').unitegallery(dynamic_data);
+            api.on("item_change", function(num, data) {
+                if (data['index'] == 0) {
+                    update_gallery_product_image();
+                }
+            });
+
+            if (api != undefined && $('#gallery').length != 0){
+                setTimeout(function(){
+                    update_gallery_product_image()
+                }, 500);
+            }
+        });
+    
+    function update_gallery_product_image() {
+        var $container = $('.oe_website_sale').find('.ug-slide-wrapper');
+        var $img = $container.find('img');
+        var $product_container = $('.oe_website_sale').find('.js_product').first();
+        var p_id = parseInt($product_container.find('input.product_id').first().val());
+
+        if (p_id > 0) {
+            $img.each(function(e_img) {
+                if ($(this).attr("src").startsWith('/website/image/biztech.product.images/') == false) {
+                    $(this).attr("src", "/website/image/product.product/" + p_id + "/image");
+                }
+            });
+        } else {
+            var spare_link = api.getItem(0).urlThumb;
+            $img.each(function(e_img) {
+                if ($(this).attr("src").startsWith('/website/image/biztech.product.images/') == false) {
+                    $(this).attr("src", spare_link);
+                }
+            });
+        }
+    }
+
     $('div#recommended_products_slider').owlCarousel({
         margin: 10,
         responsiveClass: true,
@@ -85,7 +164,6 @@ $(document).ready(function($) {
         $(".oe_website_sale .shift_grid_view").removeClass('active')
         $(this).addClass('active')
         $('#products_grid').addClass("list-view-box");
-        $('.oe_website_sale .oe_subdescription').addClass('o_hidden');
         localStorage.setItem("product_view", "list");
     });
 
@@ -93,28 +171,192 @@ $(document).ready(function($) {
         $(".oe_website_sale .shift_list_view").removeClass('active')
         $(this).addClass('active')
         $('#products_grid').removeClass("list-view-box");
-        $('.oe_website_sale .oe_subdescription').removeClass('o_hidden');
         localStorage.setItem("product_view", "grid");
     });
 
     if (localStorage.getItem("product_view") == 'list') {
         $(".oe_website_sale .shift_grid_view").removeClass('active')
         $(".oe_website_sale .shift_list_view").addClass('active')
-        $('.oe_website_sale .oe_subdescription').addClass('o_hidden');
         $('#products_grid').addClass("list-view-box");
     }
 
     if (localStorage.getItem("product_view") == 'grid') {
         $(".oe_website_sale .shift_list_view").removeClass('active')
         $(".oe_website_sale .shift_grid_view").addClass('active')
-        $('.oe_website_sale .oe_subdescription').removeClass('o_hidden');
         $('#products_grid').removeClass("list-view-box");
     }
     // Grid/List switching code ends
 
+    // Price slider code start
+    var minval = $("input#m1").attr('value'),
+        maxval = $('input#m2').attr('value'),
+        minrange = $('input#ra1').attr('value'),
+        maxrange = $('input#ra2').attr('value'),
+        website_currency = $('input#king_pro_website_currency').attr('value');
+
+    if (!minval) {
+        minval = 0;
+    }
+    if (!maxval) {
+        maxval = maxrange;
+    }
+    if (!minrange) {
+        minrange = 0;
+
+    }
+    if (!maxrange) {
+        maxrange = 2000;
+    }
+
+
+    $("div#priceslider").ionRangeSlider({
+        keyboard: true,
+        min: parseInt(minrange),
+        max: parseInt(maxrange),
+        type: 'double',
+        from: minval,
+        to: maxval,
+        step: 1,
+        prefix: website_currency,
+        grid: true,
+        onFinish: function(data) {
+            $("input[name='min1']").attr('value', parseInt(data.from));
+            $("input[name='max1']").attr('value', parseInt(data.to));
+            $("div#priceslider").closest("form").submit();
+        },
+    });
+    // Price slider code ends
+
+    //attribute remove code
+    $("a#clear").on('click', function() {
+        var url = window.location.href.split("?");
+        var lival;
+        lival = $(this).closest("label").attr('id');
+        openerp.jsonRpc("/kingfisher_pro/removeattribute", 'call', {
+            'attr_remove': lival
+        }).then(function(data) {
+            if (data = true) {
+                window.location.href = url[0];
+            }
+        })
+    });
+
+    // Category Collapse
+    $('#o_shop_collapse_category').on('click', '.fa-chevron-right', function() {
+        $(this).parent().siblings().find('.fa-chevron-down:first').click();
+        $(this).parents('li').find('ul:first').show('normal');
+        $(this).toggleClass('fa-chevron-down fa-chevron-right');
+    });
+
+    $('#o_shop_collapse_category').on('click', '.fa-chevron-down', function() {
+        $(this).parent().find('ul:first').hide('normal');
+        $(this).toggleClass('fa-chevron-down fa-chevron-right');
+    });
+
+    // Dynamic cart update
+    $('.oe_website_sale').each(function() {
+        var oe_website_sale = this;
+        $(oe_website_sale).find(".oe_cart input.js_quantity").on("change", function() {
+            var $input = $(this);
+            if ($input.data('update_change')) {
+                return;
+            }
+            var value = parseInt($input.val(), 10);
+            var $dom = $(this).closest('tr');
+            // var default_price = parseFloat($dom.find('.text-danger > span.oe_currency_value').text());
+            var $dom_optional = $dom.nextUntil(':not(.optional_product.info)');
+            var line_id = parseInt($input.data('line-id'), 10);
+            var product_id = parseInt($input.data('product-id'), 10);
+            var product_ids = [product_id];
+            $dom_optional.each(function() {
+                product_ids.push($(this).find('span[data-product-id]').data('product-id'));
+            });
+            if (isNaN(value)) value = 0;
+            $input.data('update_change', true);
+            openerp.jsonRpc("/shop/get_unit_price", 'call', {
+                'product_ids': product_ids,
+                'add_qty': value,
+                'use_order_pricelist': true
+            }).then(function(res) {
+                //optional case
+                openerp.jsonRpc("/shop/cart/update_json", 'call', {
+                    'line_id': line_id,
+                    'product_id': parseInt($input.data('product-id'), 10),
+                    'set_qty': value
+                }).then(function(data) {
+                    $input.data('update_change', false);
+                    if (value !== parseInt($input.val(), 10)) {
+                        $input.trigger('change');
+                        return;
+                    }
+                    if (!data.quantity) {
+                        location.reload(true);
+                        return;
+                    }
+                    var $q = $(".king_pro_cart_quantity");
+                    $q.parent().parent().removeClass("hidden", !data.quantity);
+                    $q.html(data.cart_quantity).hide().fadeIn(600);
+
+                    $input.val(data.quantity);
+                    $('.js_quantity[data-line-id=' + line_id + ']').val(data.quantity).html(data.quantity);
+                    $("table#cart_total").replaceWith(data['website_sale.total']);
+                    $("#king_hover_total").replaceWith(data['kingfisher_pro.hover_total']);
+                });
+            });
+        });
+        
+        // change for dynamic gellery image update
+        $(oe_website_sale).on('change', 'input.js_variant_change, select.js_variant_change, ul[data-attribute_value_ids]', function(ev) {
+            if (api != undefined){
+                var $ul = $(ev.target).closest('.js_add_cart_variants');
+                var $parent = $ul.closest('.js_product');
+                var variant_ids = $ul.data("attribute_value_ids");
+                var values = [];
+                $parent.find('input.js_variant_change:checked, select.js_variant_change').each(function() {
+                    values.push(+$(this).val());
+                });
+
+                var product_id = false;
+                for (var k in variant_ids) {
+                    if (_.isEmpty(_.difference(variant_ids[k][1], values))) {
+                        product_id = variant_ids[k][0];
+                        update_gallery_product_variant_image(this, product_id);
+                        break;
+                    }
+                }
+            }
+        });
+    });
+
+    function update_gallery_product_variant_image(event_source, product_id) {
+        var $imgs = $(event_source).closest('.oe_website_sale').find('.ug-slide-wrapper');
+        var $img = $imgs.find('img');
+
+        var total_img = api.getNumItems()
+        if (total_img != undefined) {
+            api.selectItem(0);
+        }
+        var $stay;
+        $img.each(function(e) {
+            if ($(this).attr("src").startsWith('/website/image/biztech.product.images/') == false) {
+                $(this).attr("src", "/website/image/product.product/" + product_id + "/image");
+
+                $stay = $(this).parent().parent();
+                $(this).css({
+                    'width': 'initial',
+                    'height': 'initial'
+                });
+                api.resetZoom();
+                api.zoomIn();
+            }
+        });
+    }
+
     // Switched to review section
     $('p.review').click(function() {
-        $('body').animate({scrollTop: $(this).offset().top}, 1800);
+        $('body').animate({
+            scrollTop: $(this).offset().top
+        }, 1800);
         $('ul#description_reviews_tabs > li').removeClass('active')
         $('div#description_reviews_tabs_contents > div').removeClass('active')
         $('ul#description_reviews_tabs > li:nth-child(2)').addClass('active')
@@ -122,7 +364,7 @@ $(document).ready(function($) {
     });
 
     // Toggle global search
-    $('.st-toggle').on('click', function (e) {
+    $('.st-toggle').on('click', function(e) {
         $('.search-toggle').toggleClass("search-toggle-open");
     });
 
@@ -151,11 +393,8 @@ function equal_height_all() {
     });
 }
 
-$(document).ready(function(){
- 
-    $(".li-mega-menu > a").click(function(){
-        $(this).parent().parent().toggleClass("mob-open");
+$(document).ready(function() {
+    $(".li-mega-menu > a .fa").click(function() {
+        $(".li-mega-menu").toggleClass("open");
     });
-});
-//mobile Touch 
- 
+});

+ 0 - 277
static/src/js/kingfisher_pro.js

@@ -1,277 +0,0 @@
-odoo.define('kingfisher_pro.kingfisher_pro_js', function(require) {
-    'use strict';
-
-    var ajax = require('web.ajax');
-
-    // Dynamic cart update
-    $(document).ready(function() {
-        $('.oe_website_sale').each(function() {
-            var oe_website_sale = this;
-            var clickwatch = (function() {
-                var timer = 0;
-                return function(callback, ms) {
-                    clearTimeout(timer);
-                    timer = setTimeout(callback, ms);
-                };
-            })();
-
-            $(oe_website_sale).on("change", ".oe_cart input.js_quantity[data-product-id]", function() {
-                var $input = $(this);
-                if ($input.data('update_change')) {
-                    return;
-                }
-                var value = parseInt($input.val(), 10);
-                var $dom = $(this).closest('tr');
-                var $dom_optional = $dom.nextUntil(':not(.optional_product.info)');
-                var line_id = parseInt($input.data('line-id'), 10);
-                var product_id = parseInt($input.data('product-id'), 10);
-                var product_ids = [product_id];
-                clickwatch(function() {
-                    $dom_optional.each(function() {
-                        $(this).find('.js_quantity').text(value);
-                        product_ids.push($(this).find('span[data-product-id]').data('product-id'));
-                    });
-                    $input.data('update_change', true);
-                    ajax.jsonRpc("/shop/cart/update_json", 'call', {
-                        'line_id': line_id,
-                        'product_id': parseInt($input.data('product-id'), 10),
-                        'set_qty': value
-                    }).then(function(data) {
-                        $input.data('update_change', false);
-                        if (value !== parseInt($input.val(), 10)) {
-                            $input.trigger('change');
-                            return;
-                        }
-                        if (data.cart_quantity == undefined) {
-                            data['cart_quantity'] = 0;
-                        }
-                        var $q1 = $(".king_pro_cart_quantity");
-                        $q1.fadeOut(500)
-
-                        var startTime = new Date().getTime();
-                        var my_hover_total = setInterval(function() {
-                            if (new Date().getTime() - startTime > 1000) {
-                                clearInterval(my_hover_total);
-
-                                $q1.html(data.cart_quantity).fadeIn(500);
-                                return;
-                            }
-                            $("#king_hover_total").empty().html(data['kingfisher_pro.hover_total']);
-                        }, 100);
-
-                        my_hover_total;
-                    });
-                }, 100);
-
-            });
-
-            $(oe_website_sale).on('click', '.o_wish_add', function() {
-                setTimeout(function() {
-                    window.location.reload();
-                }, 800)
-            });
-
-            $(oe_website_sale).on('change', 'input.js_product_change', function() {
-                var self = this;
-                var $parent = $(this).closest('.js_product');
-                update_gallery_product_variant_image(this, +$(this).val());
-            });
-
-            $(oe_website_sale).on('change', 'input.js_variant_change, select.js_variant_change, ul[data-attribute_value_ids]', function(ev) {
-                if (api != undefined){
-                    var $ul = $(ev.target).closest('.js_add_cart_variants');
-                    var $parent = $ul.closest('.js_product');
-                    var variant_ids = $ul.data("attribute_value_ids");
-                    var values = [];
-                    if(_.isString(variant_ids)) {
-                        variant_ids = JSON.parse(variant_ids.replace(/'/g, '"'));
-                    }
-                    var unchanged_values = $parent.find('div.oe_unchanged_value_ids').data('unchanged_value_ids') || [];
-                    $parent.find('input.js_variant_change:checked, select.js_variant_change').each(function () {
-                        values.push(+$(this).val());
-                    });
-                    values =  values.concat(unchanged_values);
-
-                    var product_id = false;
-                    for (var k in variant_ids) {
-                        if (_.isEmpty(_.difference(variant_ids[k][1], values))) {
-                            product_id = variant_ids[k][0];
-                            update_gallery_product_variant_image(this, product_id);
-                            break;
-                        }
-                    }
-                }
-            });
-
-        });
-
-        // Multi image gallery
-        var api;
-        ajax.jsonRpc('/kingfisher_pro/multi_image_effect_config', 'call', {})
-            .done(function(res) {
-                var dynamic_data = {}
-                dynamic_data['gallery_images_preload_type'] = 'all'
-                dynamic_data['slider_enable_text_panel'] = false
-                dynamic_data['gallery_skin'] = "alexis"
-                dynamic_data['gallery_height'] = 800
-
-                if (res.theme_panel_position != false) {
-                    dynamic_data['theme_panel_position'] = res.theme_panel_position
-                }
-
-                if (res.interval_play != false) {
-                    dynamic_data['gallery_play_interval'] = res.interval_play
-                }
-
-                if (res.color_opt_thumbnail != false && res.color_opt_thumbnail != 'default') {
-                    dynamic_data['thumb_image_overlay_effect'] = true
-                    if (res.color_opt_thumbnail == 'b_n_w') {}
-                    if (res.color_opt_thumbnail == 'blur') {
-                        dynamic_data['thumb_image_overlay_type'] = "blur"
-                    }
-                    if (res.color_opt_thumbnail == 'sepia') {
-                        dynamic_data['thumb_image_overlay_type'] = "sepia"
-                    }
-                }
-
-                if (res.enable_disable_text == true) {
-                    dynamic_data['slider_enable_text_panel'] = true
-                }
-
-                if (res.change_thumbnail_size == true) {
-                    dynamic_data['thumb_height'] = res.thumb_height
-                    dynamic_data['thumb_width'] = res.thumb_width
-                }
-
-                if (res.no_extra_options == false) {
-                    dynamic_data['slider_enable_arrows'] = false
-                    dynamic_data['slider_enable_progress_indicator'] = false
-                    dynamic_data['slider_enable_play_button'] = false
-                    dynamic_data['slider_enable_fullscreen_button'] = false
-                    dynamic_data['slider_enable_zoom_panel'] = false
-                    dynamic_data['slider_enable_text_panel'] = false
-                    dynamic_data['strippanel_enable_handle'] = false
-                    dynamic_data['gridpanel_enable_handle'] = false
-                    dynamic_data['theme_panel_position'] = 'bottom'
-                    dynamic_data['thumb_image_overlay_effect'] = false
-                }
-
-                api = $('#gallery').unitegallery(dynamic_data);
-                api.on("item_change", function(num, data) {
-                    if (data['index'] == 0) {
-                        update_gallery_product_image();
-                    }
-                });
-
-                if (api != undefined && $('#gallery').length != 0) {
-                    setTimeout(function() {
-                        update_gallery_product_image()
-                    }, 500);
-                }
-            });
-
-        function update_gallery_product_image() {
-            var $container = $('.oe_website_sale').find('.ug-slide-wrapper');
-            var $img = $container.find('img');
-            var $product_container = $('.oe_website_sale').find('.js_product').first();
-            var p_id = parseInt($product_container.find('input.product_id').first().val());
-
-            if (p_id > 0) {
-                $img.each(function(e_img) {
-                    if ($(this).attr("src").startsWith('/web/image/biztech.product.images/') == false) {
-                        if ($(this).attr("src").match('/flip_image') == null) {
-                            $(this).attr("src", "/web/image/product.product/" + p_id + "/image");
-                        }
-                    }
-                });
-            } else {
-                var spare_link = api.getItem(0).urlThumb;
-                $img.each(function(e_img) {
-                    if ($(this).attr("src").startsWith('/web/image/biztech.product.images/') == false) {
-                        if ($(this).attr("src").match('/flip_image') == null) {
-                            $(this).attr("src", spare_link);
-                        }
-                    }
-                });
-            }
-        }
-
-        function update_gallery_product_variant_image(event_source, product_id) {
-            var $imgs = $(event_source).closest('.oe_website_sale').find('.ug-slide-wrapper');
-            var $img = $imgs.find('img');
-            var total_img = api.getNumItems()
-            if (total_img != undefined) {
-                api.selectItem(0);
-            }
-            var $stay;
-            $img.each(function(e) {
-                if ($(this).attr("src").startsWith('/web/image/biztech.product.images/') == false) {
-                    if ($(this).attr("src").match('/flip_image') == null) {
-                        $(this).attr("src", "/web/image/product.product/" + product_id + "/image");
-
-                        $stay = $(this).parent().parent();
-                        $(this).css({
-                            'width': 'initial',
-                            'height': 'initial'
-                        });
-                        api.resetZoom();
-                        api.zoomIn();
-                    }
-                }
-            });
-        }
-
-        // Price slider code start
-        var minval = $("input#m1").attr('value'),
-            maxval = $('input#m2').attr('value'),
-            minrange = $('input#ra1').attr('value'),
-            maxrange = $('input#ra2').attr('value'),
-            website_currency = $('input#king_pro_website_currency').attr('value');
-
-        if (!minval) {
-            minval = 0;
-        }
-        if (!maxval) {
-            maxval = maxrange;
-        }
-        if (!minrange) {
-            minrange = 0;
-
-        }
-        if (!maxrange) {
-            maxrange = 2000;
-        }
-
-        $("div#priceslider").ionRangeSlider({
-            keyboard: true,
-            min: parseInt(minrange),
-            max: parseInt(maxrange),
-            type: 'double',
-            from: minval,
-            to: maxval,
-            step: 1,
-            prefix: website_currency,
-            grid: true,
-            onFinish: function(data) {
-                $("input[name='min1']").attr('value', parseInt(data.from));
-                $("input[name='max1']").attr('value', parseInt(data.to));
-                $("div#priceslider").closest("form").submit();
-            },
-        });
-        // Price slider code ends
-
-        //attribute remove code
-        $("a#clear").on('click', function() {
-            var url = window.location.href.split("?");
-            var lival = $(this).closest("label").attr('id');
-            ajax.jsonRpc("/kingfisher_pro/removeattribute", 'call', {
-                'attr_remove': lival
-            }).then(function(data) {
-                if (data == true) {
-                    window.location.href = url[0];
-                }
-            })
-        });
-
-    });
-});

+ 36 - 43
static/src/js/kingfisher_pro_editor.js

@@ -1,15 +1,11 @@
-odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
+(function() {
     'use strict';
+    var website = openerp.website;
+    var _t = openerp._t;
 
-    var options = require('web_editor.snippets.options');
-    var ajax = require('web.ajax');
-    var core = require('web.core');
-    var qweb = core.qweb;
-    var _t = core._t;
+    website.add_template_file('/kingfisher_pro/static/src/xml/kingfisher_pro.xml');
 
-    ajax.loadXML('/kingfisher_pro/static/src/xml/kingfisher_pro.xml', qweb);
-
-    options.registry.kingfisher_pro_product_category_slider = options.Class.extend({
+    website.snippet.options.kingfisher_pro_product_category_slider = website.snippet.Option.extend({
 
         start: function(editMode) {
             var self = this;
@@ -21,31 +17,31 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
             }
         },
 
-        onBuilt: function() {
+        drop_and_build_snippet: function() {
             var self = this;
             this._super();
             if (this.pro_cat_slider()) {
                 this.pro_cat_slider().fail(function() {
-                    self.getParent()._removeSnippet();
+                    self.editor.on_remove();
                 });
             }
         },
 
-        cleanForSave: function() {
+        clean_for_save: function() {
             $('.oe_pro_cat_slider .owl-carousel').empty();
         },
 
         pro_cat_slider: function(type, value) {
             var self = this;
-            if (type != undefined && type.type == "click" || type == undefined) {
-                self.$modal = $(qweb.render("kingfisher_pro.king_pro_dynamic_product_category_slider"));
+            if (type == "click" || type == undefined) {
+                self.$modal = $(openerp.qweb.render("kingfisher_pro.king_pro_dynamic_product_category_slider"));
                 self.$modal.appendTo('body');
                 self.$modal.modal();
                 var $slider_type = self.$modal.find("#slider_type"),
                     $cancel = self.$modal.find("#cancel"),
                     $pro_cat_sub_data = self.$modal.find("#pro_cat_sub_data");
 
-                ajax.jsonRpc('/kingfisher_pro/pro_get_options', 'call', {}).done(function(res) {
+                openerp.jsonRpc('/kingfisher_pro/pro_get_options', 'call', {}).done(function(res) {
                     $('#slider_type option[value!="0"]').remove();
                     _.each(res, function(y) {
                         $("select[id='slider_type'").append($('<option>', {
@@ -82,7 +78,7 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
         },
     });
 
-    options.registry.kingfisher_pro_brand_custom_slider = options.Class.extend({
+    website.snippet.options.kingfisher_pro_brand_custom_slider = website.snippet.Option.extend({
 
         start: function(editMode) {
             var self = this;
@@ -94,24 +90,24 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
             }
         },
 
-        onBuilt: function() {
+        drop_and_build_snippet: function() {
             var self = this;
             this._super();
             if (this.king_brand_slider()) {
                 this.king_brand_slider().fail(function() {
-                    self.getParent()._removeSnippet();
+                    self.editor.on_remove();
                 });
             }
         },
 
-        cleanForSave: function() {
+        clean_for_save: function() {
             $('.king_pro_brand_slider .owl-carousel').empty();
         },
 
         king_brand_slider: function(type, value) {
             var self = this;
-            if (type != undefined && type.type == "click" || type == undefined) {
-                self.$modal = $(qweb.render("kingfisher_pro.king_pro_brands_slider_block"));
+            if (type == "click" || type == undefined) {
+                self.$modal = $(openerp.qweb.render("kingfisher_pro.king_pro_brands_slider_block"));
                 self.$modal.appendTo('body');
                 self.$modal.modal();
                 var $product_count = self.$modal.find("#brand-count"),
@@ -148,7 +144,7 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
         },
     });
 
-    options.registry.kingfisher_pro_blog_custom_snippet = options.Class.extend({
+    website.snippet.options.kingfisher_pro_blog_custom_snippet = website.snippet.Option.extend({
 
         start: function(editMode) {
             var self = this;
@@ -160,31 +156,31 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
             }
         },
 
-        onBuilt: function() {
+        drop_and_build_snippet: function() {
             var self = this;
             this._super();
             if (this.king_blog_slider()) {
                 this.king_blog_slider().fail(function() {
-                    self.getParent()._removeSnippet();
+                    self.editor.on_remove();
                 });
             }
         },
 
-        cleanForSave: function() {
+        clean_for_save: function() {
             $('.king_pro_blog_slider .owl-carousel').empty();
         },
 
         king_blog_slider: function(type, value) {
             var self = this;
-            if (type != undefined && type.type == "click" || type == undefined) {
-                self.$modal = $(qweb.render("kingfisher_pro.king_pro_blog_slider_block"));
+            if (type == "click" || type == undefined) {
+                self.$modal = $(openerp.qweb.render("kingfisher_pro.king_pro_blog_slider_block"));
                 self.$modal.appendTo('body');
                 self.$modal.modal();
                 var $slider_type = self.$modal.find("#blog_slider_type"),
                     $cancel = self.$modal.find("#cancel"),
                     $sub_data = self.$modal.find("#blog_sub_data");
 
-                ajax.jsonRpc('/kingfisher_pro/blog_get_options', 'call', {}).done(function(res) {
+                openerp.jsonRpc('/kingfisher_pro/blog_get_options', 'call', {}).done(function(res) {
                     $('#blog_slider_type option[value!="0"]').remove();
                     _.each(res, function(y) {
                         $("select[id='blog_slider_type'").append($('<option>', {
@@ -221,7 +217,7 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
         },
     });
 
-    options.registry.kingfisher_pro_multi_cat_custom_snippet = options.Class.extend({
+    website.snippet.options.kingfisher_pro_multi_cat_custom_snippet = website.snippet.Option.extend({
 
         start: function(editMode) {
             var self = this;
@@ -233,34 +229,34 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
             }
         },
 
-        onBuilt: function() {
+        drop_and_build_snippet: function() {
             var self = this;
             this._super();
             if (this.multi_category_slider()) {
                 this.multi_category_slider().fail(function() {
-                    self.getParent()._removeSnippet();
+                    self.editor.on_remove();
                 });
             }
         },
 
-        cleanForSave: function() {
+        clean_for_save: function() {
             $('.oe_multi_category_slider .owl-carousel').empty();
         },
 
         multi_category_slider: function(type, value) {
             var self = this;
-            if (type != undefined && type.type == "click" || type == undefined) {
-                self.$modal = $(qweb.render("kingfisher_pro.multi_product_custom_slider_block"));
+            if (type == "click" || type == undefined) {
+                self.$modal = $(openerp.qweb.render("kingfisher_pro.multi_product_custom_slider_block"));
                 self.$modal.appendTo('body');
                 self.$modal.modal();
                 var $slider_type = self.$modal.find("#slider_type"),
                     $cancel = self.$modal.find("#cancel"),
                     $snippnet_submit = self.$modal.find("#snippnet_submit");
 
-                ajax.jsonRpc('/kingfisher_pro/product_multi_get_options', 'call', {}).done(function(res) {
+                openerp.jsonRpc('/kingfisher_pro/product_multi_get_options', 'call', {}).done(function(res) {
                     $("select[id='slider_type'] option").remove();
                     _.each(res, function(y) {
-                        $("select[id='slider_type']").append($('<option>', {
+                         $("select[id='slider_type']").append($('<option>', {
                             value: y["id"],
                             text: y["name"]
                         }));
@@ -268,14 +264,12 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
                 });
 
                 $snippnet_submit.on('click', function() {
-                    // var type = '';
+                    var type = '';
                     self.$target.attr('data-multi-cat-slider-type', $slider_type.val());
-                    self.$target.attr('data-multi-cat-slider-id', 'multi-cat-myowl' + $slider_type.val());
+                    self.$target.attr('data-multi-cat-slider-id', 'multi-cat-myowl'+ $slider_type.val());
                     if ($('select#slider_type').find(":selected").text()) {
-                        var type = '';
                         type = _t($('select#slider_type').find(":selected").text());
                     } else {
-                        var type = '';
                         type = _t("Multi Category Slider");
                     }
                     self.$target.empty().append('<div class="container">\
@@ -290,10 +284,9 @@ odoo.define('kingfisher_pro.kingfisher_pro_editor_js', function(require) {
                                                     </div>\
                                                 </div>');
                 });
-            } else {
-                return;
             }
         },
     });
 
-});
+
+})();

+ 44 - 131
static/src/js/kingfisher_pro_frontend.js

@@ -1,63 +1,31 @@
-odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
+(function() {
+
     'use strict';
 
-    var animation = require('website.content.snippets.animation');
-    var ajax = require('web.ajax');
-    var base = require('web_editor.base')
-    var core = require('web.core');
-    var _t = core._t;
+    var website = openerp.website;
+    website.openerp_website = {};
 
-    animation.registry.kingfisher_pro_product_category_slider = animation.Class.extend({
+    website.snippet.animationRegistry.kingfisher_pro_product_category_slider = website.snippet.Animation.extend({
 
         selector: ".oe_pro_cat_slider",
-        start: function() {
+        start: function(editable_mode) {
             var self = this;
-            if (this.editableMode) {
-                var $cat_slider = $('#wrapwrap').find('.oe_pro_cat_slider');
-                var cat_name = _t("Product/Category Slider")
-
-                _.each($cat_slider, function (single){
-                    $(single).empty().append('<div class="container">\
-                                                <div class="row oe_our_slider">\
-                                                    <div class="col-md-12">\
-                                                        <div class="title-block">\
-                                                            <h4 id="snippet-title" class="section-title style1">\
-                                                                <span>'+ cat_name+'</span>\
-                                                            </h4>\
-                                                        </div>\
-                                                    </div>\
-                                                </div>\
-                                            </div>')
-                });
+            if (editable_mode) {
+                $('.oe_pro_cat_slider .owl-carousel').empty();
             }
-            if (!this.editableMode) {
+            if (!editable_mode) {
                 var slider_type = self.$target.attr('data-prod-cat-slider-type');
-                $.get("/kingfisher_pro/pro_get_dynamic_slider", {
+                $.post("/kingfisher_pro/pro_get_dynamic_slider", {
                     'slider-type': self.$target.attr('data-prod-cat-slider-type') || '',
                 }).then(function(data) {
                     if (data) {
-
                         self.$target.empty();
                         self.$target.append(data);
                         $(".oe_pro_cat_slider").removeClass('hidden');
 
-                        ajax.jsonRpc('/kingfisher_pro/pro_image_effect_config', 'call', {
+                        openerp.jsonRpc('/kingfisher_pro/pro_image_effect_config', 'call', {
                             'slider_type': slider_type
-                        }).done(function(res) {  
-                            base.ready().then(function () {
-                                _.each(self.$target.find('.cs-product'), function(k, v) {
-                                    if ($(k).find('.o_portal_chatter')) {
-                                        var $input_val = $(k).find('.o_portal_chatter');
-                                        var rating = require('portal.chatter');
-                                        var rating_star = new rating.PortalChatter(null, $input_val.data());
-                                        if (rating_star) {
-                                            $input_val.empty();
-                                            rating_star.appendTo($input_val);
-                                        }
-                                    }
-                                }); 
-                            }); 
-
+                        }).done(function(res) {
                             $('div#' + res.s_id).owlCarousel({
                                 margin: 10,
                                 responsiveClass: true,
@@ -81,7 +49,7 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
                                     },
                                     1500: {
                                         items: res.counts,
-                                    },
+                                    }
                                 },
                             });
                         });
@@ -91,32 +59,16 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
         }
     });
 
-    animation.registry.kingfisher_pro_brand_custom_slider = animation.Class.extend({
+    website.snippet.animationRegistry.kingfisher_pro_brand_custom_slider = website.snippet.Animation.extend({
 
         selector: ".king_pro_brand_slider",
-        start: function() {
+        start: function(editable_mode) {
             var self = this;
-            if (this.editableMode) {
-                var $brand_slider = $('#wrapwrap').find('.king_pro_brand_slider');
-                var brand_name = _t("Our Brands")
-
-                _.each($brand_slider, function (single){
-                    $(single).empty().append('<div class="container">\
-                                                <div class="row our-brands">\
-                                                    <div class="col-md-12">\
-                                                        <div class="title-block">\
-                                                            <h4 class="section-title style1" id="snippet-title">\
-                                                                <span>'+ brand_name +'</span>\
-                                                            </h4>\
-                                                        </div>\
-                                                    </div>\
-                                                </div>\
-                                            </div>')
-                });
-
+            if (editable_mode) {
+                $('.king_pro_brand_slider .owl-carousel').empty();
             }
-            if (!this.editableMode) {
-                $.get("/king_pro/get_brand_slider", {
+            if (!editable_mode) {
+                $.post("/king_pro/get_brand_slider", {
                     'product_count': self.$target.attr('data-brand-count') || 0,
                     'product_label': self.$target.attr('data-product-label') || '',
                 }).then(function(data) {
@@ -127,11 +79,12 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
 
                         $('div#kingfisher_pro_brand_slider').owlCarousel({
                             margin: 10,
+                            responsiveClass: true,
+                            items: 5,
                             loop: true,
-                            autoPlay: 9000,
+                            autoPlay: 7000,
                             stopOnHover: true,
                             navigation: true,
-                            responsiveClass: true,
                             responsive: {
                                 0: {
                                     items: 1,
@@ -140,14 +93,14 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
                                     items: 2,
                                 },
                                 768: {
-                                    items: 4,
+                                    items: 3,
                                 },
                                 1000: {
-                                    items: 6,
+                                    items: 5,
                                 },
                                 1500: {
                                     items: 6,
-                                },
+                                }
                             },
                         });
                     }
@@ -156,30 +109,17 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
         }
     });
 
-    animation.registry.kingfisher_pro_blog_custom_snippet = animation.Class.extend({
+    website.snippet.animationRegistry.kingfisher_pro_blog_custom_snippet = website.snippet.Animation.extend({
 
         selector: ".king_pro_blog_slider",
-        start: function() {
+        start: function(editable_mode) {
             var self = this;
-            if (this.editableMode) {
-                var $blog_slider = $('#wrapwrap').find('.king_pro_blog_slider');
-                var blog_name = _t("Blog post slider")
-
-                _.each($blog_slider, function (single){
-                    $(single).empty().append('<div class="container">\
-                                                <div class="row">\
-                                                    <div class="col-md-12">\
-                                                        <div class="title-block">\
-                                                            <h4 id="snippet-title" class="section-title style1"><span>'+ blog_name+'</span></h4>\
-                                                        </div>\
-                                                    </div>\
-                                                </div>\
-                                            </div>')
-                });
+            if (editable_mode) {
+                $('.king_pro_blog_slider .owl-carousel').empty();
             }
-            if (!this.editableMode) {
+            if (!editable_mode) {
                 var slider_type = self.$target.attr('data-blog-slider-type');
-                $.get("/kingfisher_pro/blog_get_dynamic_slider", {
+                $.post("/kingfisher_pro/blog_get_dynamic_slider", {
                     'slider-type': self.$target.attr('data-blog-slider-type') || '',
                 }).then(function(data) {
                     if (data) {
@@ -187,7 +127,7 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
                         self.$target.append(data);
                         $(".king_pro_blog_slider").removeClass('hidden');
 
-                        ajax.jsonRpc('/kingfisher_pro/blog_image_effect_config', 'call', {
+                        openerp.jsonRpc('/kingfisher_pro/blog_image_effect_config', 'call', {
                             'slider_type': slider_type
                         }).done(function(res) {
 
@@ -205,6 +145,7 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
                                     },
                                     420: {
                                         items: 2,
+
                                     },
                                     768: {
                                         items: res.counts,
@@ -225,31 +166,17 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
         }
     });
 
-    animation.registry.kingfisher_pro_multi_cat_custom_snippet = animation.Class.extend({
+    website.snippet.animationRegistry.kingfisher_pro_multi_cat_custom_snippet = website.snippet.Animation.extend({
 
         selector: ".oe_multi_category_slider",
-        start: function() {
+        start: function(editable_mode) {
             var self = this;
-            if (this.editableMode) {
-                var $multi_cat_slider = $('#wrapwrap').find('.oe_multi_category_slider');
-                var multi_cat_name = _t("Multi Category Slider")
-
-                _.each($multi_cat_slider, function (single){
-                    $(single).empty().append('<div class="container">\
-                                                <div class="row our-categories">\
-                                                    <div class="col-md-12">\
-                                                        <div class="title-block">\
-                                                            <h4 id="snippet-title" class="section-title style1"><span>'+ multi_cat_name+'</span></h4>\
-                                                        </div>\
-                                                    </div>\
-                                                </div>\
-                                            </div>')
-                });
-
+            if (editable_mode) {
+                $('.oe_multi_category_slider .owl-carousel').empty();
             }
-            if (!this.editableMode) {
+            if (!editable_mode) {
                 var slider_type = self.$target.attr('data-multi-cat-slider-type');
-                $.get("/kingfisher_pro/product_multi_get_dynamic_slider", {
+                $.post("/kingfisher_pro/product_multi_get_dynamic_slider", {
                     'slider-type': self.$target.attr('data-multi-cat-slider-type') || '',
                 }).then(function(data) {
                     if (data) {
@@ -257,23 +184,9 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
                         self.$target.append(data);
                         $(".oe_multi_category_slider").removeClass('hidden');
 
-                        ajax.jsonRpc('/kingfisher_pro/product_multi_image_effect_config', 'call', {
+                        openerp.jsonRpc('/kingfisher_pro/product_multi_image_effect_config', 'call', {
                             'slider_type': slider_type
                         }).done(function(res) {
-                            base.ready().then(function () {
-                                _.each(self.$target.find('.cs-product'), function(k, v) {
-                                    if ($(k).find('.o_portal_chatter')) {
-                                        var $input_val = $(k).find('.o_portal_chatter');
-                                        var rating = require('portal.chatter');
-                                        var rating_star = new rating.PortalChatter(null, $input_val.data());
-                                        if (rating_star) {
-                                            $input_val.empty();
-                                            rating_star.appendTo($input_val);
-                                        }
-                                    }
-                                });
-                            });
-
                             $('.multi_hide .owl-carousel').owlCarousel({
                                 margin: 10,
                                 responsiveClass: true,
@@ -289,15 +202,15 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
                                     420: {
                                         items: 2,
                                     },
-                                    767: {
+                                    768: {
                                         items: 3,
                                     },
                                     1000: {
                                         items: 4,
                                     },
                                     1500: {
-                                        items: 4,
-                                    },
+                                        items: 5,
+                                    }
                                 },
                             });
                         });
@@ -308,4 +221,4 @@ odoo.define('kingfisher_pro.kingfisher_pro_frontend_js', function(require) {
         }
     });
 
-});
+})();

File diff suppressed because it is too large
+ 0 - 0
static/src/js/owl.carousel.min_old.js


+ 0 - 29
static/src/js/rating_state.js

@@ -1,29 +0,0 @@
-odoo.define('kingfisher_pro.rating_state_js', function(require) {
-    'use strict';
-
-    var ajax = require('web.ajax');
-    var core = require('web.core');
-    var qweb = core.qweb;
-
-    ajax.loadXML('/website_rating/static/src/xml/website_mail.xml', qweb);
-    var PortalChatter = require('portal.chatter').PortalChatter;
- 
-    PortalChatter.include({
-        start: function(){
-            var res = this._super.apply(this);
-            var rating_val = this.options['rating_val'];
-            var only_rating = this.options['only_rating'];
-
-            if (only_rating == 1){
-                if (rating_val && rating_val < 6){
-                    this.$el.closest('.o_portal_chatter').empty().html(qweb.render("website_rating.rating_stars_static", {'val': rating_val}));
-                }
-                else if(rating_val == 6){
-                    this.$el.closest('.o_portal_chatter').empty().html(qweb.render("website_rating.rating_stars_static", {'val': 0.0}));
-                }
-            }
-            return res
-        }
-    });
-});
-

+ 0 - 0
static/src/scss/box-layout.scss → static/src/less (copy)/box-layout.less


+ 22 - 0
static/src/less (copy)/custom_theme.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#c38647;
+@light-color:		#ffffff;
+@dark-color:		#393939;;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 239 - 0
static/src/less (copy)/footer.less

@@ -0,0 +1,239 @@
+#wrapwrap footer {
+    background: @dark-color;
+}
+footer {
+    width: 100%;
+    display: inline-block;
+    vertical-align: top;
+    color: @footer-text;
+
+    a {
+        color: @footer-text;
+    }
+    .socisl-link {
+        margin: 0;
+        padding: 0;
+        float: right;
+
+        li {
+            display: inline-block;
+            vertical-align: middle;
+
+            a {
+                width: 30px;
+                height: 30px;
+                background: @theme;
+                display: block;
+                text-align: center;
+                line-height: 30px;
+                color: @dark-color;
+            }
+        }
+    }
+    ul {
+        margin: 0;
+        padding: 0;
+    }
+    .footer-top {
+        background: @dark-color;
+        padding: 60px 0 40px 0px;
+
+        .fa {
+            color: fade(lighten(@dark-color, 60%), 34);
+        }
+        .col-sm-4 {
+            margin-bottom: 20px;
+        }
+        .col-sm-3 {
+            margin-bottom: 20px;
+        }
+        .fot-col {
+            color: fade(lighten(@dark-color, 60%), 34);
+            padding-top: 15px;
+
+            @media (max-width:996px){
+                border: none;
+            }
+            
+
+            .address {
+                background: url(/kingfisher_pro/static/src/img/map.png)no-repeat left 4px;
+                padding-left: 25px;
+            }
+            .call {
+                background: url(/kingfisher_pro/static/src/img/call-footer.png)no-repeat left center;
+                padding-left: 25px;
+            }
+            .mail {
+                background: url(/kingfisher_pro/static/src/img/mail-footer.png)no-repeat left center;
+                padding-left: 25px;
+            }
+            li {
+                width: 100%;
+                display: inline-block;
+                vertical-align: top;
+                padding: 0 0 8px;
+
+                a {
+                    color: fade(lighten(@dark-color, 60%), 34);
+
+                    &:hover {
+                        color: @light-color;
+                        text-decoration: none;
+                    }
+                }
+            }
+        }
+        .footer-content {
+            letter-spacing: -0.31em;
+
+            .footer-col {
+                float: none;
+                display: inline-block;
+                vertical-align: top;
+                letter-spacing: normal;
+
+                @media (max-width:768px) {
+                    width: 100%;
+                }
+                
+            }
+            .newsletter-div {
+                float: none;
+                display: inline-block;
+                letter-spacing: normal;
+                @media (max-width:996px) {
+                    padding-left: 22px;
+                }
+                
+
+                @media (max-width:768px) {
+                    margin-top: 10px;
+                    padding-left: 15px;
+                }
+                
+
+                h3 {
+                    margin: 0 0 14px 0;
+                    padding: 0;
+                    text-transform: uppercase;
+                    color: @theme;
+                    font-size: @font-size-base;
+                }
+                p {
+                    color: fade(lighten(@dark-color, 60%), 34);
+                }
+                input[type="email"] {
+                    width: 100%;
+                    height: 36px;
+                    padding: 10px;
+                    border: none;
+                    background-color: lighten(@dark-color, 10%);
+                    color: @light-color;
+                    margin: 4px 0px 17px 0px;
+                    outline: none;
+                    border-radius: 0px;
+                }
+                button {
+                    background-color: @theme;
+                    color: @light-color;
+                    padding: 7px 17px;
+                    border: none;
+                    border: 1px solid transparent;
+                    .transition(all, .3s, ease);
+
+                    a {
+                        color: @light-color;
+                        text-transform: uppercase;
+                        font-weight: 400;
+                        font-size: @font-size-base - 1;
+
+                        &:hover {
+                            text-decoration: none;
+                        }
+                    }
+                    &:hover {
+                        background-color: @dark-color;
+                        border: 1px solid @theme;
+                    }
+                }
+                .form-control:focus {
+                    border-color: @theme;
+                    outline: 0;
+                    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(195, 134, 71);
+                    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(195, 134, 71);
+                }
+            }
+        }
+    }
+    .footer-btm {
+        background: @dark-color;
+        color: fade(lighten(@dark-color, 60%), 34);
+
+        .footer-bottom-div {
+            border-top: 1px solid fade(lighten(@dark-color, 60%), 34);
+            padding: 20px 0;
+
+            @media (max-width:768px) {
+                padding-bottom: 21px;
+            }
+            
+
+            p {
+                margin: 0;
+                font-size: @font-size-base - 1;
+
+                span {
+                    color: @theme;
+                }
+                @media (max-width:1200px) {
+                    padding: 0px 30px;
+                }
+                
+
+                @media (max-width:768px) {
+                    font-size: @font-size-base - 2;
+                    text-align: left;
+                    padding: 6px;
+                }
+                
+            }
+            .link {
+                float: right;
+                text-align: right;
+                list-style-type: none;
+
+                @media (max-width:768px) {
+                    text-align: left;
+                    float: left;
+                }
+                
+
+                li {
+                    float: left;
+
+                    a {
+                        text-decoration: none;
+                        color: fade(lighten(@dark-color, 60%), 34);
+                        font-size: @font-size-base - 1;
+                        padding: 0px 8px;
+                        border-right: 2px solid fade(lighten(@dark-color, 60%), 34);
+
+                        @media (max-width:768px) {
+                            font-size: @font-size-base - 3;
+                        }
+                        
+
+                        &:hover {
+                            text-decoration: none;
+                            color: @light-color;
+                        }
+                    }
+                }
+                .last-li a {
+                    border-right: none;
+                }
+            }
+        }
+    }
+}

+ 981 - 0
static/src/less (copy)/header.less

@@ -0,0 +1,981 @@
+header {
+	background: @header-bg;
+
+	* {
+		.transition(all, 0.3s, ease);
+	}
+	.header-top {
+		width: 100%;
+		display: inline-block;
+		vertical-align: top;
+		color: lighten(@dark-color, 10%);
+		font-weight: 300;
+		z-index: 1000;
+		position: relative;
+		font-size: @font-size-base -2;
+
+		span {
+			margin-right: 3px;
+		}
+		.top-row {
+			border-bottom: 1px solid darken(@header-bg, 15%);
+		}
+		a {
+			display: block;
+			font-weight: 300;
+		}
+	}
+	.top-left {
+		margin: 0;
+		text-align: left;
+		display: inline-block;
+		line-height: 40px;
+
+		@media (max-width:640px) {
+			text-align: left;
+			width: 100%;
+			text-align: center;
+		}
+		a {
+			text-decoration: none;
+			float: left;
+
+			@media (max-width:640px) {
+				float: none;
+				display: inline-block;
+				vertical-align: middle;
+			}
+			&:hover {
+				text-decoration: none;
+			}
+			&:focus {
+				text-decoration: none;
+			}
+			p {
+				color: lighten(@dark-color, 10%);
+				font-weight: 400;
+				font-size: @font-size-base - 2;
+				margin: 0;
+				padding: 0px 11px 0 0;
+			}
+		}
+		.call-us {
+			float: left;
+			margin: 0;
+
+			i {
+				color: @theme;
+				vertical-align: middle;
+				font-size: @font-size-base * 2 - 4;
+			}
+			span {
+				color: @dark-color;
+				.transition(all, 0.1s, ease);
+			}
+			@media (max-width:991px) {
+				float: none;
+				display: inline-block;
+				vertical-align: top;
+			}
+			&:hover {
+				span {
+					color: lighten(@dark-color, 30%);
+				}
+			}
+			;
+		}
+	}
+	.mail {
+		i {
+			color: @theme;
+			vertical-align: middle;
+			font-size: @font-size-base + 2;
+		}
+		span {
+			color: @dark-color;
+			.transition(all, 0.1s, ease);
+		}
+		&:hover {
+			span {
+				color: lighten(@dark-color, 30%);
+			}
+		}
+		;
+	}
+	.top-right {
+		@media (max-width:640px) {
+			width: 100%;
+			text-align: center;
+		}
+	}
+	.links {
+		margin: 0;
+		padding: 0;
+		float: right;
+
+		@media (max-width:991px) {
+			float: none;
+			display: inline-block;
+			vertical-align: top;
+		}
+		@media (max-width:640px) {
+			position: relative;
+			width: 100%;
+		}
+		> li {
+			display: inline-block;
+			vertical-align: top;
+			list-style-type: none;
+
+			&.configuration {
+				&:hover {
+				}
+				a {
+					height: 100%;
+					width: 100%;
+				}
+			}
+			.top-link-checkout {
+				padding-right: 0;
+				font-size: @font-size-base - 2;
+
+				>a {
+					font-size: @font-size-base - 2;
+				}
+				> .fa {
+					margin-right: 8px;
+					font-size: @font-size-base + 5;
+					vertical-align: middle;
+				}
+			}
+			> a {
+				display: block;
+				height: 40px;
+				line-height: 40px;
+				padding: 0 10px;
+				font-size: @font-size-base + 2;
+				font-weight: 600;
+				color: @theme;
+				vertical-align: middle;
+				border-bottom: 1px solid transparent;
+
+				&:hover {
+					text-decoration: none;
+					color: @dark-color;
+				}
+				> .fa {
+					display: inline-block;
+					vertical-align: middle;
+				}
+			}
+		}
+	}
+	.configuration {
+		position: relative;
+
+		.toggle-config {
+			z-index: 1;
+			border: 1px solid @theme;
+			width: 165px;
+			text-align: left;
+			padding: 0;
+			position: absolute;
+			right: 0;
+			background-color: #fff;
+			display: none;
+			opacity: 0;
+			top: 100%;
+			.transition(all, 0.5s, ease);
+
+			.options {
+				border-bottom: 1px solid lighten(@dark-color, 70%);
+				padding: 5px 8px;
+
+				.js_language_selector {
+					min-width: 85px;
+
+					li {
+						.js_change_lang {
+							text-transform: capitalize;
+						}
+						&.active {
+							a {
+								background-color: @theme;
+							}
+						}
+					}
+				}
+				ul {
+					padding: 0;
+
+					label {
+						font-size: @font-size-base - 2;
+						color: @dark-color;
+						font-weight: bold;
+						text-transform: uppercase;
+						margin: 0;
+						padding: 5px 0px;
+						margin-right: 20px
+					}
+					.dropdown-toggle {
+						text-transform: capitalize;
+						float: right;
+						border: 1px solid lighten(@dark-color, 70%);
+						outline: none;
+						background-color: transparent;
+					}
+				}
+			}
+			.personal-info {
+				ul {
+					list-style-type: none;
+					text-align: left;
+					margin: 0;
+					padding: 0;
+
+					li {
+						color: @dark-color;
+						font-size: @font-size-base - 2;
+						font-weight: 400;
+						line-height: 21px;
+						padding: 5px 10px;
+
+						span {
+							text-transform: capitalize;
+						}
+						a {
+							color: @dark-color;
+							font-weight: 400;
+							text-transform: capitalize;
+							font-size: @font-size-base - 2;
+
+							&:hover {
+								text-decoration: none;
+								color: @theme;
+							}
+						}
+						&:hover {
+							a {
+								text-decoration: none;
+								color: @theme;
+							}
+						}
+					}
+				}
+			}
+		}
+		&:hover, &:focus, &:active {
+			>a {
+				border-bottom: 1px solid @theme;
+			}
+			.toggle-config {
+				opacity: 1;
+				top: 100%;
+				display: block;
+			}
+		}
+	}
+	.item-no {
+		position: relative;
+
+		@media (max-width:640px) {
+			position: static;
+		}
+		.mini-cart-content {
+			opacity: 0;
+			top: 100%;
+			display: none;
+			.transition(all, 0.5s, ease);
+			position: absolute;
+			width: 300px;
+			padding: 25px;
+			right: 0;
+			text-align: left;
+			border: 1px solid @theme;
+			background-color: #fff;
+
+			.block-subtitle {
+				padding: 0;
+				margin: 0 0 20px;
+				font-size: 14px;
+				font-weight: bold;
+			}
+			.cart-content {
+				span {
+					margin: 0px;
+				}
+				.product-desc {
+					display: inline-block;
+					width: 100%;
+
+					.pd-row {
+						width: 100%;
+						display: inline-block;
+						vertical-align: top;
+						position: relative;
+						padding-bottom: 15px;
+					}
+					.product-img {
+						float: left;
+						width: 30%;
+						margin: 0;
+						max-height: 65px;
+
+						img {
+							max-height: 65px;
+						}
+						span {
+							margin: 0px;
+						}
+					}
+					.product-detail {
+						text-align: left;
+						padding-left: 20px;
+						float: left;
+						width: 70%;
+
+						p {
+							margin: 0;
+						}
+						.product-name {
+							a {
+								text-transform: uppercase;
+								color: @dark-color;
+								font-weight: bold;
+							}
+							&:hover {
+								a {
+									text-decoration: none;
+								}
+							}
+						}
+						.price {
+							display: inline-block;
+						}
+					}
+					.total {
+						width: 100%;
+						display: inline-block;
+						vertical-align: top;
+
+						td, th {
+							padding: 5px;
+						}
+						h3 {
+							margin: 0;
+							padding: 0;
+							font-size: @font-size-base;
+						}
+						p {
+							font-size: @font-size-base + 3;
+							font-weight: bold;
+						}
+					}
+					.button-box {
+						.view-all {
+							background-color: lighten(@dark-color, 70%);
+							border: none;
+							padding: 7px 10px;
+							color: @dark-color;
+							outline: none;
+							display: inline-block;
+							border-radius: 0px;
+
+							&:hover {
+								background-color: @theme;
+								text-decoration: none;
+								color: @light-color;
+							}
+						}
+						.proceed {
+							background-color: @dark-color;
+							float: right;
+							outline: none;
+							display: inline-block;
+							border-radius: 0px;
+						}
+						a {
+							font-size: @font-size-base;
+							font-weight: 400;
+							text-transform: capitalize;
+							color: @light-color;
+						}
+					}
+				}
+			}
+		}
+		&:hover, &:focus, &:active {
+			.mini-cart-content {
+				opacity: 1;
+				top: 100%;
+				display: block;
+			}
+		}
+		&:hover {
+			>a {
+				border-bottom: 1px solid @theme;
+			}
+			.toggle-config {
+				visibility: visible;
+				opacity: 1;
+				top: 100%;
+			}
+		}
+	}
+	.header-middle {
+		padding: 0 15px;
+		position: relative;
+		z-index: 999;
+
+		.navbar-header {
+			float: left;
+			padding: 8px 0 10px 0px;
+			margin: 0;
+			position: relative;
+			z-index: 1;
+
+			.navbar-brand {
+			}
+			@media (max-width:767px) {
+				width: 100%;
+			}
+		}
+		.header-cart {
+			float: right;
+
+			@media (max-width:767px) {
+				float: none;
+				display: inline-block;
+				vertical-align: top;
+				width: 100%;
+				text-align: center;
+				padding: 10px 0 0 0;
+			}
+			ul {
+				margin: 0;
+				padding: 0;
+				display: inline-block;
+				vertical-align: top;
+			}
+			> ul {
+				> li {
+					position: relative;
+					list-style-type: none;
+					margin: 0;
+					padding: 0;
+
+					> a {
+						background: @theme;
+						padding: 10px 25px;
+						border-radius: 25px;
+						display: block;
+						color: @light-color;
+						.transition(all, 0.5s, ease);
+
+						&:hover {
+							text-decoration: none;
+						}
+					}
+					> ul {
+						visibility: hidden;
+						position: absolute;
+						opacity: 0;
+						top: 120%;
+						width: 250px;
+						background: @light-color;
+						right: 0;
+						padding: 15px;
+						.transition(all, 0.5s, ease);
+
+						@media (max-width:767px) {
+							right: -50%;
+						}
+						> li {
+							list-style-type: none;
+						}
+						.hc-pro {
+							width: 100%;
+							display: inline-block;
+							vertical-align: top;
+							border-bottom: 1px solid darken(@light-color, 10%);
+							margin-bottom: 10px;
+							padding-bottom: 10px;
+							position: relative;
+							padding-left: 60px;
+							min-height: 50px;
+
+							.cart-images {
+								position: absolute;
+								left: 0;
+								top: 0;
+								width: 50px;
+								max-height: 50px;
+								overflow: hidden;
+							}
+							.hc-cart-info {
+								a {
+									color: @dark-color;
+									line-height: normal;
+								}
+								label {
+									font-weight: normal;
+								}
+							}
+						}
+						.hc-action {
+							width: 100%;
+							display: inline-block;
+							vertical-align: top;
+
+							.hc-total {
+								width: 48%;
+								display: inline-block;
+								vertical-align: middle;
+							}
+							.hc-btns {
+								width: 50%;
+								display: inline-block;
+								vertical-align: middle;
+								text-align: right;
+
+								a {
+									padding: 5px 10px;
+									background: @theme;
+									display: inline-block;
+									vertical-align: top;
+									color: @light-color;
+								}
+							}
+						}
+					}
+					&:hover {
+						> a {
+							border-radius: 0;
+						}
+						> ul {
+							opacity: 1;
+							visibility: visible;
+							top: 100%;
+						}
+					}
+				}
+			}
+		}
+	}
+	.header-nav {
+		vertical-align: top;
+		background: transparent;
+		position: relative;
+		z-index: 99;
+
+		.container {
+			position: relative;
+		}
+		.mobile-toggle {
+			display: none;
+			float: left;
+
+			.icon-bar {
+				background: @light-color;
+			}
+			span:first-child {
+				display: none;
+			}
+			span {
+				tranform: rotate(45deg);
+			}
+			span:last-child {
+				transform: rotate(135deg);
+			}
+		}
+		.search-toggle {
+			position: absolute;
+			right: 15px;
+			top: 0;
+			z-index: 1;
+
+			.st-toggle {
+				height: 60px;
+				width: 60px;
+				float: left;
+				text-align: center;
+				line-height: 60px;
+				background: darken(@theme, 15%);
+				cursor: pointer;
+				color: @light-color;
+
+				.fa {
+					font-size: @font-size-base + 6;
+				}
+			}
+			.hsearch-block {
+				visibility: hidden;
+				opacity: 0;
+				position: absolute;
+				.transition(all, 0.5s, ease);
+				top: 120%;
+				width: 250px;
+				right: 0;
+				padding: 20px;
+				background: @light-color;
+				box-shadow: 0px 3px 5px 0px darken(@light-color, 30%);
+
+				.form-control {
+					border-radius: 0;
+					height: 45px;
+					line-height: 45px;
+					font-size: @font-size-base + 2;
+				}
+				.btn {
+					position: absolute;
+					top: 20px;
+					right: 20px;
+					background: @theme;
+					border-radius: 0;
+					border: none;
+					height: 45px;
+					line-height: 45px;
+					padding: 0;
+					width: 45px;
+					color: @light-color;
+
+					.fa {
+						font-size: @font-size-base + 2;
+					}
+				}
+			}
+			&.search-toggle-open {
+				.hsearch-block {
+					visibility: visible;
+					opacity: 1;
+					top: 100%;
+				}
+			}
+		}
+		.navbar-collapse {
+			padding: 0;
+			position: relative;
+
+			@media (max-width:767px) {
+				display: none !important;
+
+				&.in {
+					display: block !important;
+					position: absolute;
+					top: 99%;
+					width: 100%;
+					left: 0;
+					padding: 0 15px;
+					margin: 0;
+					overflow: inherit;
+
+					.navbar-nav {
+						float: none;
+						margin: 0;
+						background: @theme;
+
+						> li {
+							width: 100%;
+
+							+ li {
+								border-top: 1px solid darken(@theme, 7%);
+							}
+						}
+					}
+				}
+			}
+			.navbar-nav {
+				margin: 0;
+
+				.divider {
+					display: none;
+				}
+				> li {
+					> a {
+						font-size: @font-size-base;
+						padding: 10px 15px;
+						line-height: 55px;
+						text-transform: capitalize;
+						font-weight: bold;
+						.transition(all, 0.3s, ease);
+						text-decoration: none;
+						color: @dark-color;
+
+						@media (max-width:767px) {
+							line-height: normal;
+							color: @light-color;
+						}
+						&:hover, &:focus, &:active {
+							background: transparent;
+							color: @theme;
+
+							&:before {
+								visibility: visible;
+								-moz-transform: scaleX(1);
+								-webkit-transform: scaleX(1);
+								-o-transform: scaleX(1);
+								transform: scaleX(1);
+							}
+						}
+						&:before {
+							content: "";
+							position: absolute;
+							width: 100%;
+							height: 2px;
+							bottom: 0;
+							left: 0;
+							background-color: @theme;
+							visibility: hidden;
+							-moz-transform: scaleX(0);
+							-webkit-transform: scaleX(0);
+							-o-transform: scaleX(0);
+							transform: scaleX(0);
+							.transition(all, 0.3s, ease-in-out);
+						}
+					}
+					&.active {
+						> a {
+							background: transparent;
+							color: @theme;
+
+							@media (max-width:767px) {
+								color: @light-color;
+								background: darken(@theme, 5%);
+							}
+						}
+					}
+					&:hover {
+						> a {
+							background: transparent;
+
+							&:hover, &:focus, &:active {
+								background: transparent;
+								color: @theme;
+
+								@media (max-width:767px) {
+									color: @light-color;
+									background: darken(@theme, 5%);
+								}
+							}
+						}
+					}
+				}
+			}
+			.navbar-nav {
+				.offers {
+					margin-top: 8px;
+
+					a {
+						color: @theme;
+						padding: 5px 9px;
+						text-transform: uppercase;
+					}
+				}
+			}
+		}
+		.mega-menu {
+			position: static;
+
+			.mm-menu {
+				visibility: hidden;
+				opacity: 0;
+				position: absolute;
+				width: 100%;
+				left: 0;
+				top: 120%;
+				background: @light-color;
+				margin: 0;
+				padding: 0;
+				letter-spacing: -0.31em;
+				.transition(all, 0.5s, ease);
+				box-shadow: 0px 3px 5px 0px darken(@light-color, 30%);
+
+				@media (max-width:991px) {
+					visibility: visible;
+					position: relative;
+					opacity: 1;
+				}
+				.mm-col {
+					display: inline-block;
+					vertical-align: top;
+					letter-spacing: normal;
+					width: 25%;
+					padding: 15px;
+
+					h4 {
+						margin: 0 0 10px;
+						padding: 0 0 10px;
+						font-size: @font-size-base + 2;
+						border-bottom: 1px dotted darken(@light-color, 20%);
+					}
+					ul {
+						margin: 0;
+						padding: 0;
+
+						li {
+							list-style-type: none;
+							padding: 3px 0 3px 15px;
+							position: relative;
+							.transition(all, 0.5s, ease);
+
+							&:before {
+								content: "\f105";
+								display: inline;
+								font-family: "FontAwesome";
+								position: absolute;
+								left: 0;
+								top: 0;
+								.transition(all, 0.5s, ease);
+							}
+							a {
+								color: @theme;
+							}
+							&:hover {
+								padding-left: 20px;
+
+								&:before {
+									left: 5px;
+									color: @theme;
+								}
+								a {
+									text-decoration: none;
+									color: @theme;
+								}
+							}
+							&.mm-img {
+								padding: 0;
+								margin: 0 0 15px;
+
+								&:before {
+									display: none;
+								}
+							}
+						}
+					}
+				}
+			}
+			&:hover {
+				.mm-menu {
+					visibility: visible;
+					opacity: 1;
+					top: 100%;
+
+					@media (max-width:991px) {
+						visibility: visible;
+						position: relative;
+						opacity: 1;
+						top: auto;
+					}
+				}
+			}
+		}
+	}
+}
+.header-fixed {
+	&.editor_enable{
+		header{
+			position: relative;
+			top: 0;
+		}
+	}
+	#wrapwrap {
+		padding-top: 80px;
+	}
+	.cke_editable {
+		header {
+			position: relative;
+			z-index: 99;
+		}
+	}
+	header {
+		background: @header-bg;
+		position: fixed;
+		top: -42px;
+		left: 0;
+		z-index: 9999;
+		width: 100%;
+
+		@media (max-width:767px) {
+			position: relative;
+			top: auto;
+		}
+		.header-middle {
+			.navbar-header {
+				a.navbar-brand {
+					height: 45px;
+
+					img {
+						max-height: 40px;
+					}
+				}
+			}
+		}
+		.header-top {
+		}
+		.header-nav {
+			.navbar-collapse {
+				.navbar-nav {
+					> li {
+						> a {
+							line-height: 45px;
+
+							@media (max-width:767px) {
+								line-height: normal;
+							}
+						}
+						&:hover {
+							>a {
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+}
+.label-primary {
+	background-color: @theme;
+}
+footer {
+	.fa-angle-right {
+		color: @light-color;
+	}
+}
+@media (max-width:767px) {
+	.navbar-default {
+		.navbar-header {
+			position: relative;
+		}
+		.navbar-toggle {
+			display: block;
+			position: absolute;
+			right: 0;
+			top: 0;
+			padding: 10px;
+			border-radius: 0;
+			bottom: 0;
+			height: 40px;
+			margin: auto;
+			border: none;
+			background-color: @theme;
+
+			.icon-bar {
+				background: @light-color;
+			}
+			&:hover, &:focus, &:active {
+				background-color: @theme;
+			}
+			&.collapsed {
+			}
+		}
+	}
+}
+
+/*checkout page */
+.list-view-box {
+	.list-items {
+		.pink-box {
+			display: none;
+		}
+	}
+}

+ 28 - 0
static/src/less (copy)/mixins.less

@@ -0,0 +1,28 @@
+/*BG micin*/
+.bg-img(@img-name){
+	background-image: url('@{img-path}@{img-name}');
+}
+.bg-size(@cover){
+  background-size: @cover;
+  -moz-background-size: @cover;
+  -webkit-background-size: @cover;
+  -o-background-size: @cover;
+}
+
+
+/* Transition */
+.transition(@all, @s, @ease){
+   		transition: @all @s @ease;
+-webkit-transition: @all @s @ease;
+   -moz-transition: @all @s @ease;
+     -o-transition: @all @s @ease;
+}
+
+/*Responsive*/
+/*.media(@maxwidth; @rules) {
+    @media only screen and (max-width: @maxwidth) {
+        @rules();
+    }
+}*/
+
+

+ 1 - 2
static/src/scss/options/fonts/font-style-open-sans-font.scss → static/src/less (copy)/open_sans_font.less

@@ -1,4 +1,3 @@
 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
 
-$font-family: 'Open Sans', sans-serif;
-body { font-family: $font-family;}
+font-family: 'Open Sans', sans-serif;

+ 1 - 0
static/src/less (copy)/options/bg_patterns/bg-pattern-1.less

@@ -0,0 +1 @@
+body {background: @box-body-bg1;}

+ 1 - 0
static/src/less (copy)/options/bg_patterns/bg-pattern-2.less

@@ -0,0 +1 @@
+body {background: @box-body-bg2;}

+ 1 - 0
static/src/less (copy)/options/bg_patterns/bg-pattern-3.less

@@ -0,0 +1 @@
+body {background: @box-body-bg3;}

+ 1 - 0
static/src/less (copy)/options/bg_patterns/bg-pattern-4.less

@@ -0,0 +1 @@
+body {background: @box-body-bg4;}

+ 1 - 0
static/src/less (copy)/options/bg_patterns/bg-pattern-5.less

@@ -0,0 +1 @@
+body {background: @box-body-bg5;}

+ 1 - 0
static/src/less (copy)/options/bg_patterns/bg-pattern-6.less

@@ -0,0 +1 @@
+body {background: @box-body-bg6;}

+ 22 - 0
static/src/less (copy)/options/colors/colors.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#c38647;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 22 - 0
static/src/less (copy)/options/colors/theme_aqua.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#80af9b;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 22 - 0
static/src/less (copy)/options/colors/theme_blue.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#62d2ea;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 22 - 0
static/src/less (copy)/options/colors/theme_brown.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#73503c;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 22 - 0
static/src/less (copy)/options/colors/theme_orange.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#ff6801;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 22 - 0
static/src/less (copy)/options/colors/theme_pink.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#ff3d62;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 1 - 2
static/src/scss/options/fonts/font-style-lato-font.scss → static/src/less (copy)/options/fonts/font-style-lato-font.less

@@ -1,4 +1,3 @@
 @import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900);
 
-$font-family: 'Lato', sans-serif;
-body { font-family: $font-family;}
+@font-family: 'Lato', sans-serif;

+ 3 - 0
static/src/less (copy)/options/fonts/font-style-open-sans-font.less

@@ -0,0 +1,3 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
+
+@font-family: 'Open Sans', sans-serif;

+ 1 - 2
static/src/scss/options/fonts/font-style-raleway-font.scss → static/src/less (copy)/options/fonts/font-style-raleway-font.less

@@ -1,4 +1,3 @@
 @import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);
 
-$font-family: 'Raleway', sans-serif;
-body { font-family: $font-family;}
+@font-family: 'Raleway', sans-serif;

+ 1 - 2
static/src/scss/options/fonts/font-style-source-sans-pro-font.scss → static/src/less (copy)/options/fonts/font-style-source-sans-pro-font.less

@@ -1,4 +1,3 @@
 @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
 
-$font-family: 'Source Sans Pro', sans-serif;
-body { font-family: $font-family;}
+@font-family: 'Source Sans Pro', sans-serif;

+ 1 - 2
static/src/scss/options/fonts/font-style-source-serif-pro-font.scss → static/src/less (copy)/options/fonts/font-style-source-serif-pro-font.less

@@ -1,4 +1,3 @@
 @import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700);
 
-$font-family: 'Source Serif Pro', serif;
-body { font-family: $font-family;}
+@font-family: 'Source Serif Pro', serif;

+ 3 - 0
static/src/less (copy)/options/fonts/font-style-varela-round-font.less

@@ -0,0 +1,3 @@
+@import url(https://fonts.googleapis.com/css?family=Varela+Round);
+
+@font-family: 'Varela Round', sans-serif;

+ 14 - 0
static/src/less (copy)/options/layout/boxed.less

@@ -0,0 +1,14 @@
+#oe_main_menu_navbar { top: 0;}
+
+#wrapwrap{
+	width: 1170px;
+	margin: 0 auto;
+	background: @light-color;
+	box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.1);
+	
+}
+
+.oe_pro_cat_slider .products-slider-section { padding: 0;}
+
+.owl-controls .owl-buttons .owl-next {right: 0px;}
+.owl-controls .owl-buttons .owl-prev {left: 0px;}

+ 613 - 0
static/src/less (copy)/product.less

@@ -0,0 +1,613 @@
+.owl-item {
+	.cs-product {
+		margin: 0;
+	}
+}
+.product-blog {
+	border-top: 1px solid lighten(@dark-color, 70%);
+	padding-top: 56px
+}
+.list-items {
+	margin-bottom: 35px;
+}
+.related-products {
+	.cs-product {
+		.pwp-img {
+			height: 280px;
+		}
+	}
+	.owl-stage-outer {
+		padding: 0;
+		margin: 0 0 40px;
+	}
+	.owl-carousel {
+		padding: 0;
+
+		.owl-buttons {
+			.owl-prev, .owl-next {
+				font-size: 0;
+				width: 40px;
+				height: 40px;
+				border: 1px solid transparent;
+				text-align: center;
+				line-height: 38px;
+				display: block !important;
+				position: absolute;
+				top: 0;
+				bottom: 0;
+				margin: auto;
+				background: @dark-color;
+			}
+			.owl-prev {
+				left: 0px;
+
+				@media (max-width:1200px) {
+					left: 0;
+				}
+				
+
+				@media (max-width:768px) {
+					left: 0;
+				}
+				
+
+				&:before {
+					content: "\f104";
+					font-family: "FontAwesome";
+					font-size: @font-size-base * 2;
+					color: darken(@light-color, 20%);
+				}
+			}
+			.owl-next {
+				right: 0px;
+
+				@media (max-width:1200px){
+					right: 0;
+				}
+				
+
+				@media (max-width:768px) {
+					right: 0;
+				}
+				
+
+				&:before {
+					content: "\f105";
+					font-family: "FontAwesome";
+					font-size: @font-size-base * 2;
+					color: darken(@light-color, 20%);
+				}
+			}
+		}
+	}
+}
+.owl-stage-outer {
+	padding-bottom: 30px;
+}
+.products-slider-section {
+	padding: 0px 25px 20px 25px;
+
+	@media (max-width:1200px){
+		padding: 0px 30px;
+	}
+	
+
+	@media (max-width:768px) {
+		padding: 0px 30px;
+	}
+	
+}
+.cs-product {
+	margin-bottom: 0px;
+	width: 100%;
+	vertical-align: top;
+
+	.pwp-img {
+		position: relative;
+		overflow: hidden;
+
+		.add-to-cart {
+			position: absolute;
+			left: 100%;
+			.transition(all, 0.4s, ease);
+			bottom: 0;
+			width: 100%;
+
+			a {
+				width: 100%;
+				float: left;
+				text-align: center;
+				text-transform: uppercase;
+				font-size: @font-family;
+				background: @theme;
+				padding: 10px;
+				color: @light-color;
+
+				&:hover {
+					text-decoration: none;
+					background: fade(@theme, 90);
+				}
+			}
+		}
+	}
+	.pwp-info {
+		width: 100%;
+		float: left;
+		text-align: left;
+		padding: 10px;
+		background: transparent;
+		border: 1px solid transparent;
+		border-top: none;
+
+		.pwpi-title {
+			margin: 0;
+			padding: 0 0 5px;
+			font-size: @font-size-base + 1;
+			text-transform: capitalize;
+
+			a {
+				color: @dark-color;
+
+				&:hover {
+					text-decoration: none;
+					color: @theme;
+				}
+			}
+		}
+		.price {
+			margin: 0;
+			padding: 0;
+
+			.price {
+				font-size: @font-size-base + 1;
+			}
+			.old-price {
+				text-decoration: line-through;
+				color: lighten(@theme, 40%);
+				font-size: @font-size-base + 1;
+			}
+		}
+		@media  (min-width:320px) and (max-width:767px) {
+			width: 100%;
+			text-align: center;
+		}
+	}
+	.pink-box {
+		width: 100%;
+		background-color: fade(@theme, 95);		/*display: inline-block;*/
+		padding: 0px 19px;		/*position: absolute;*/
+		position: relative;
+		.transition(all, 0.6s, ease);
+
+		/*bottom: 61px;
+		left: 0;*/
+		visibility: hidden;
+		opacity: 0;
+		height: 0;
+
+		.star {
+			float: left;
+			text-align: left;
+			padding-top: 6px;
+
+			ul {
+				list-style-type: none;
+				display: inline-block;
+				margin: 0;
+				padding: 0;
+
+				li {
+					background: url(../img/star.png)no-repeat;
+					width: 14px;
+					height: 14px;
+					float: left;
+					margin: 0px 1px;
+
+					&:hover {
+						background: url(../img/white-star.png)no-repeat;
+						width: 14px;
+						height: 14px;
+					}
+					;
+
+					&.active {
+						background: url(../img/white-star.png)no-repeat;
+						width: 14px;
+						height: 14px;
+					}
+					;
+				}
+			}
+		}
+		.view {
+			text-align: center;
+
+			.shopping-cart {
+				text-align: center;
+
+				img {
+					width: auto;
+					height: auto;
+					max-width: 100%;
+					max-height: 100%;
+					margin: auto;
+					position: absolute;
+					top: 0;
+					right: 15px;
+					bottom: 0;
+				}
+			}
+		}
+	}
+
+	/*&:hover */
+	.pink-box {
+		visibility: visible;
+		opacity: 1;
+		height: 43px;
+		padding: 8px;
+
+		.ratings {
+			display: inline-block;
+			margin: 0;
+			padding: 0px;
+			padding-left: 10px;
+		}
+		.stars {
+			float: left;
+			color: @light-color;
+
+			i {
+				margin-right: 0px;
+			}
+		}
+	}
+	.pwp-info {
+		border: 1px solid @theme;
+		border-top: none;
+	}
+}
+.category-banners {
+	width: 100%;
+	display: inline-block;
+	vertical-align: top;
+	margin-bottom: 25px;
+}
+.toolbar {
+	width: 100%;
+	display: inline-block;
+	vertical-align: top;
+	padding: 0 0 25px;
+
+	.toolbar-pager {
+		.pager_left {
+			float: left;
+		}
+		.pager_right {
+			float: right;
+			text-align: right;
+
+			.sort-by {
+				display: inline-block;
+				vertical-align: middle;
+
+				.dropdown {
+					button {
+						background: @light-color;
+						border: 1px solid darken(@light-color, 10%);
+						padding: 6px 15px;
+						border-radius: none;
+					}
+				}
+			}
+		}
+	}
+	.view-mode {
+		button {
+			background: none;
+			border: 1px solid darken(@light-color, 10%);
+			padding: 5px 10px;
+
+			&:hover {
+				background: @theme;
+				color: @light-color;
+			}
+		}
+	}
+}
+
+/*Product Details 
+---------------------------------------*/
+.product-view {
+	.product-shop-info {
+		.product-title {
+			border-bottom: 1px solid lighten(@dark-color, 70%);
+
+			@media (max-width:767px){
+				margin-top: 10px;
+			}
+			
+
+			h1 {
+				font-size: @font-size-base + 6;
+				margin: 0;
+				padding: 0 0 12px 0;
+				color: @dark-color;
+				font-weight: bold;
+			}
+			.ratings {
+				list-style-type: none;
+				width: 30%;
+				display: inline-block;
+				margin: 0;
+				padding: 0;
+
+				li {
+					background: url(../img/kingfisher-pro/star-default.png)no-repeat center center;
+					float: left;
+					padding: 10px;
+					margin-bottom: 11px;
+
+					&:hover {
+						background: url(../img/kingfisher-pro/filled-star.png)no-repeat center center;
+					}
+					&.active {
+						background: url(../img/kingfisher-pro/filled-star.png)no-repeat center center;
+					}
+				}
+			}
+			.review {
+				float: right;
+				width: 70%;
+
+				a {
+					font-size: @font-size-base - 2;
+					font-weight: 400;
+					color: lighten(@dark-color, 20%);
+				}
+				&:hover a {
+					text-decoration: none;
+				}
+			}
+		}
+		.details {
+			padding: 0px 0px 15px 0px;
+			border-bottom: 1px solid lighten(@dark-color, 70%);
+
+			.pro-desc {
+				width: 100%;
+				display: inline-block;
+				vertical-align: top;
+				font-size: @font-size-base + 1;
+				font-weight: 400;
+				color: @dark-color;
+			}
+			.price-box {
+				width: 100%;
+				display: inline-block;
+				vertical-align: top;
+
+				/*padding-bottom: 15px;*/
+				p {
+					display: inline;
+					margin-bottom: 0px;
+
+					&.old-price {
+						display: none;
+
+						.price {
+							text-decoration: line-through;
+							color: lighten(@dark-color, 50%);
+							font-size: @font-size-base + 6;
+							font-weight: bold;
+						}
+					}
+					&.special-price {
+						.price {
+							font-size: @font-size-base  + 6;
+							color: @theme;
+							font-weight: bold;
+						}
+					}
+				}
+			}
+		}
+		.availability {
+			display: block;
+			margin-top: 20px;
+			margin-bottom: 0px;
+
+			&.in-stock {
+				span {
+					color: #55bb17;
+				}
+			}
+			&.out-stock {
+				span {
+					color: #bb1717;
+				}
+			}
+		}
+		.product-options-bottom {
+			width: 100%;
+			display: inline-block;
+			vertical-align: top;
+			padding: 0px 0px 29px 0px;
+			border-bottom: 1px solid lighten(@dark-color, 70%);
+		}
+		.css_quantity {
+			width: 146px;
+			height: 44px;
+			float: left;
+
+			.input-group-addon {
+				border-radius: 0;
+				width: 46px;
+				background: @theme;
+				color: @light-color;
+				border-color: @theme;
+
+				&:hover {
+					background: darken(@theme, 5%);
+				}
+			}
+			.form-control {
+				height: 44px;
+				text-align: center;
+				border-color: @theme;
+				color: @dark-color;
+			}
+		}
+		.add-to-cart {
+			float: right;
+
+			.cart-btn {
+				background: #00a651;
+				width: 176px;
+				padding: 10px 0px;
+				text-align: center;
+				border-radius: 0;
+				color: @light-color;
+				font-size: @font-size-base + 1;
+				font-weight: bolder;
+				text-transform: uppercase;
+
+				.fa {
+					display: none;
+					margin-right: 8px;
+				}
+				&:hover {
+					border-color: @theme;
+					background: @light-color;
+					color: @theme;
+				}
+				@media (max-width:1200px) {
+					width: auto;
+					padding: 10px;
+					margin-top: 0px !important;
+				}
+				
+			}
+		}
+		.email-addto-box {
+			width: 100%;
+			display: inline-block;
+			vertical-align: top;
+			padding-top: 10px;
+
+			ul {
+				margin: 0;
+				padding: 0;
+			}
+			li {
+				display: inline-block;
+				vertical-align: middle;
+				padding-right: 5px;
+
+				a {
+					color: lighten(@dark-color, 50%);
+					padding: 3px 7px;
+					border: 1px solid lighten(@dark-color, 50%);
+					display: block;
+					border-radius: 2px;
+					font-size: @font-size-base - 2;
+
+					.fa {
+						margin-right: 3px;
+					}
+					&:hover {
+						background: lighten(@dark-color, 50%);
+						text-decoration: none;
+						color: @light-color;
+					}
+				}
+			}
+		}
+	}
+}
+
+/* sidebar-slider
+------------------------------------------------*/
+.sidebar-block {
+	padding: 15px;
+}
+.sidebar-slider {
+	background: darken(@light-color, 3%);
+
+	.carousel-control {
+		width: 25px;
+		height: 25px;
+		top: -45px;
+		right: 0;
+		left: auto;
+		text-shadow: none;
+		color: @light-color;
+		line-height: normal;
+		opacity: 1;
+
+		&.right {
+			right: 0;
+			background: @theme;
+
+			&:hover {
+				background: @dark-color;
+			}
+		}
+		&.left {
+			right: 26px;
+			background: @theme;
+
+			&:hover {
+				background: @dark-color;
+			}
+		}
+	}
+	.slider-item {
+		.si-product {
+			margin: 8px 0;
+		}
+	}
+}
+.si-product {
+	width: 100%;
+	display: inline-block;
+	vertical-align: top;
+	margin-bottom: 15px;
+
+	.rlp-img {
+		max-width: 65px;
+		float: left;
+		border: 1px solid darken(@light-color, 8%);
+	}
+	.rlp-desc {
+		text-align: left;
+		margin-left: 80px;
+
+		p {
+			margin: 0;
+		}
+		.rlp-title {
+			font-size: @font-size-base + 3;
+			padding: 0 0 5px;
+
+			a {
+				color: lighten(@dark-color, 20%);
+			}
+		}
+		.price {
+			padding-bottom: 5px;
+
+			.price {
+				font-size: @font-size-base + 3;
+			}
+			.old-price {
+				text-decoration: line-through;
+				color: lighten(@theme, 40%);
+				font-size: @font-size-base + 1;
+			}
+		}
+		.wishlist-link {
+			color: darken(@light-color, 40%);
+		}
+	}
+}

+ 360 - 0
static/src/less (copy)/style.less

@@ -0,0 +1,360 @@
+.owl-carousel .owl-stage {
+    min-width: 100%;
+}
+li.divider {
+    display: none;
+}
+.mega-dropdown-menu {
+    background-color: @light-color !important;
+
+    &.dropdown-menu {
+        padding: 15px;
+    }
+    .letter-spacing {
+        letter-spacing: -0.31em
+    }
+    .inline-block {
+        float: none;
+        display: inline-block;
+        vertical-align: top;
+        letter-spacing: normal;
+    }
+    .footer {
+        padding: 0 15px;
+        border-top: 1px solid darken(@light-color, 10%);
+    }
+}
+header {
+    .container {
+        position: relative;
+    }
+}
+.dropdown-menu {
+    .divider {
+        height: 0;
+        margin: 20px 0px;
+    }
+}
+.navbar {
+    > .mm_icon {
+        > a {
+            position: relative;
+            padding-left: 40px;
+        }
+        .icon {
+            display: inline-block;
+            left: 0;
+            position: absolute;
+            bottom: 0;
+            top: 0;
+            margin: auto;
+            height: 30px
+        }
+    }
+}
+.nav {
+    .li-mega-menu {
+        position: static;
+
+        img {
+            display: inline-block;
+        }
+    }
+}
+.mega-dropdown-menu {
+    width: 100%;
+
+    ul {
+        margin: 0 0 20px 0;
+        padding: 0;
+
+        .categories {
+            display: inline-block;
+            vertical-align: top;
+            width: 100%;
+
+            a {
+                left: 0;
+                position: relative;
+                display: block;
+                transition: all 0.5s ease;
+            }
+            &:hover {
+                a {
+                    left: 10px;
+                }
+            }
+            ;
+        }
+        .dropdown-header {
+            margin: 0 0 15px 0;
+            padding: 0 0 8px;
+            font-size: 16px;
+            text-transform: uppercase;
+            border-bottom: 1px solid #eee;
+
+            @media (max-width:767px) {
+                padding: 5px 0 !important;
+            }
+            a {
+                padding-left: 0;
+            }
+        }
+        li a:hover {
+            text-decoration: none;
+        }
+        .slider_header {
+            width: 80%;
+            white-space: normal;
+            display: inline-block;
+        }
+    }
+    .carousel-control {
+        background: none;
+        height: 30px;
+        width: 30px;
+        top: 0;
+        bottom: auto;
+        margin: auto;
+        cursor: pointer;
+        bottom: auto;
+        color: rgb(255, 255, 255);
+        font-size: 20px;
+        left: auto;
+        opacity: 0.5;
+        position: absolute;
+        right: 52px;
+        text-align: center;
+        text-shadow: none;
+
+        .fa {
+            color: #000;
+        }
+        &:hover {
+            opacity: 1;
+        }
+        &.right {
+            left: auto;
+            right: 27px;
+        }
+    }
+    .message {
+        text-align: center;
+        font-size: 20px;
+        text-transform: capitalize;
+    }
+}
+.carousel-inner {
+    text-align: center;
+
+    img {
+        margin: 0 auto;
+    }
+}
+
+/*responsive */
+@media  (min-width:320px) and (max-width:767px) {
+    .mega-dropdown-menu .inline-block {
+        width: 100%;
+    }
+    .mega-dropdown-menu .carousel .slide {
+        text-align: center
+    }
+}
+.cke_editable {
+    .li-mega-menu {
+        div, ul {
+            display: none !important;
+        }
+    }
+}
+
+/*theme_customize_modal*/
+body #theme_customize_modal {
+    .modal-dialog {
+        width: 300px;
+        box-shadow: 0px 0px 0px 1px rgba(144, 141, 141, 0.38);
+
+        .modal-content {
+
+            /*box-shadow: none;*/
+            border-radius: 0;
+            background: #212d41;
+            border: 1px solid @dark-color;
+
+            .modal-header {
+                width: 100%;
+                display: inline-block;
+                vertical-align: top;
+                background: #566887;
+                border: none;
+                padding: 10px;
+
+                .close {
+                    color: #fff;
+                    text-shadow: none;
+                }
+                .modal-title {
+                    color: #fff;
+                    font-family: @font-family;
+                    padding: 0;
+                    font-size: 14px;
+                    text-transform: uppercase;
+                    font-weight: 600;
+                }
+            }
+            .modal-h5 {
+                width: 100%;
+                display: inline-block;
+                vertical-align: top;
+                text-align: center;
+                background: none;
+                color: #fff;
+                font-family: @font-family;
+                position: relative;
+                padding: 0 0px 10px;
+                margin: 20px 0;
+
+                &:after {
+                    width: 50px;
+                    content: "";
+                    margin: auto;
+                    left: 0;
+                    right: 0;
+                    position: absolute;
+                    bottom: 0;
+                    height: 1px;
+                    background: rgba(255, 255, 255, 0.51);
+                }
+            }
+            label {
+                font-family: @font-family;
+            }
+            table[name="layout"] {
+                .center-block {
+                    .text-center {
+                        background: none !important;
+                        border: 1px solid #fff;
+                        color: #fff;
+                        cursor: pointer;
+                    }
+                    &.checked {
+                        .text-center {
+                            box-shadow: none;
+                            background: #fff !important;
+                            color: #212d41;
+                        }
+                    }
+                }
+            }
+            table[name="color"] {
+                .chd-color-combi {
+                    padding: 3px;
+                    width: 100%;
+
+                    img {
+                        border: 2px solid #fff;
+                        box-shadow: none;
+                        margin: 0;
+                        cursor: pointer;
+                        width: 100%;
+                        height: 50px;
+                    }
+                    &.checked {
+                        box-shadow: none;
+                        position: relative;
+
+                        &:after {
+                            position: absolute;
+                            content: "ME";
+                            float: left;
+                            color: #fff;
+                            z-index: 3;
+                            top: 10px;
+                            left: 10px;
+                        }
+                    }
+                }
+            }
+            table[name="font"] {
+                label {
+                    span {
+                        color: @light-color;
+                        display: block;
+                        cursor: pointer;
+                        padding: 5px;
+
+                        &:hover {
+                            text-decoration: underline;
+                        }
+                    }
+                    div {
+                        border: none;
+                        cursor: pointer;
+                    }
+                    &.checked {
+                        span {
+                            box-shadow: none;
+                            background: #fff;
+                            color: #212d41;
+                        }
+                    }
+                }
+            }
+            table[name="bg_patterns"]{
+                td{
+                    padding: 5px;
+                }
+                label{
+                    width: 100%;
+                    height: 50px;
+                    float: left;
+                    border: 2px solid #fff;
+                    margin: 0;
+                    &.checked {
+                        box-shadow: none;
+                        position: relative;
+
+                        &:after {
+                            position: absolute;
+                            content: "ME";
+                            float: left;
+                            color: #000;
+                            z-index: 3;
+                            top: 10px;
+                            left: 10px;
+                        }
+                    }
+                    span{
+                        width: 100%;
+                        display: inline-block;
+                        height: 47px;
+                        vertical-align: top;
+                    }
+                    .pf-color1{
+                        background: @box-body-bg1;
+                    }
+                    .pf-color2{
+                        background: @box-body-bg2;
+                    }
+                    .pf-color3{
+                        background: @box-body-bg3;
+                    }
+                    .pf-color4{
+                        background: @box-body-bg4;
+                    }
+                    .pf-color5{
+                        background: @box-body-bg5;
+                    }
+                    .pf-color6{
+                        background: @box-body-bg6;
+                    }
+                }
+            }
+        }
+    }
+}
+
+/**/
+
+

+ 0 - 0
static/src/less (copy)/variable.less


+ 2996 - 0
static/src/less (copy)/web.less

@@ -0,0 +1,2996 @@
+body {
+	font-family: @font-family;
+	color: @body-color;
+}
+* {
+	outline: none;
+}
+hr {
+	border-top: none;
+}
+img {
+	max-width: 100%;
+}
+a:focus {
+	outline: none
+}
+a:hover {
+	cursor: pointer;
+}
+
+@images: "../img";
+@box-body-bg1:url("@{images}/pattern.png");
+@box-body-bg2:url("@{images}/pattern2.png");
+@box-body-bg3:url("@{images}/pattern3.png");
+@box-body-bg4:url("@{images}/pattern4.png");
+@box-body-bg5:url("@{images}/pattern5.png");
+@box-body-bg6:url("@{images}/pattern6.png");
+
+#wrapwrap{
+	background: @light-color;
+}
+
+.nav {
+	>li {
+		>a {
+			&:focus, &:hover {
+				background: transparent;
+			}
+		}
+	}
+}
+.title-block {
+	overflow: hidden;
+
+	h4 {
+		text-transform: capitalize;
+		font-size: @title;
+		font-weight: 700;
+		margin: 0;
+		font-size: @font-size-base + 4;
+		text-align: center;
+		color: @dark-color;
+	}
+	span {
+		border-bottom: 3px solid @theme;
+		display: inline-block;
+		padding-bottom: 10px;
+	}
+}
+
+/*Colors*/
+.bg-blue {
+	background-color: #3498DB !important;
+}
+.bg-turquoise {
+	background-color: #1ABC9C !important;
+}
+.bg-green {
+	background-color: #2ECC71 !important;
+}
+.bg-yellow {
+	background-color: #F1C40F !important;
+}
+.bg-red {
+	background-color: #E74C3C !important;
+}
+.bg-pink {
+	background-color: #f74b94 !important;
+}
+.bg-purple {
+	background-color: #9B59B6 !important;
+}
+.bg-brown {
+	background-color: #7b5844 !important;
+}
+
+/**/
+.sb-title {
+	overflow: hidden;
+	margin-bottom: 20px;
+
+	span {
+		text-transform: uppercase;
+		font-size: @font-size-base + 2;
+		font-weight: 600;
+		margin: 0;
+
+		&:after {
+			border-bottom: 1px solid darken(@light-color, 3%);
+			border-top: 1px solid rgba(0, 0, 0, 0.1);
+			content: "";
+			display: inline-block;
+			position: relative;
+			vertical-align: middle;
+			width: 100%;
+			right: -1.25rem;
+			margin-right: -100%;
+		}
+	}
+}
+.products-slider-section {
+	
+}
+.best-seller-products .owl-buttons {
+	.owl-prev, .owl-next {
+		font-size: 0;
+		width: 40px;
+		height: 40px;
+		border: 1px solid @dark-color;
+		text-align: center;
+		line-height: 38px;
+		display: block !important;
+		position: absolute;
+		top: 0;
+		bottom: 0;
+		margin: auto;
+		background: @dark-color;
+	}
+	.owl-prev {
+		left: -20px;
+
+		@media (max-width:1300px) {
+			left: 0px;
+		}
+		@media (max-width:1200px) {
+			left: 0px;
+		}
+		@media (max-width:768px) {
+			left: 0px;
+		}
+		&:before {
+			content: "\f104";
+			font-family: "FontAwesome";
+			font-size: @font-size-base * 2;
+			color: darken(@light-color, 20%);
+		}
+	}
+	.owl-next {
+		right: -20px;
+
+		@media (max-width:1300px) {
+			right: 0px;
+		}
+		@media (max-width:1200px) {
+			right: 0px;
+		}
+		@media (max-width:768px) {
+			right: 0px;
+		}
+		&:before {
+			content: "\f105";
+			font-family: "FontAwesome";
+			font-size: @font-size-base * 2;
+			color: darken(@light-color, 20%);
+		}
+	}
+}
+.pagination {
+	display: inline-block;
+	vertical-align: middle;
+	margin: 0;
+
+	li {
+		a {
+			border-radius: 0 !important;
+			color: @theme;
+		}
+		&.active {
+			a {
+				background: @theme;
+				border-color: @theme;
+
+				&:hover {
+					background-color: @dark-color;
+					border-color: @dark-color;
+				}
+			}
+		}
+		&:hover a {
+			background-color: @dark-color;
+			color: @light-color;
+			border-color: @dark-color;
+		}
+	}
+}
+.page-title {
+	padding: 8px 0px;
+	background-color: lighten(@dark-color, 70%);
+	border-top: 1px solid lighten(@dark-color, 70%);
+	margin-bottom: 40px;
+
+	h1 {
+		margin: 0;
+		float: left;
+		font-size: @title - 5;
+	}
+}
+.breadcrumb {
+	float: left;
+	background: none;
+	margin: 0;
+	padding: 0;
+	width: 100%;
+
+	li {
+		color: lighten(@dark-color, 30%);
+		font-size: @font-size-base - 2;
+		font-weight: 400;
+
+		a {
+			padding: 6px 4px;
+			display: inline-block;
+			vertical-align: middle;
+			color: lighten(@dark-color, 30%);
+			font-size: @font-size-base - 2;
+			font-weight: 400;
+		}
+		&.active {
+			color: @theme;
+		}
+	}
+}
+.dropdown-menu {
+	border-radius: 0;
+	padding: 0;
+
+	> li {
+		+ li {
+			border-top: 1px solid darken(@light-color, 10%);
+		}
+		> a {
+			padding: 8px 10px;
+
+			&:hover {
+				background: @theme;
+				color: @light-color;
+			}
+		}
+	}
+}
+.carousel-control {
+	&.left {
+		.previous-icon {
+			position: absolute;
+			top: 0;
+			bottom: 0;
+			margin: auto;
+			width: 25px;
+			left: 30%;
+			height: 46px;
+
+			img {
+				position: relative;
+				top: auto;
+				left: auto;
+				right: auto;
+			}
+		}
+		background: none;
+	}
+	&.right {
+		.next-icon {
+			position: absolute;
+			top: 0;
+			bottom: 0;
+			margin: auto;
+			width: 25px;
+			height: 46px;
+			left: 30%;
+
+			img {
+				position: relative;
+				top: auto;
+				left: auto;
+				right: auto;
+			}
+		}
+		background: none;
+	}
+	@media (max-width:768px) {
+		display: none;
+	}
+}
+
+/* Home slider
+-------------------------------*/
+.theme-home-slider {
+	div.carousel {
+		.carousel-indicators li {
+			margin-right: 4px;
+			border: 1px solid @theme;
+
+			&.active {
+				background: @theme;
+			}
+		}
+	}
+	.item {
+		padding: 58px 0;
+
+		@media (max-width:1024px) {
+			padding: 0px 0;
+		}
+		@media (max-width:767px) {
+			padding: 0px 0;
+		}
+	}
+	blockquote {
+		margin: 0;
+		padding: 100px 0;
+		text-align: left;
+		border: none;
+
+		@media (max-width:767px) {
+			padding: 50px 0;
+		}
+		h2 {
+			margin: 0;
+			padding: 0;
+			font-weight: 800;
+			font-size: @font-size-base * 3 + 7;
+			color: @dark-color;
+			text-transform: uppercase;
+
+			@media (max-width:767px) {
+				font-size: @font-size-base * 2;
+			}
+		}
+		h5 {
+			margin: 0;
+			padding: 0;
+			font-size: @font-size-base * 2 - 2;
+			font-weight: 800;
+			color: @dark-color;
+			text-transform: uppercase;
+
+			@media (max-width:767px) {
+				font-size: @font-size-base * 2;
+			}
+			span {
+				color: @theme;
+				font-size: @font-size-base * 2 - 2;
+				font-weight: 800;
+			}
+		}
+		p {
+			margin: 0;
+			padding: 0 0 0px;
+			font-size: @font-size-base * 2 + 4;
+			text-transform: uppercase;
+			color: @theme;
+			font-weight: normal;
+
+			@media (max-width:767px) {
+				font-size: @font-size-base * 1;
+			}
+		}
+		.btn-box {
+			margin-top: 45px;
+
+			a {
+				border: 1px solid @light-color;
+				padding: 7px 13px;
+				display: inline-block;
+				vertical-align: top;
+				text-transform: uppercase;
+				color: @dark-color;
+				font-weight: 500;
+				font-size: 14px;
+				border: 1px solid lighten(@dark-color, 50%);
+			}
+			a:hover {
+				text-decoration: none;
+			}
+		}
+	}
+	.item1 {
+		.bg-img('../img/slider-img1.png');
+		background-repeat: no-repeat;
+		.bg-size(cover);
+	}
+	.item2 {
+		.bg-img('../img/slider-img2.png');
+		background-repeat: no-repeat;
+		.bg-size(cover);
+	}
+}
+
+/* ads section 
+-------------------------------*/
+.ads-section {
+	width: 100%;
+	display: inline-block;
+	vertical-align: top;
+	padding: 20px 0;
+
+	.adsb-inner {
+		@media (max-width:767px) {
+			margin-bottom: 30px;
+
+			img {
+				max-width: 100%;
+			}
+		}
+		a {
+			width: 100%;
+			height: 100%;
+			z-index: 1;
+			color: #fff;
+			vertical-align: middle;
+			text-align: center;
+
+			&:hover {
+				text-decoration: none;
+			}
+			;
+
+			/*	&:after {
+					background: @light-color;
+					bottom: 0;
+					height: 0px;
+					left: 0;
+					margin: auto;
+					opacity: 0;
+					position: absolute;
+					right: 0;
+					top: 0;
+					.transition(all, 0.5s, ease);
+					width: 0px;
+					-moz-transform: scale(0);
+					-webkit-transform: scale(0);
+					-o-transform: scale(0);
+					transform: scale(0);
+					content: " ";
+					float: left;
+				}
+			*/
+
+			/*	&:hover {
+					&:after {
+						height: 100%;
+						width: 100%;
+						opacity: 0.2;
+						-moz-transform: scale(1);
+						-webkit-transform: scale(1);
+						-o-transform: scale(1);
+						transform: scale(1);
+					}
+
+				}*/
+		}
+	}
+	.middle-banner {
+		display: table;
+		text-align: center;
+		margin-bottom: 20px;
+		text-align: center;
+		position: relative;
+		background-size: cover;
+
+		a {
+			display: table-cell;
+		}
+		.middle-content {
+			color: @light-color;
+			display: table;
+			z-index: 1;
+			vertical-align: middle;
+			text-align: center;
+			width: 100%;
+			height: 100%;
+
+			&:hover {
+				text-decoration: none;
+			}
+			.line1 {
+				font-size: @font-size-base * 2 + 6;
+				font-weight: 100;
+				margin: 0;
+				padding: 0;
+			}
+			.line2 {
+				margin: 0;
+				padding: 0;
+				font-size: @font-size-base * 4 + 6;
+				font-weight: bold;
+				color: @light-color;
+				text-transform: uppercase;
+
+				@media (max-width:767px) {
+					font-size: @font-size-base * 2;
+				}
+			}
+			.line3 {
+				margin: 0;
+				padding: 0;
+				font-size: @font-size-base * 5 + 6;
+				font-weight: 100;
+				color: @light-color;
+				text-transform: uppercase;
+
+				@media (max-width:767px) {
+					font-size: @font-size-base * 2;
+				}
+			}
+		}
+	}
+	.small-banners {
+		background-color: lighten(@dark-color, 70%);
+		height: 280px !important;
+		width: 100%;
+		background-size: cover;
+		display: table;
+		text-align: center;
+		margin-bottom: 20px;
+		padding: 28px;
+		position: relative;
+
+		.dark-div {
+			.transition(all, 0.5s, ease);
+			width: 0px;
+			-moz-transform: scale(0);
+			-webkit-transform: scale(0);
+			-o-transform: scale(0);
+			transform: scale(0);
+			content: " ";
+			float: left;
+			opacity: 0;
+			transition: all 0.5s ease;
+			margin: auto;
+			background-color: @dark-color;
+			position: absolute;
+			height: 0px;
+			right: 0;
+			bottom: 0;
+			left: 0;
+			top: 0;
+			padding: 13px;
+
+			.inner-div {
+				border: 1px solid lighten(@dark-color, 50%);
+				width: 0px;
+				height: 0px;
+				display: inline-block;
+				background-color: @dark-color;
+			}
+		}
+		.inner-content {
+			display: table-cell;
+			z-index: 1;
+			vertical-align: middle;
+			text-align: center;
+
+			&:hover {
+				text-decoration: none;
+			}
+			h5 {
+				position: absolute;
+				top: 28px;
+				left: 0;
+				right: 0;
+				margin: 0;
+				padding: 0;
+				font-size: @font-size-base;
+				font-weight: bold;
+				color: @dark-color;
+				text-transform: uppercase;
+
+				@media (max-width:767px) {
+					font-size: @font-size-base;
+				}
+			}
+			.image-section {
+				max-height: 150px;
+				margin: 10px 0px;
+
+				img {
+					max-width: 100%;
+				}
+				.img-responsive {
+					display: inline-block !important;
+				}
+			}
+			.btn-box {
+				position: absolute;
+				bottom: 28px;
+				left: 0;
+				right: 0;
+
+				button {
+					color: @light-color;
+					padding: 7px 15px;
+					text-align: center;
+					background-color: @dark-color;
+					border: none;
+					text-transform: uppercase;
+					font-size: @font-size-base - 2;
+				}
+			}
+		}
+		&:hover {
+			.dark-div {
+				height: 100%;
+				width: 100%;
+				opacity: 0.8;
+				-moz-transform: scale(1);
+				-webkit-transform: scale(1);
+				-o-transform: scale(1);
+				transform: scale(1);
+
+				.inner-div {
+					height: 100%;
+					width: 100%;
+					opacity: 1;
+					-moz-transform: scale(1);
+					-webkit-transform: scale(1);
+					-o-transform: scale(1);
+					transform: scale(1);
+				}
+			}
+		}
+		@media (max-width:900px) {
+			padding: 0;
+		}
+	}
+	.adsb-inner2 {
+		margin-bottom: 30px;
+		width: 100%;
+		height: 579px;
+	}
+}
+
+/* products slider 
+-------------------------------*/
+.products-slider-section {
+	.title-block {
+		margin: 10px 0px 0px 0px;
+	}
+	padding-top: 13px;
+
+	.psb-inner {
+		width: 100%;
+		display: inline-block;
+		vertical-align: top;
+		padding: 40px 0;
+		position: relative;
+	}
+}
+.cs-product {
+	display: inline-block;
+
+	.pwp-img {
+		height: 264px;
+
+		>a {
+			img {
+				max-width: 100%;
+				height: auto;
+				position: absolute;
+				top: 0;
+				right: 0;
+				left: 0;
+				bottom: 0;
+				margin: auto;
+				max-height: 100%;
+				width: auto;
+			}
+		}
+		.new , .red{
+			position: absolute;
+			top: 10px;
+			float: left;
+			padding: 7px 11px;
+			z-index: 1;
+			color: @light-color;
+			background-color: @new-label-color;
+			text-transform: uppercase;
+			font-weight: bold;
+			font-size: @font-size-base - 4;
+		}
+		.sale {
+			position: absolute;
+			top: 10px;
+			float: left;
+			padding: 7px 11px;
+			color: @light-color;
+			background-color: @sale-label-color;
+			text-transform: uppercase;
+			font-weight: bold;
+			font-size: @font-size-base - 4;
+		}
+		.discount {
+			position: absolute;
+			padding: 7px 5px;
+			float: left;
+			background-color: darken(@sale-label-color, 5%);
+			color: @light-color;
+			font-size: @font-size-base - 4;
+			top: 10px;
+			left: 45px;
+		}
+	}
+}
+
+/* products section
+-------------------------------*/
+.products-section {
+	.products-list-block {
+		width: 100%;
+		display: inline-block;
+		vertical-align: top;
+		padding: 40px 0;
+	}
+}
+
+/* service-section
+-------------------------------*/
+.new-collection {
+	padding: 85px 0;
+	position: relative;
+	background-size: cover;
+	width: 100%;
+	background-attachment: fixed;
+	background-repeat: no-repeat;
+	.bg-size(cover);
+
+	img {
+		@media (max-width:768px) {
+			display: none;
+		}
+	}
+	.inner-content {
+		text-align: left;
+		width: 100%;
+
+		.icon {
+			.fa {
+				font-size: @font-size-base * 3;
+				color: @light-color;
+			}
+		}
+		h5 {
+			margin: 10px 0 3px 0;
+			font-size: @font-size-base * 2 + 4;
+			color: @dark-color;
+			font-weight: 800;
+		}
+		h3 {
+			color: @theme;
+			font-size: @font-size-base * 3 + 2;
+			margin: 0;
+			padding: 0;
+			font-weight: 800;
+			margin-bottom: 8px;
+		}
+		p {
+			margin: 0;
+			padding: 0;
+			font-size: @font-size-base;
+			color: @dark-color;
+			font-weight: 400;
+		}
+	}
+	.btn-box {
+		margin-top: 48px;
+		.transition(all, 0.3s, ease);
+		border: 1px solid transparent;
+		display: inline-block;
+		background-color: @dark-color;
+		color: @light-color;
+
+		a {
+			border: 1px solid transparent;
+			padding: 6px 12px;
+			display: inline-block;
+			vertical-align: top;
+			text-transform: uppercase;
+			color: @light-color;
+			font-size: 14px;
+
+			&:hover {
+				text-decoration: none;
+			}
+		}
+		&:hover {
+			background-color: @theme;
+			border: 1px solid @theme;
+
+			a {
+				color: @light-color;
+			}
+		}
+	}
+}
+
+/* service-section
+-------------------------------*/
+
+/*category section */
+.shop-by-category {
+	padding-top: 66px;
+
+	.title-block {
+		margin: 10px 0px 63px 0px;
+	}
+	.sunglasses {
+		margin-bottom: 40px;
+
+		hr {
+			margin-bottom: 55px;
+		}
+		.psb-inner {
+			border: 1px solid lighten(@theme, 20%);
+
+			h5 {
+				color: @dark-color;
+				font-weight: bold;
+				font-size: @font-size-base;
+				background-color: lighten(@dark-color, 75%);
+				text-align: center;
+				margin: 0;
+				padding: 16px 0px;
+			}
+			.owl-carousel {
+				padding: 26px 16px;
+			}
+		}
+	}
+	.watch {
+		margin-bottom: 40px;
+
+		hr {
+			margin-bottom: 55px;
+		}
+		.psb-inner {
+			border: 1px solid lighten(@theme, 20%);
+
+			h5 {
+				color: @dark-color;
+				font-weight: bold;
+				font-size: @font-size-base;
+				background-color: lighten(@dark-color, 75%);
+				text-align: center;
+				margin: 0;
+				padding: 16px 0px;
+			}
+			.owl-carousel {
+				padding: 31px 34px;
+
+				.owl-buttons {
+					padding-top: 33px;
+
+					.owl-prev, .owl-next {
+						font-size: 0;
+						width: 40px;
+						height: 40px;
+						border: 1px solid transparent;
+						text-align: center;
+						line-height: 38px;
+						display: block !important;
+						position: absolute;
+						bottom: 18px;
+						margin: auto;
+						background: transparent;
+					}
+					.owl-prev {
+						right: 50%;
+
+						@media (max-width:1200px) {
+							right: 50%;
+						}
+						&:before {
+							content: "\f104";
+							font-family: "FontAwesome";
+							font-size: @font-size-base * 2;
+							color: darken(@light-color, 20%);
+						}
+					}
+					.owl-next {
+						left: 50%;
+
+						@media (max-width:1200px) {
+							left: 50%;
+						}
+						&:before {
+							content: "\f105";
+							font-family: "FontAwesome";
+							font-size: @font-size-base * 2;
+							color: darken(@light-color, 20%);
+						}
+					}
+				}
+			}
+		}
+	}
+}
+
+/*category section end */
+.testimonials {
+	padding: 70px 0;
+	height: auto;
+	width: 100%;
+	background-repeat: no-repeat;
+
+	.content {
+		text-align: left;
+		margin: 0;
+	}
+	.bg-size(cover);
+
+	blockquote {
+		padding: 0;
+		border: none;
+	}
+	.slider {
+		padding-left: 20%;
+
+		@media (max-width:1200px) {
+			padding-left: 20%;
+		}
+		@media (max-width:1000px) {
+			padding-left: 0;
+		}
+		@media (max-width:768px) {
+			padding-left: 0;
+		}
+	}
+	.pf-page-title {
+		height: 156px;
+		display: table-cell;
+		vertical-align: middle;
+
+		@media (max-width:1200px) {
+			height: 256px;
+		}
+		@media (max-width:1000px) {
+			height: 10px;
+		}
+		@media (max-width:768px) {
+			height: 10px;
+		}
+		h4 {
+			text-align: right;
+			color: @theme;
+			font-size: @font-size-base * 2 + 3;
+			font-weight: 800;
+			display: table;
+			width: 100%;
+			height: 36px;
+			margin: 0px auto;
+		}
+	}
+	p {
+		font-size: @font-size-base - 1;
+		color: fade(@light-color, 70);
+		font-weight: 100;
+	}
+	.author {
+		color: @theme;
+		font-weight: bold;
+		margin-top: 24px;
+		margin-bottom: 0px;
+	}
+	.designation {
+		color: fade(@light-color, 30);
+		font-weight: normal
+	}
+	.button-bar {
+		display: inline-block;
+		vertical-align: top;
+		width: 100%;
+		margin: 25px 0 0 0;
+
+		a {
+			border: 1px solid @light-color;
+			padding: 10px 25px;
+			display: inline-block;
+			vertical-align: top;
+			text-transform: uppercase;
+			color: @light-color;
+		}
+	}
+	.psb-inner {
+		padding: 26px 16px;
+
+		.carousel-inner {
+			.owl-buttons {
+				padding-top: 33px;
+
+				.owl-prev, .owl-next {
+					font-size: 0;
+					width: 40px;
+					height: 40px;
+					border: 1px solid transparent;
+					text-align: center;
+					line-height: 38px;
+					display: block !important;
+					position: absolute;
+					bottom: 18px;
+					margin: auto;
+					background: transparent;
+				}
+				.owl-prev {
+					left: 0;
+
+					@media (max-width:1200px) {
+						left: 0;
+					}
+					&:before {
+						content: "\f104";
+						font-family: "FontAwesome";
+						font-size: @font-size-base * 2;
+						color: fade(@light-color, 30);
+					}
+				}
+				.owl-next {
+					left: 21px;
+
+					@media (max-width:1200px) {
+						left: 21px;
+					}
+					&:before {
+						content: "\f105";
+						font-family: "FontAwesome";
+						font-size: @font-size-base * 2;
+						color: fade(@light-color, 30);
+					}
+				}
+			}
+		}
+	}
+	@media (max-width:1200px) {
+		padding: 50px 0px;
+	}
+	@media (max-width:767px) {
+		padding: 50px 0px;
+	}
+}
+
+/*our-brand-section
+----------------------------*/
+.king_pro_brand_slider {
+	width: 100%;
+
+	.our-brand-section {
+		margin: 0 auto;
+		vertical-align: top;
+		padding: 40px 0 49px 0px;
+
+		.title-block {
+			margin: 9px 0px 0px 0px;
+		}
+		.psb-inner {
+			width: 100%;
+			display: inline-block;
+			vertical-align: top;
+			margin: 40px 0 0;
+
+			.owl-carousel {
+				padding: 26px 16px;
+
+				/*.owl-buttons {
+					.owl-prev, 
+					.owl-next {
+						font-size: 0;
+						width: 40px;
+						height: 40px;
+						border: 1px solid transparent;
+						text-align: center;
+						line-height: 38px;
+						display: block !important;
+						position: absolute;
+						bottom: 0px;
+						top: 0;
+						margin: auto;
+						background: transparent;
+					}
+					.owl-prev {
+						left: 0;
+
+						@media (max-width:1200px) {
+							left: 0;
+						}
+						&:before {
+							content: "\f104";
+							font-family: "FontAwesome";
+							font-size: @font-size-base * 2;
+							color: darken(@light-color, 20%);
+						}
+					}
+					.owl-next {
+						right: 0;
+
+						@media (max-width:1200px) {
+							right: 0;
+						}
+						&:before {
+							content: "\f105";
+							font-family: "FontAwesome";
+							font-size: @font-size-base * 2;
+							color: darken(@light-color, 20%);
+						}
+					}
+				}*/
+			}
+		}
+		.barnd-img {
+			margin: 5px 0;
+			height: 200px;
+
+			img {
+				position: absolute;
+				max-width: 100%;
+				max-height: 100%;
+				width: auto;
+				height: auto;
+				position: absolute;
+				top: 0;
+				bottom: 0;
+				right: 0;
+				left: 0;
+				margin: auto;
+			}
+		}
+	}
+}
+
+/* latest-news-section
+----------------------------*/
+.king_pro_blog_slider {
+	padding: 64px 0px;
+
+	.title-block {
+		margin: 10px 0px 0px 0px;
+	}
+	.post-img {
+		width: 100%;
+		display: inline-block;
+		vertical-align: top;
+	}
+	.psb-inner {
+		width: 100%;
+		display: inline-block;
+		vertical-align: top;
+		margin: 33px 0 0;
+
+		a {
+			display: block;
+			text-align: center;
+			color: @theme;
+			text-transform: capitalize;
+			overflow: hidden;
+		}
+		.owl-carousel {
+			padding: 6px 0px;
+
+			.owl-buttons {
+				width: 150px;
+				position: relative;
+				left: 0;
+				right: 0;
+				margin: auto;
+
+				.owl-prev, .owl-next {
+					font-size: 0;
+					width: 40px;
+					height: 40px;
+					border: 1px solid transparent;
+					text-align: center;
+					line-height: 38px;
+					display: block !important;
+					position: absolute;
+					top: 100%;
+					background: @dark-color;
+					margin: auto;
+				}
+				.owl-prev {
+					left: 0;
+					background: transparent;
+
+					@media (max-width:1200px) {
+						left: 0;
+					}
+					@media (max-width:768px) {
+						left: 0;
+					}
+					&:before {
+						content: "\f104";
+						font-family: "FontAwesome";
+						font-size: @font-size-base * 2;
+						color: darken(@light-color, 20%);
+					}
+				}
+				.owl-next {
+					right: 0;
+					background: transparent;
+
+					@media (max-width:1200px) {
+						right: 0;
+					}
+					@media (max-width:768px) {
+						right: 0;
+					}
+					&:before {
+						content: "\f105";
+						font-family: "FontAwesome";
+						font-size: @font-size-base * 2;
+						color: darken(@light-color, 20%);
+					}
+				}
+			}
+		}
+		.blog-meta {
+			width: 100%;
+			float: left;
+			text-align: left;
+			padding: 15px 0px 16px;
+			background: transparent;
+			position: relative;
+			background: transparent;
+
+			h3 {
+				margin: 0;
+				padding: 0 0 10px;
+				font-size: @font-size-base + 4;
+
+				a {
+					color: @dark-color;
+					font-size: @font-size-base -2;
+					font-weight: bold;
+					text-transform: capitalize;
+
+					&:hover {
+						text-decoration: none;
+					}
+				}
+			}
+			span {
+				color: lighten(@dark-color, 50%);
+				text-transform: capitalize;
+				margin: 0px 15px 0px 15px;
+
+				@media (max-width:1200px) {
+					text-align: center;
+					width: 100%;
+					margin: 0;
+
+					span {
+						width: auto;
+					}
+				}
+			}
+		}
+	}
+}
+.oe_multi_category_slider {
+	padding: 30px 0px;
+
+	.latest-news-section {
+		padding: 10px 0;
+
+		.title-block {
+			margin: 10px 0px 0px 0px;
+		}
+		.lns-inner {
+			h5 {
+				padding: 0px 20px;
+
+				a {
+					color: @theme;
+				}
+			}
+		}
+	}
+	.lns-post {
+		width: 100%;
+		float: left;
+
+		.psb-inner {
+			width: 100%;
+			display: inline-block;
+			vertical-align: top;
+			margin: 33px 0 0;
+
+			.owl-carousel {
+				padding: 6px 0px;
+			}
+		}
+		.post-img {
+			width: 100%;
+			float: left;
+		}
+	}
+}
+
+/* services  start */
+.services {
+	padding: 48px 0px 28px 0px;
+	background-color: lighten(@dark-color, 70%);
+
+	.col-sm-4 {
+		margin-bottom: 20px;
+	}
+	h4 {
+		color: @theme;
+		font-size: @font-size-base;
+		margin: 19px 0px 4px 0px;
+		padding: 0;
+	}
+	h5 {
+		color: @dark-color;
+		font-size: @font-size-base;
+		font-weight: 400;
+		margin: 0;
+		padding: 0;
+	}
+}
+
+/* aservices end */
+
+/*Back to top
+-------------------------*/
+.cd-top {
+	width: 50px;
+	height: 50px;
+	background: @theme;
+	color: @light-color;
+	float: left;
+	text-align: center;
+	line-height: 50px;
+	position: fixed;
+	z-index: 9999;
+	bottom: -50px;
+	right: -50px;
+	border: 1px solid transparent;
+	.transition(all, 0.5s, ease);
+
+	&:hover, &:active, &:focus {
+		color: @dark-color;
+	}
+	.fa {
+		font-size: @font-size-base + 8;
+	}
+	&.cd-is-visible {
+		bottom: 50px;
+		right: 50px;
+
+		@media (max-width:767px) {
+			bottom: 50px;
+			right: 5px;
+		}
+	}
+}
+
+/*newsletter-section
+-------------------------------*/
+.newsletter-section {
+	width: 100%;
+	display: inline-block;
+	vertical-align: top;
+	background: lighten(@footer-bg, 5%);
+	padding: 25px 0;
+
+	h2 {
+		margin: 0;
+		padding: 7px 0;
+		color: @light-color;
+		font-size: @font-size-base * 2;
+	}
+	p {
+		color: @light-color;
+		font-size: @font-size-base * 1.2;
+	}
+	.newsletter-form {
+		width: 600px;
+		max-width: 100%;
+		display: inline-block;
+		vertical-align: top;
+		position: relative;
+
+		.form-control {
+			border-radius: 0;
+			height: 45px;
+			line-height: 45px;
+			background: fade(@light-color, 8);
+			border: none;
+			font-size: @font-size-base + 2;
+			color: @light-color;
+			.transition(all, 0.5s, ease);
+
+			&:focus {
+				box-shadow: none;
+				background: fade(@light-color, 20);
+			}
+		}
+		.btn {
+			background: @theme;
+			border: none;
+			border-radius: 0;
+			height: 45px;
+			width: 45px;
+			line-height: 45px;
+			padding: 0;
+			color: @light-color;
+			font-size: @font-size-base + 2;
+			position: absolute;
+			top: 0;
+			right: 0;
+		}
+	}
+}
+.pd-more-info {
+	width: 100%;
+	display: inline-block;
+	vertical-align: top;
+	margin: 40px 0;
+}
+.nav-tabs {
+	border: none;
+	text-align: left;
+
+	> li {
+		margin: 0 5px;
+		float: none;
+		display: inline-block;
+		vertical-align: top;
+		border-bottom: 3px solid transparent;
+
+		> a {
+			border: none;
+			background-color: transparent;
+			color: @dark-color;
+			text-transform: uppercase;
+
+			&:hover {
+				border: none;
+				background-color: transparent;
+				outline: none;
+			}
+		}
+		&.active {
+			border-bottom: 3px solid @theme;
+		}
+		&:hover, &:focus, &.active {
+			a {
+				background: transparent;
+				border: none !important;
+				color: @theme;
+				border-radius: 0;
+
+				&:hover {
+					border: none;
+				}
+			}
+		}
+	}
+}
+.tab-content {
+	width: 100%;
+	display: inline-block;
+	vertical-align: top;
+	border-top: 1px solid darken(@light-color, 15%);
+	padding: 30px 0px 20px 0px;
+	color: @dark-color;
+	font-size: @font-size-base + 1;
+	font-weight: 400;
+	border-radius: 0px;
+}
+.latest-news-section {
+	.tab-content {
+		border: none;
+		padding: 0;
+	}
+	.nav-tabs {
+		li {
+			border: none;
+			margin: 0;
+			text-align: left;
+
+			a {
+				font-size: @font-size-base;
+				font-weight: 600;
+				padding: 10px;
+				text-transform: capitalize;
+			}
+		}
+	}
+}
+
+/*------product page css start */
+.left-title {
+	h3 {
+		font-size: @font-size-base + 6;
+		color: @dark-color;
+		text-transform: capitalize;
+		font-weight: bold;
+		margin-top: 0;
+	}
+	hr {
+		height: 3px;
+		width: 69px;
+		background-color: @theme;
+		text-align: left;
+		margin: 0;
+		padding: 0;
+		margin-bottom: 24px;
+		border: none;
+	}
+}
+.right-title {
+	h3 {
+		font-size: @font-size-base + 6;
+		color: @dark-color;
+		text-transform: capitalize;
+		font-weight: bold;
+		margin-top: 0;
+	}
+	hr {
+		height: 3px;
+		width: 100%;
+		background-color: @theme;
+		text-align: left;
+		margin: 0;
+		margin-bottom: 24px;
+		padding: 0;
+		border: none;
+	}
+}
+.product-item {
+	width: 100%;
+	height: 320px;
+	border: 2px solid @theme;
+	background-repeat: no-repeat;
+	background-size: cover;
+
+	h3 {
+		font-size: @font-size-base + 2;
+		color: @theme;
+		font-weight: bold;
+	}
+	.product-img-section {
+		display: table;
+		width: 100%;
+		height: 190px;
+
+		.product-img {
+			width: 100%;
+			display: table-cell;
+			text-align: center;
+			vertical-align: middle;
+
+			img {
+				max-height: 150px;
+			}
+		}
+	}
+	.btn-box {
+		button {
+			background-color: @dark-color;
+			border: none;
+			padding: 8px 15px;
+
+			a {
+				color: @light-color;
+				text-transform: uppercase;
+				font-size: @font-size-base - 1;
+				font-weight: 400;
+				text-decoration: none;
+
+				&:hover {
+					text-decoration: none;
+				}
+			}
+		}
+	}
+}
+.popular-tags {
+	hr {
+		margin-bottom: 15px;
+	}
+	.tags {
+		list-style-type: none;
+		display: inline-block;
+		margin: 0;
+		padding: 0;
+		text-transform: capitalize;
+
+		li {
+			float: left;
+			margin: 0px 8px 8px 0px;
+
+			a {
+				color: fade(@dark-color, 70);
+				font-size: @font-size-base - 2;
+				display: block;
+				padding: 9px 14px;
+				font-weight: 400;
+				border: 1px solid lighten(@dark-color, 60%);
+
+				&:hover {
+					text-decoration: none;
+					color: @theme;
+				}
+			}
+		}
+	}
+}
+.shop-by {
+	h4 {
+		font-size: @font-size-base + 2;
+		color: @dark-color;
+		margin-bottom: 30px;
+	}
+	.nav-stacked>li+li {
+		margin-top: 7px;
+	}
+	strong {
+		padding-bottom: 6px;
+		display: inline-block;
+	}
+}
+
+/* price slider */
+.price-slider {
+	padding-bottom: 15px;
+}
+.slider.slider-horizontal {
+	width: 100%;
+}
+
+/*price slider end */
+
+/* product detail page start */
+.product-slider-div {
+	margin-bottom: 66px;
+}
+.related-products {
+	margin-top: 38px;
+}
+.product-detail-news {
+	padding-top: 7px;
+}
+
+/* product detail page end */
+
+/* log in page style */
+.oe_website_login_container {
+	width: 100%;
+	background-size: cover;
+	margin: 0;
+	padding: 40px 0px;
+
+	.oe_login_form, .oe_signup_form, .oe_reset_password_form {
+		padding: 50px;
+		width: 400px;
+		margin: 0 auto;
+		border: 1px solid @theme;
+		box-shadow: 1px 10px 26px rgba(57, 57, 57, 0.41);
+	}
+}
+.btn-primary {
+	background-color: @theme;
+	border: 1px solid @theme;
+	outline: none;
+	border-radius: 0px;
+}
+.testimonials {
+	.quotecarousel {
+		height: auto;
+		padding-bottom: 10px;
+	}
+	.carousel {
+		.carousel-control {
+			top: 167px;
+			width: 30px;
+			height: 30px;
+			position: absolute;
+
+			&.left {
+				left: 16px;
+
+				@media (max-width:1200px) {
+					left: 24px;
+				}
+				@media (max-width:1000px) {
+					left: 32px;
+				}
+			}
+			&.right {
+				left: 40px;
+
+				@media (max-width:1200px) {
+					left: 50px;
+				}
+				@media (max-width:1000px) {
+					left: 43px;
+				}
+			}
+		}
+	}
+}
+.btn-primary {
+	border-radius: 0px;
+	background-color: @theme;
+	border: 1px solid @theme;
+	color: @light-color;
+	outline: none;
+	transition: all 0.3s ease;
+
+	&:hover, &:focus {
+		background-color: @light-color;
+		color: @theme;
+		outline: none;
+		border: 1px solid @theme;
+	}
+}
+.btn-default, .btn-link {
+	border-radius: 0px;
+	background-color: transparent;
+	color: @theme;
+	border: 1px solid @theme;
+	transition: all 0.3s ease;
+	margin-left: 14px;
+
+	&:hover, &:focus {
+		color: @light-color;
+		background: @theme;
+		outline: none;
+		text-decoration: none;
+	}
+}
+.oe_snippet_body {
+	.btn-box {
+		.btn-primary {
+			&:hover, &:focus {
+				color: @light-color;
+				background-color: @dark-color;
+			}
+			.fa {
+				color: @light-color;
+
+				&:hover {
+					color: @light-color;
+				}
+				;
+			}
+		}
+	}
+}
+.table {
+	.input-group {
+		background: rgba(204, 204, 204, 0.21);
+
+		.input-group-addon {
+			background: rgba(204, 204, 204, 0.21);
+		}
+	}
+	thead {
+		background: @dark-color;
+		padding: 10px 0px;
+		border-bottom: 1px solid @dark-color;
+
+		tr {
+			th {
+				padding: 10px;
+			}
+		}
+	}
+	a {
+		color: @theme;
+
+		&:hover {
+			color: @dark-color;
+			text-decoration: none;
+		}
+	}
+	.btn-link {
+		color: @theme;
+		padding: 0 0 10px 0;
+		position: relative;
+		.transition(all, 0.3s, ease);
+		text-decoration: none;
+		border: none;
+
+		&:hover, &:focus, &:active {
+			color: @theme;
+			background: none;
+
+			&:before {
+				visibility: visible;
+				-moz-transform: scaleX(1);
+				-webkit-transform: scaleX(1);
+				-o-transform: scaleX(1);
+				transform: scaleX(1);
+			}
+		}
+		&:before {
+			content: "";
+			position: absolute;
+			width: 100%;
+			height: 2px;
+			bottom: 0;
+			left: 0;
+			background-color: @theme;
+			visibility: hidden;
+			-moz-transform: scaleX(0);
+			-webkit-transform: scaleX(0);
+			-o-transform: scaleX(0);
+			transform: scaleX(0);
+			.transition(all, 0.3s, ease-in-out);
+		}
+	}
+}
+body ul.wizard {
+	li.text-primary {
+		color: @light-color;
+		background: @theme;
+
+		.chevron:before {
+			border-left: 10px solid @theme;
+		}
+	}
+	.text-success {
+		color: @dark-color;
+
+		&:hover {
+			text-decoration: none;
+			color: lighten(@dark-color, 30%);
+		}
+	}
+}
+.oe_sale_acquirer_button {
+	p {
+		margin: 10px 0 10px;
+	}
+}
+.page-header {
+	.btn-primary {
+		background: none;
+	}
+	a {
+		color: @theme;
+		padding: 8px;
+		position: relative;
+		.transition(all, 0.3s, ease);
+		text-decoration: none;
+
+		&:hover {
+			color: @theme;
+
+			&:before {
+				visibility: visible;
+				-moz-transform: scaleX(1);
+				-webkit-transform: scaleX(1);
+				-o-transform: scaleX(1);
+				transform: scaleX(1);
+			}
+		}
+		&:before {
+			content: "";
+			position: absolute;
+			width: 100%;
+			height: 2px;
+			bottom: 0;
+			left: 0;
+			background-color: @theme;
+			visibility: hidden;
+			-moz-transform: scaleX(0);
+			-webkit-transform: scaleX(0);
+			-o-transform: scaleX(0);
+			transform: scaleX(0);
+			.transition(all, 0.3s, ease-in-out);
+		}
+	}
+}
+#right_column {
+	a {
+		color: @theme;
+		padding: 0 0 10px 0;
+		position: relative;
+		.transition(all, 0.3s, ease);
+		text-decoration: none;
+
+		&:hover {
+			color: @theme;
+
+			&:before {
+				visibility: visible;
+				-moz-transform: scaleX(1);
+				-webkit-transform: scaleX(1);
+				-o-transform: scaleX(1);
+				transform: scaleX(1);
+			}
+		}
+		&:before {
+			content: "";
+			position: absolute;
+			width: 100%;
+			height: 2px;
+			bottom: 0;
+			left: 0;
+			background-color: @theme;
+			visibility: hidden;
+			-moz-transform: scaleX(0);
+			-webkit-transform: scaleX(0);
+			-o-transform: scaleX(0);
+			transform: scaleX(0);
+			.transition(all, 0.3s, ease-in-out);
+		}
+	}
+}
+.oe_product {
+	border: none !important;
+}
+.toolbar {
+	.toolbar-pager {
+		.pager_left {
+			float: right;
+			width: 30%;
+			text-align: right;
+
+			@media (max-width:768px) {
+				width: 100%;
+			}
+		}
+		.pager_right {
+			float: left;
+			text-align: left;
+			width: 70%;
+
+			.sort-by {
+				display: inline-block;
+				vertical-align: middle;
+			}
+			.products_pager {
+				display: inline-block;
+			}
+			@media (max-width:768px) {
+				width: 100%;
+				margin-top: 13px;
+			}
+		}
+	}
+}
+.toolbar {
+	padding: 0px 15px 25px 15px;
+
+	.view-mode {
+		float: right;
+
+		button {
+			&.active {
+				background-color: @theme;
+				color: @light-color;
+			}
+		}
+	}
+	.paging_sort {
+		float: left;
+
+		.btn {
+			padding: 5px 12px;
+		}
+	}
+}
+.oe_pro_cat_slider {
+	padding-top: 40px;
+}
+.breadcrumb li.active a {
+	color: @theme;
+}
+.navbar-default {
+	background-color: @light-color;
+}
+@media (max-width:1200px) {
+	.quotecarousel {
+		.content {
+			text-align: left;
+			margin-left: 2%;
+			margin-top: 2%;
+		}
+	}
+}
+#o_shop_collapse_category {
+	padding: 0px;
+
+	>
+
+	li+li {
+		padding: 8px 0px;
+		border-top: 1px solid lighten(@dark-color, 70%);
+	}
+	li {
+		padding: 8px 0px;
+
+		.fa-chevron-down {
+			position: absolute;
+			right: 15px;
+			width: 25px;
+			height: 25px;
+			transform: rotate(135deg);
+			transition: all 0.3s ease;
+
+			@media (max-width:768px) {
+				transform: rotate(135deg) !important;
+			}
+		}
+		.fa-chevron-down:before {
+			content: "";
+			height: 11px;
+			width: 1px;
+			background: lighten(@dark-color, 40%);
+			position: absolute;
+			top: 0;
+			bottom: 0;
+			left: 0;
+			margin: auto;
+			right: 0;
+		}
+		.fa-chevron-down:after {
+			content: "";
+			height: 1px;
+			width: 11px;
+			background: lighten(@dark-color, 40%);
+			position: absolute;
+			top: 0;
+			bottom: 0;
+			left: 0;
+			margin: auto;
+			right: 0;
+		}
+		.fa-chevron-right {
+			position: absolute;
+			right: 15px;
+			width: 25px;
+			height: 25px;
+			transform: rotate(360deg);
+			transition: all 0.3s ease;
+			z-index: 99;
+		}
+		.fa-chevron-right:before {
+			content: "";
+			height: 11px;
+			width: 1px;
+			background: lighten(@dark-color, 40%);
+			position: absolute;
+			top: 0;
+			bottom: 0;
+			left: 0;
+			margin: auto;
+			right: 0;
+		}
+		.fa-chevron-right:after {
+			content: "";
+			height: 1px;
+			width: 11px;
+			background: lighten(@dark-color, 40%);
+			position: absolute;
+			top: 0px;
+			bottom: 0;    /* right: 0; */
+			left: 0px;
+			right: 0;
+			margin: auto;
+		}
+		a {
+			color: @dark-color;
+			font-size: @font-size-base - 1;
+			font-weight: 400;
+			text-transform: capitalize;
+			transition: all 0.3s linear;
+
+			/*z-index:-1000;*/
+			&:hover {
+				color: @theme;
+				background-color: transparent;
+				padding-left: 13px;
+			}
+		}
+		ul {
+			border-bottom: 2px solid lighten(@dark-color, 50%);
+
+			li {
+				border: none;
+
+				>a {
+					color: @theme;
+					font-weight: normal;
+					font-size: @font-size-base - 1;
+					background-color: transparent;
+					transition: all 0.3s linear;
+					padding-left: 20px;
+
+					&:hover {
+						padding-left: 40px;
+					}
+					&:before {
+						content: " ";
+						width: 0px;
+						height: 0px;
+						position: absolute;
+						top: 0;
+						bottom: 0;
+						left: 0;
+						margin: auto;
+						background-color: lighten(@dark-color, 50%);
+					}
+				}
+				&.active {
+					>a {
+						color: @dark-color;
+						font-weight: 600;
+					}
+				}
+				&.active {
+					>a {
+						color: @dark-color;
+						font-weight: 600;
+					}
+				}
+			}
+		}
+		&.active {
+			>a {
+				color: @dark-color;
+				font-weight: 600;
+			}
+		}
+	}
+}
+.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
+	color: @theme;
+	background-color: transparent;
+}
+.btn-default {
+	.fa {
+		color: @theme;
+	}
+	&:hover {
+		.fa {
+			color: @light-color;
+		}
+	}
+}
+.btn-primary {
+	&:hover {
+		.fa {
+			color: @theme;
+		}
+	}
+}
+table {
+	.text-muted {
+		color: @text-muted;
+	}
+}
+
+/*list view */
+.list-view-box, .oe_list {
+	margin-bottom: 35px;
+
+	.col-md-4 {
+		width: 100%;
+	}
+	#list_add_to_cart {
+		visibility: visible !important;
+		display: block !important;
+
+		.btn {
+			margin-left: 15px;
+		}
+	}
+	.cs-product {
+		border: 1px solid lighten(@dark-color, 70%);
+		.transition(all, 0.5s, ease);
+
+		.pwp-img {
+			width: 31%;
+			float: left;
+			border-right: 1px solid lighten(@dark-color, 70%);
+
+			img {
+				.transition(all, 0.5s, ease);
+			}
+		}
+		.pwp-info {
+			width: 69%;
+			float: left;
+			padding: 15px;
+			border: none;
+			text-align: left;
+		}
+		&:hover {
+			border: 1px solid @theme;
+			box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
+
+			.pwp-info {
+				border: none;
+			}
+			.pink-box {
+				visibility: hidden;
+			}
+		}
+	}
+	.list-items {
+		&:hover {
+			display: block;
+		}
+	}
+	.pink-box {
+		display: none;
+	}
+}
+
+/*price slider */
+.price-slider {
+	.irs-bar {
+		height: 5px;
+		top: 33px;
+		border: none;
+		background: @theme;
+	}
+	.irs-line {
+		height: 5px;
+		top: 33px;
+		background: lighten(@dark-color, 70%);
+		border: none;
+		border-radius: 0px;
+		-moz-border-radius: 0px;
+	}
+	.irs-slider {
+		top: 23px;
+		width: 10px;
+		height: 25px;
+		border: 1px solid @theme;
+		background: @theme;
+		border-radius: 0px;
+		-moz-border-radius: 0px;
+		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
+		cursor: pointer;
+	}
+	.irs-from, .irs-to, .irs-single {
+		color: @dark-color;
+		font-size: 14px;
+		line-height: 1.333;
+		padding: 1px 5px;
+		background: none;
+		bottom: -19px;
+		position: absolute;
+		top: auto;
+	}
+	.irs-to {
+		color: @theme;
+		font-size: 14px;
+		line-height: 1.333;
+		padding: 1px 5px;
+		background: 0 0;
+	}
+	.irs-min, .irs-max {
+		color: @dark-color;
+		font-size: 12px;
+		line-height: 1.333;
+		text-shadow: none;
+		top: 0;
+		padding: 1px 5px;
+		background: none;
+		bottom: -19px;
+		position: absolute;
+		top: auto;
+	}
+	.irs-with-grid .irs-grid {
+		display: none;
+	}
+}
+
+/* for version-8 */
+.product-view .product-shop-info .product-title .review {
+	float: none;
+	width: 100%;
+}
+.input-group-addon {
+	a {
+		color: @light-color;
+	}
+	&:hover {
+		a {
+			color: @dark-color
+		}
+	}
+	;
+}
+.review_label {
+	color: @theme;
+}
+#products_grid {
+	padding: 0;
+
+	.right-title {
+		padding: 0px 15px;
+	}
+}
+.category_nav {
+	border: 1px solid @theme;
+	padding: 10px 0px;
+}
+.nav-stacked {
+	>li {
+		>a {
+			color: @theme;
+			font-weight: 500;
+			text-transform: uppercase;
+			font-size: 15px;
+
+			&:hover {
+				color: @dark-color;
+				background-color: transparent;
+			}
+		}
+		.nav-hierarchy {
+			>li {
+				>a {
+					color: @dark-color;
+					font-weight: normal;
+					font-size: @font-size-base - 1;
+					background-color: transparent;
+				}
+				>ul {
+					>li {
+						padding-left: 15px;
+
+						>a {
+							color: @theme;
+							font-weight: normal;
+							font-size: @font-size-base - 1;
+							background-color: transparent;
+							transition: all 0.3s linear;
+							padding-left: 20px;
+
+							&:hover {
+								padding-left: 40px;
+							}
+							&:before {
+								content: " ";
+								width: 6px;
+								height: 2px;
+								position: absolute;
+								top: 0;
+								bottom: 0;
+								left: 0;
+								margin: auto;
+								background-color: lighten(@dark-color, 50%);
+							}
+						}
+						&.active {
+							>a {
+								color: @dark-color;
+								font-weight: 600;
+							}
+						}
+					}
+				}
+				&.active {
+					>a {
+						color: @dark-color;
+						font-weight: 600;
+					}
+				}
+			}
+		}
+		&.active {
+			>a {
+				color: @dark-color;
+				font-weight: 600;
+			}
+		}
+	}
+}
+.search-query {
+	border: 1px solid @theme;
+
+	&:focus {
+		border-color: @theme;
+		outline: 0;
+		-webkit-box-shadow: inset 0 0px 0px rgba(252, 252, 252, 0), 0 0 4px @theme;
+		box-shadow: inset 0 0px 0px rgba(252, 252, 252, 0), 0 0 4px @theme;
+	}
+}
+header a.navbar-brand img {
+	max-height: 55px;
+
+	@media (max-width:767px) {
+		max-height: 50px;
+	}
+}
+
+/*mega menu style start */
+.dropdown-menu {
+	border: 1px solid @theme;
+}
+.mega-dropdown-menu {
+	display: none;
+	position: absolute;
+	top: 80px;
+	left: 0;
+	width: 100%;
+	background: #fff;
+	padding: 0;
+	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
+	.transition(all, 0.5s, ease);
+
+	@media (max-width:767px) {
+		position: relative;
+		top: auto;
+		left: auto;
+		visibility: visible;
+		opacity: 1;
+	}
+	ul {
+		.dropdown-header {
+			margin: 0;
+			padding: 0 0 8px;
+			font-size: 12px;
+			text-transform: uppercase;
+			border: none;
+			font-weight: 600;
+			width: 100%;
+			display: inline-block;
+			vertical-align: top;
+			white-space: normal;
+			color: @theme;
+			font-size: @font-size-base;
+
+			a {
+				text-decoration: none;
+				color: @dark-color;
+			}
+		}
+		.slider_header {
+			color: @theme;
+			font-size: @font-size-base;
+			text-transform: uppercase;
+		}
+		.categories {
+			a {
+				color: @dark-color;
+				text-decoration: none;
+				line-height: 20px;
+				font-size: @font-size-base - 2;
+			}
+			&:hover {
+				a {
+					color: @theme;
+				}
+			}
+			;
+		}
+		.item {
+			h4 {
+				small {
+					color: @theme;
+				}
+			}
+		}
+	}
+}
+.navbar-nav {
+	.li-mega-menu {
+		position: static;
+
+		.carousel-inner {
+			.item {
+				margin-top: 15px;
+
+				>a {
+					height: 150px;
+					position: relative;
+					display: block;
+
+					img {
+						position: absolute;
+						left: 0;
+						top: 0;
+						bottom: 0;
+						right: 0;
+						top: 0;
+						margin: auto;
+						width: auto;
+						max-width: 100%;
+						height: auto;
+						max-height: 100%;
+					}
+				}
+			}
+		}
+		.dropdown-menu {
+		}
+		.mega-dropdown-menu {
+			@media (max-width:767px) {
+				width: 100%;
+			}
+			.letter-spacing {
+				ul {
+					list-style-type: none;
+					margin: 0;
+					padding: 0;
+				}
+			}
+		}
+		&:hover {
+			.mega-dropdown-menu {
+				display: block;
+				top: 101%;
+
+				@media (max-width:767px) {
+					display: none;
+					width: 100%;
+				}
+			}
+		}
+		&.open {
+			> a {
+				@media (max-width:767px) {
+					color: @light-color !important;
+					background: none !important;
+				}
+			}
+			.mega-dropdown-menu {
+				@media (max-width:767px) {
+					display: block;
+					visibility: visible;
+					display: block;
+					opacity: 1;
+				}
+			}
+		}
+		&.open {
+			>a {
+				border-bottom: 2px solid @theme;
+				background: transparent;
+			}
+		}
+	}
+}
+.search-toggle {
+	position: relative;
+	border-bottom: 2px solid transparent;
+	display: inline-block;
+	padding-bottom: 2px;
+
+	.st-toggle {
+		background: @light-color;
+		padding: 0;
+		float: left;
+		margin: 3px 0 0px;
+		width: 35px;
+		text-align: center;
+		line-height: 35px;
+	}
+	.hsearch-block {
+		visibility: hidden;
+		opacity: 0;
+		position: absolute;
+		top: 3px;
+		bottom: auto;
+		right: 34px;
+		z-index: 999;
+		.transition(all, 0.3s, linear);
+
+		.form-control {
+			border-radius: 0px;
+			border: 1px solid @theme;
+			width: 174px;
+			height: 35px;
+
+			&:focus {
+				box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(195, 134, 71);
+			}
+			@media (max-width:500px) {
+				width: 124px;
+			}
+		}
+		@media (max-width:500px) {
+			top: auto;
+			bottom: -33px;
+			left: 0;
+			right: auto;
+		}
+	}
+	&.search-toggle-open {
+		.st-toggle {
+			background: @theme;
+
+			.fa-search {
+				color: @light-color;
+			}
+		}
+		.hsearch-block {
+			visibility: visible;
+			opacity: 1;
+			top: 3px;
+			width: 174px;
+
+			@media (max-width:500px) {
+				bottom: -33px;
+				top: auto;
+				left: 0;
+				right: auto;
+			}
+		}
+	}
+	&:hover {
+		border-bottom: 2px solid @theme;
+	}
+	;
+}
+.form-control:focus {
+	border-color: @theme;
+	outline: 0;
+	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(195, 134, 71);
+	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(195, 134, 71);
+}
+#multi_dynamic_slider_tabs {
+	text-align: center;
+}
+.product-options-bottom {
+	.control-label {
+		margin: 0 !important;
+	}
+}
+.js_add_cart_variants {
+	margin-bottom: 30px;
+
+	.list-unstyled {
+		margin-top: 10px;
+
+		li {
+			margin: 4px 0px;
+		}
+	}
+}
+.multi_hide {
+	display: none;
+}
+.active.multi_hide {
+	display: block;
+}
+.o_editable {
+	.dark-div {
+		display: none;
+	}
+}
+
+/* 404 style */
+.section-404 {
+	background: transparent;
+	border: none;
+
+	.content-404 {
+		height: auto;
+		width: 100%;
+		margin-bottom: 20px;
+
+		label {
+			display: inline-block;
+			top: 0px;
+			max-width: 100%;
+			margin-bottom: 5px;
+			font-weight: 700;
+			color: #fff;
+			font-size: 200px;
+			position: absolute;
+			left: 80px;
+
+			@media (max-width:1200px) {
+				font-size: 150px;
+			}
+			@media (max-width:767px) {
+				font-size: 100px;
+			}
+			@media (max-width:550px) {
+				font-size: 50px;
+				left: 50px;
+			}
+		}
+	}
+	.not-found-message {
+		font-size: 20px;
+		font-weight: 500;
+	}
+	.try-pages {
+		font-size: 14px;
+		margin: 15px 0px;
+
+		span {
+			display: block;
+			margin: 20px;
+
+			a {
+				margin-left: 20px;
+				background-color: @dark-color;
+				color: @light-color;
+				padding: 10px 15px;
+				font-weight: 500;
+
+				&:hover {
+					text-decoration: none;
+				}
+				;
+
+				@media (max-width:480px) {
+					margin: 20px;
+					width: 100%;
+					margin-left: 0;
+				}
+			}
+		}
+	}
+}
+#top_menu {
+	.dropdown {
+		&:hover {
+			.dropdown-menu {
+				display: block;
+			}
+		}
+	}
+}
+.clearfix {
+	.btn-default {
+		margin-left: 0;
+	}
+}
+.table {
+	th {
+		color: @theme;
+	}
+}
+
+/* flip less */
+.cs-product {
+	position: relative;
+	.ratings{
+		.popover{
+			display: none !important;
+		}
+	}
+}
+.pwp-img {
+	margin: auto;
+	position: relative;
+}
+img.front {
+	width: 100%;
+	height: 100%;
+	-o-transition: all .5s !important;
+	-ms-transition: all .5s !important;
+	-moz-transition: all .5s !important;
+	-webkit-transition: all .5s !important;
+	transition: all .5s !important;
+	-webkit-backface-visibility: hidden;
+	-ms-backface-visibility: hidden;
+	-moz-backface-visibility: hidden;
+	backface-visibility: hidden;
+	position: absolute;
+	top: 0px;
+	left: 0px;
+	z-index: 2;
+}
+img.back {
+	width: 100%;
+	height: 100%;
+	-o-transition: all .5s !important;
+	-ms-transition: all .5s !important;
+	-moz-transition: all .5s !important;
+	-webkit-transition: all .5s !important;
+	transition: all .5s !important;
+	-webkit-backface-visibility: hidden;
+	-ms-backface-visibility: hidden;
+	-moz-backface-visibility: hidden;
+	backface-visibility: hidden;
+	position: absolute;
+	top: 0px;
+	left: 0px;
+	z-index: 1;
+	-webkit-transform: rotateY(-180deg) !important;
+	-ms-transform: rotateY(-180deg) !important;
+	-moz-transform: rotateY(-180deg) !important;
+	transform: rotateY(-180deg) !important;
+}
+.pwp-img:hover img.front {
+	z-index: 1;
+	-webkit-transform: rotateY(180deg) !important;
+	-ms-transform: rotateY(180deg) !important;
+	-moz-transform: rotateY(180deg) !important;
+	transform: rotateY(180deg) !important;
+}
+.pwp-img:hover img.back {
+	z-index: 2;
+	-webkit-transform: rotateY(0deg) !important;
+	-ms-transform: rotateY(0deg) !important;
+	-moz-transform: rotateY(0deg) !important;
+	transform: rotateY(0deg) !important;
+}
+.li-mega-menu {
+	.caret {
+		border-left: 6px solid rgba(0, 0, 0, 0);
+		border-right: 6px solid rgba(0, 0, 0, 0);
+		border-top: 6px solid;
+		display: inline-block;
+		height: 0px;
+		margin-left: 2px;
+		vertical-align: middle;
+		width: 0px;
+	}
+}
+.li-mega-menu {
+	&.open {
+		.caret {
+			transform: rotate(180deg);
+			transition: all 0.3s ease;
+
+			@media (max-width:768px) {
+				transform: rotate(180deg) !important;
+			}
+		}
+	}
+}
+.language-bar {
+	margin-bottom: 5px;
+}
+header {
+	.configuration {
+		.toggle-config {
+			.options {
+				ul {
+					.dropdown-toggle {
+						border: 1px solid @theme;
+						padding: 2px 9px;
+
+						&:hover {
+							background-color: @theme;
+						}
+					}
+				}
+			}
+		}
+	}
+}
+.currency_bar {
+	label {
+		margin-right: 22px;
+	}
+	.btn {
+		padding: 1px 5px;
+	}
+	.btn-group{
+		display: inline-block;
+		vertical-align: middle;
+	}
+	.dropdown-menu {
+		position: absolute;
+		right: 0;
+		left: auto;
+		min-width: 70px;
+	}
+}
+#product_details, #discussion {
+	.o_rating_star_card {
+		
+		.stars {
+			color: @theme;
+
+			i {
+				margin-right: 0px;
+			}
+		}
+	}
+}
+.total_cart_price {
+	width: 230px;
+}
+.oe_website_sale ul ul {
+	padding-left: 0;
+	margin-left: 0;
+}
+#myQuoteCarousel {
+	.carousel {
+		.carousel-control {
+			&.left {
+				position: absolute;
+				top: 20%;
+				z-index: 5;
+				right: 25%;
+			}
+		}
+	}
+}
+#wrap {
+	.oe_cart {
+		background: #fff;
+		padding: 20px;
+		margin-bottom: 20px;
+
+		#cart_total {
+			padding: 13px;
+		}
+	}
+	.table {
+		thead {
+			background: none;
+			border: none;
+		}
+		tr {
+			vertical-align: middle;
+			border-bottom: 1px solid lighten(@dark-color, 70%);
+
+			td {
+				padding: 20px;
+				vertical-align: middle;
+			}
+		}
+		.text-muted {
+			color: @dark-color;
+			font-weight: 400;
+		}
+	}
+}
+.table-striped {
+	>tbody {
+		>tr:nth-of-type(odd) {
+			background-color: rgba(249, 249, 249, 0.75);
+		}
+	}
+}
+
+/*owl silder*/
+.owl-carousel {
+	overflow: hidden;
+	.owl-item {
+		padding: 0 15px;
+	}
+}
+
+/**/
+
+.owl-buttons {
+		.owl-prev, .owl-next {
+			font-size: 0;
+			width: 40px;
+			height: 40px;
+			border: 1px solid @dark-color;
+			text-align: center;
+			line-height: 38px;
+			display: block !important;
+			position: absolute;
+			top: 0;
+			bottom: 0;
+			margin: auto;
+			background: @dark-color;
+		}
+		.owl-prev {
+			left: -20px;
+
+			@media (max-width:1200px) {
+				left: -20px;
+			}
+			&:before {
+				content: "\f104";
+				font-family: "FontAwesome";
+				font-size: @font-size-base * 2;
+				color: darken(@light-color, 20%);
+			}
+		}
+		.owl-next {
+			right: -20px;
+
+			@media (max-width:1200px) {
+				right: -20px;
+			}
+			&:before {
+				content: "\f105";
+				font-family: "FontAwesome";
+				font-size: @font-size-base * 2;
+				color: darken(@light-color, 20%);
+			}
+		}
+	}

+ 7 - 0
static/src/less (copy)/website.less

@@ -0,0 +1,7 @@
+@import "mixins.less";
+@import "variable.less";
+@import "box-layout.less";
+@import "header.less";
+@import "footer.less";
+@import "product.less";
+@import "custom.less";

+ 0 - 0
static/src/less/box-layout.less


+ 22 - 0
static/src/less/custom_theme.less

@@ -0,0 +1,22 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,400);
+
+
+/*Font*/
+@font-family:      'Open Sans', sans-serif;
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#c38647;
+@light-color:		#ffffff;
+@dark-color:		#393939;;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 39 - 77
static/src/scss/footer.scss → static/src/less/footer.less

@@ -1,14 +1,14 @@
 #wrapwrap footer {
-    background: $dark-color;
+    background: @dark-color;
 }
 footer {
     width: 100%;
     display: inline-block;
     vertical-align: top;
-    color: $footer-text;
+    color: @footer-text;
 
     a {
-        color: $footer-text;
+        color: @footer-text;
     }
     .socisl-link {
         margin: 0;
@@ -22,11 +22,11 @@ footer {
             a {
                 width: 30px;
                 height: 30px;
-                background: $theme;
+                background: @theme;
                 display: block;
                 text-align: center;
                 line-height: 30px;
-                color: $dark-color;
+                color: @dark-color;
             }
         }
     }
@@ -35,11 +35,11 @@ footer {
         padding: 0;
     }
     .footer-top {
-        background: $dark-color;
+        background: @dark-color;
         padding: 34px 0 20px 0px;
 
         .fa {
-            color:fade-out($light-color,0.65);
+            color:fade(@light-color,35);
         }
         .col-sm-4 {
             margin-bottom: 20px;
@@ -48,7 +48,7 @@ footer {
             margin-bottom: 20px;
         }
         .fot-col {
-            color: fade-out($light-color, 0.70);
+            color: fade(@light-color, 30);
             padding-top: 15px;
 
             @media (max-width:996px){
@@ -56,15 +56,14 @@ footer {
             }
             
 
-            
-            
+           
             a{
-                color: fade-out($light-color, 0.70);
+                color:fade(@light-color,35);
                  .mail {
                 background: url(/kingfisher_pro/static/src/img/mail-footer.png)no-repeat left center;
                 padding-left: 25px;
             }
-            &:hover{color:$light-color; text-decoration: none;};
+            &:hover{color:#fff;};
             }
            
             li {
@@ -74,10 +73,10 @@ footer {
                 padding: 0 0 8px;
 
                 a {
-                    color: fade($light-color, 30);
+                    color: fade(@light-color, 30);
 
                     &:hover {
-                        color: $light-color;
+                        color: @light-color;
                         text-decoration: none;
                     }
                 }
@@ -97,16 +96,6 @@ footer {
                 }
                 
             }
-            @media (min-width: 768px) and (max-width: 1023px){
-                .col-md-3 {
-                    flex: 0 0 35%;
-                    max-width: 35%;
-                }
-                .col-md-2 {
-                    flex: 0 0 20%;
-                    max-width: 20%;
-                }
-            }
             .newsletter-div {
                 float: none;
                 display: inline-block;
@@ -114,11 +103,8 @@ footer {
                 @media (max-width:996px) {
                     padding-left: 22px;
                 }
-                @media (min-width: 768px) and (max-width: 1023px){
-                    flex: 0 0 50%;
-                    max-width: 50%;
-                    margin-top:0;
-                }
+                
+
                 @media (max-width:768px) {
                     margin-top: 10px;
                     padding-left: 15px;
@@ -130,11 +116,11 @@ footer {
                     padding: 0;
                     font-weight:700;
                     text-transform: uppercase;
-                    color: $theme;
-                    font-size: $font-size-base;
+                    color: @theme;
+                    font-size: @font-size-base;
                 }
                 p {
-                    color: fade-out($light-color, 0.70%);
+                    color: fade(lighten(@dark-color, 60%), 34);
                     margin-bottom:7px;
                 }
                 input[type="email"] {
@@ -142,25 +128,25 @@ footer {
                     height: 36px;
                     padding: 10px;
                     border: none;
-                    background-color: lighten($dark-color, 10%);
-                    color: $light-color;
+                    background-color: lighten(@dark-color, 10%);
+                    color: @light-color;
                     margin: 4px 0px 17px 0px;
                     outline: none;
                     border-radius: 0px;
                 }
                 .btn-primary {
-                    background-color: $theme;
-                    color: $light-color;
+                    background-color: @theme;
+                    color: @light-color;
                     padding: 5px 20px;
                     border: none;
                     border: 1px solid transparent;
-                    @include transition(all, .3s, ease);
+                    .transition(all, .3s, ease);
 
                     
-                        color: $light-color;
+                        color: @light-color;
                         /*text-transform: uppercase;*/
                         font-weight: 400;
-                        font-size: $font-size-base - 1;
+                        font-size: @font-size-base - 1;
 
                         &:hover {
                             text-decoration: none;
@@ -171,33 +157,25 @@ footer {
                         }
                     
                     &:hover {
-                        background-color: $dark-color;
-                        border: 1px solid $theme;
+                        background-color: @dark-color;
+                        border: 1px solid @theme;
                     }
                 }
                 .form-control:focus {
-                    border-color: $theme;
+                    border-color: @theme;
                     outline: 0;
                     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(195, 134, 71);
                     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(195, 134, 71);
                 }
-                .newsletter {
-                    .input-group {
-                        -webkit-box-orient: vertical;
-                        -webkit-box-direction: normal;
-                        -ms-flex-flow: column;
-                        flex-flow: column;
-                    }
-                }
             }
         }
     }
     .footer-btm {
-        background: $dark-color;
-        color: fade-out($light-color, 0.70);
+        background: @dark-color;
+        color: fade(lighten(@dark-color, 60%), 34);
 
         .footer-bottom-div {
-            border-top: 1px solid fade-out($light-color, 0.70);
+            border-top: 1px solid fade(lighten(@dark-color, 60%), 19);
             padding: 20px 0;
 
             @media (max-width:768px) {
@@ -207,10 +185,10 @@ footer {
 
             p {
                 margin: 0;
-                font-size: $font-size-base - 1;
+                font-size: @font-size-base - 1;
 
                 span {
-                    color: $theme;
+                    color: @theme;
                 }
                 @media (max-width:1200px) {
                     padding: 0px 30px;
@@ -218,7 +196,7 @@ footer {
                 
 
                 @media (max-width:768px) {
-                    font-size: $font-size-base - 2;
+                    font-size: @font-size-base - 2;
                     text-align: left;
                     padding: 6px;
                 }
@@ -240,19 +218,19 @@ footer {
 
                     a {
                         text-decoration: none;
-                        color: fade-out($light-color, 0.70);
-                        font-size: $font-size-base - 1;
+                        color: fade(lighten(@dark-color, 60%), 34);
+                        font-size: @font-size-base - 1;
                         padding: 0px 8px;
-                        border-right: 1px solid fade-out($light-color, 0.70);
+                        border-right: 1px solid fade(lighten(@dark-color, 60%), 34);
 
                         @media (max-width:768px) {
-                            font-size: $font-size-base - 3;
+                            font-size: @font-size-base - 3;
                         }
                         
 
                         &:hover {
                             text-decoration: none;
-                            color: $light-color;
+                            color: @light-color;
                         }
                     }
                 }
@@ -262,20 +240,4 @@ footer {
             }
         }
     }
-}
-
-
-
-/*V11*/
-.footer-bottom-div {
-    .payment-icons {
-        width: 100%;
-        float: left;
-        text-align: center;
-        margin-top: 15px;
-        span {
-            display: inline-block;
-            vertical-align: top;
-        }
-    }
 }

+ 132 - 198
static/src/scss/header.scss → static/src/less/header.less

@@ -1,30 +1,29 @@
 #wrapwrap .caret{border-top:4px solid #000;
 	&:hover{
-		border-top:4px solid $light-color;
+		border-top:4px solid @light-color;
 	};
 }
 header {
-	background: $header-bg;
+	background: @header-bg;
 
 	* {
-		@include transition(all, 0.3s, ease);
+		.transition(all, 0.3s, ease);
 	}
 	.header-top {
 		width: 100%;
 		display: inline-block;
 		vertical-align: top;
-		color: lighten($dark-color, 10%);
+		color: lighten(@dark-color, 10%);
 		font-weight: 300;
 		z-index: 1000;
 		position: relative;
-		font-size: $font-size-base -2;
-
+		font-size: @font-size-base -2;
 
 		span {
 			margin-right: 3px;
 		}
 		.top-row {
-			border-bottom: 1px solid darken($header-bg, 8%);
+			border-bottom: 1px solid darken(@header-bg, 8%);
 		}
 		a {
 			display: block;
@@ -39,18 +38,13 @@ header {
 		.fa{
 			margin-top:-3px;
 		}
-		@media (min-width: 768px) and (max-width: 1023px){
-			flex: 0 0 70%;
-    		max-width: 70%;
-		}
 
 		@media (max-width:640px) {
 			text-align: left;
 			width: 100%;
-			text-align: center !important;
+			text-align: center;
 		}
 		a {
-			color:$dark-color;
 			text-decoration: none;
 			float: left;
 
@@ -66,9 +60,9 @@ header {
 				text-decoration: none;
 			}
 			p {
-				color: lighten($dark-color, 10%);
+				color: lighten(@dark-color, 10%);
 				font-weight: 400;
-				font-size: $font-size-base - 1;
+				font-size: @font-size-base - 1;
 				margin: 0;
 				padding: 0px 11px 0 0;
 			}
@@ -76,16 +70,15 @@ header {
 		.call-us {
 			float: left;
 			margin: 0;
-			color: $dark-color;
 
 			i {
-				color: $theme;
+				color: @theme;
 				vertical-align: middle;
-				font-size: $font-size-base * 2 - 4;
+				font-size: @font-size-base * 2 - 4;
 			}
 			span {
-				color: $dark-color;
-				@include transition(all, 0.1s, ease);
+				color: @dark-color;
+				.transition(all, 0.1s, ease);
 			}
 			@media (max-width:991px) {
 				float: none;
@@ -94,31 +87,25 @@ header {
 			}
 			&:hover {
 				span {
-					color: lighten($dark-color, 30%);
+					color: lighten(@dark-color, 30%);
 				}
 			}
 			;
 		}
 	}
-	.top-right {
-		@media (min-width: 768px) and (max-width: 1023px){
-			flex: 0 0 30%;
-    		max-width: 30%;
-    	}
-	}
 	.mail {
 		i {
-			color: $theme;
+			color: @theme;
 			vertical-align: middle;
-			font-size: $font-size-base + 2;
+			font-size: @font-size-base + 2;
 		}
 		span {
-			color: $dark-color;
-			@include transition(all, 0.1s, ease);
+			color: @dark-color;
+			.transition(all, 0.1s, ease);
 		}
 		&:hover {
 			span {
-				color: lighten($dark-color, 30%);
+				color: lighten(@dark-color, 30%);
 			}
 		}
 		;
@@ -126,7 +113,7 @@ header {
 	.top-right {
 		@media (max-width:640px) {
 			width: 100%;
-			text-align: center !important;
+			text-align: center;
 		}
 	}
 	.links {
@@ -154,19 +141,18 @@ header {
 				a {
 					height: 100%;
 					width: 100%;
-
 				}
 			}
 			.top-link-checkout {
 				padding-right: 0;
-				font-size: $font-size-base - 2;
+				font-size: @font-size-base - 2;
 
 				>a {
-					font-size: $font-size-base - 2;
+					font-size: @font-size-base - 2;
 				}
 				> .fa {
 					margin-right: 8px;
-					font-size: $font-size-base + 5;
+					font-size: @font-size-base + 5;
 					vertical-align: middle;
 				}
 			}
@@ -175,15 +161,15 @@ header {
 				height: 40px;
 				line-height: 40px;
 				padding: 0 5px;
-				font-size: $font-size-base + 2;
+				font-size: @font-size-base + 2;
 				font-weight: 600;
-				color: $theme;
+				color: @theme;
 				vertical-align: middle;
 				border-bottom: 1px solid transparent;
 
 				&:hover {
 					text-decoration: none;
-					color: $dark-color;
+					color: @dark-color;
 				}
 				> .fa {
 					display: inline-block;
@@ -195,13 +181,13 @@ header {
 	.configuration {
 		position: relative;
 		.fa-cog{
-			font-size:$font-size-base + 4;
+			font-size:@font-size-base + 4;
 			margin-top:-1px;
 		}
 
 		.toggle-config {
 			z-index: 1;
-			border: 1px solid $theme;
+			border: 1px solid @theme;
 			width: 174px;
 			text-align: left;
 			padding: 0;
@@ -211,7 +197,7 @@ header {
 			display: none;
 			opacity: 0;
 			top: 100%;
-			@include transition(all, 0.5s, ease);
+			.transition(all, 0.5s, ease);
 		
 
 			@media (max-width:768px){
@@ -220,7 +206,7 @@ header {
 			}
 
 			.options {
-				border-bottom: 1px solid lighten($dark-color, 70%);
+				border-bottom: 1px solid lighten(@dark-color, 70%);
 				padding:12px 0px;
 				margin:0px 12px;
 
@@ -234,7 +220,7 @@ header {
 						}
 						&.active {
 							a {
-								background-color: $theme;
+								background-color: @theme;
 							}
 						}
 					}
@@ -244,8 +230,8 @@ header {
 					margin-bottom:12px;
 
 					label {
-						font-size: $font-size-base - 2;
-						color: $dark-color;
+						font-size: @font-size-base - 2;
+						color: @dark-color;
 						font-weight: bold;
 						
 						margin: 0;
@@ -255,7 +241,7 @@ header {
 					.dropdown-toggle {
 						
 						float: right;
-						border: 1px solid lighten($dark-color, 70%);
+						border: 1px solid lighten(@dark-color, 70%);
 						outline: none;
 						background-color: transparent;
 						text-transform:uppercase;
@@ -270,8 +256,8 @@ header {
 					padding: 6px 0px 11px 0px;
 
 					li {
-						color: $dark-color;
-						font-size: $font-size-base - 2;
+						color: @dark-color;
+						font-size: @font-size-base - 2;
 						font-weight: 400;
 					line-height: 8px;
   					  padding: 9px 12px;
@@ -280,27 +266,20 @@ header {
 							
 						}
 						a {
-							color: $dark-color;
+							color: @dark-color;
 							font-weight: 400;
 							
-							font-size: $font-size-base - 2;
+							font-size: @font-size-base - 2;
 
 							&:hover {
 								text-decoration: none;
-								color: $theme;
+								color: @theme;
 							}
 						}
 						&:hover {
 							a {
 								text-decoration: none;
-								color: $theme;
-							}
-						}
-						&:first-child{
-							b{
-								    display: inline-block;
-								    line-height: normal;
-								    margin-top: 5px;
+								color: @theme;
 							}
 						}
 					}
@@ -309,7 +288,7 @@ header {
 		}
 		&:hover, &:focus, &:active {
 			>a {
-				border-bottom: 1px solid $theme;
+				border-bottom: 1px solid @theme;
 			}
 			.toggle-config {
 				opacity: 1;
@@ -328,13 +307,13 @@ header {
 			opacity: 0;
 			top: 100%;
 			display: none;
-			@include transition(all, 0.5s, ease);
+			.transition(all, 0.5s, ease);
 			position: absolute;
 			width: 265px;
 			padding: 12px;
 			right: 0;
 			text-align: left;
-			border: 1px solid $theme;
+			border: 1px solid @theme;
 			background-color: #fff;
 
 			.block-subtitle {
@@ -383,9 +362,9 @@ header {
 						.product-name {
 							a {
 								text-transform: uppercase;
-								color: $dark-color;
+								color: @dark-color;
 								font-weight:600;
-								font-size: $font-size-base - 1;
+								font-size: @font-size-base - 1;
 							}
 							&:hover {
 								a {
@@ -408,56 +387,41 @@ header {
 						h3 {
 							margin: 0;
 							padding: 0;
-							font-size: $font-size-base;
+							font-size: @font-size-base;
 						}
 						p {
-							font-size: $font-size-base + 3;
+							font-size: @font-size-base + 3;
 							font-weight: bold;
 						}
-						#order_total {
-							margin-left: 0;
-							margin-right: 0;
-
-							span{
-								width: 50%;
-								font-weight: 700;
-							}
-
-							span.h4 {
-								font-weight: normal;
-							    font-size: 18px;
-							    padding-right: 10px;
-							}
-						}
 					}
 					.button-box {
 						.view-all {
-							background-color: lighten($dark-color, 70%);
+							background-color: lighten(@dark-color, 70%);
 							border: none;
 							padding: 7px 10px;
-							color: $dark-color;
+							color: @dark-color;
 							outline: none;
 							display: inline-block;
 							border-radius: 0px;
 
 							&:hover {
-								background-color: $theme;
+								background-color: @theme;
 								text-decoration: none;
-								color: $light-color;
+								color: @light-color;
 							}
 						}
 						.proceed {
-							background-color: $dark-color;
+							background-color: @dark-color;
 							float: right;
 							outline: none;
 							display: inline-block;
 							border-radius: 0px;
 						}
 						a {
-							font-size: $font-size-base;
+							font-size: @font-size-base;
 							font-weight: 400;
 							
-							color: $light-color;
+							color: @light-color;
 						}
 					}
 				}
@@ -472,7 +436,7 @@ header {
 		}
 		&:hover {
 			>a {
-				border-bottom: 1px solid $theme;
+				border-bottom: 1px solid @theme;
 			}
 			.toggle-config {
 				visibility: visible;
@@ -524,12 +488,12 @@ header {
 					padding: 0;
 
 					> a {
-						background: $theme;
+						background: @theme;
 						padding: 10px 25px;
 						border-radius: 25px;
 						display: block;
-						color: $light-color;
-						@include transition(all, 0.5s, ease);
+						color: @light-color;
+						.transition(all, 0.5s, ease);
 
 						&:hover {
 							text-decoration: none;
@@ -541,10 +505,10 @@ header {
 						opacity: 0;
 						top: 120%;
 						width: 250px;
-						background: $light-color;
+						background: @light-color;
 						right: 0;
 						padding: 15px;
-						@include transition(all, 0.5s, ease);
+						.transition(all, 0.5s, ease);
 
 						@media (max-width:767px) {
 							right: -50%;
@@ -556,7 +520,7 @@ header {
 							width: 100%;
 							display: inline-block;
 							vertical-align: top;
-							border-bottom: 1px solid darken($light-color, 10%);
+							border-bottom: 1px solid darken(@light-color, 10%);
 							margin-bottom: 10px;
 							padding-bottom: 10px;
 							position: relative;
@@ -573,7 +537,7 @@ header {
 							}
 							.hc-cart-info {
 								a {
-									color: $dark-color;
+									color: @dark-color;
 									line-height: normal;
 								}
 								label {
@@ -599,10 +563,10 @@ header {
 
 								a {
 									padding: 5px 10px;
-									background: $theme;
+									background: @theme;
 									display: inline-block;
 									vertical-align: top;
-									color: $light-color;
+									color: @light-color;
 								}
 							}
 						}
@@ -626,9 +590,6 @@ header {
 		background: transparent;
 		position: relative;
 		z-index: 99;
-		@media (max-width: 767px){
-			padding: 8px 15px 10px !important;
-		}
 
 		.container {
 			position: relative;
@@ -638,7 +599,7 @@ header {
 			float: left;
 
 			.icon-bar {
-				background: $light-color;
+				background: @light-color;
 			}
 			span:first-child {
 				display: none;
@@ -662,47 +623,47 @@ header {
 				float: left;
 				text-align: center;
 				line-height: 60px;
-				background: darken($theme, 15%);
+				background: darken(@theme, 15%);
 				cursor: pointer;
-				color: $light-color;
+				color: @light-color;
 
 				.fa {
-					font-size: $font-size-base + 6;
+					font-size: @font-size-base + 6;
 				}
 			}
 			.hsearch-block {
 				visibility: hidden;
 				opacity: 0;
 				position: absolute;
-				@include transition(all, 0.5s, ease);
+				.transition(all, 0.5s, ease);
 				top: 120%;
 				width: 250px;
 				right: 0;
 				padding: 20px;
-				background: $light-color;
-				box-shadow: 0px 3px 5px 0px darken($light-color, 30%);
+				background: @light-color;
+				box-shadow: 0px 3px 5px 0px darken(@light-color, 30%);
 
 				.form-control {
 					border-radius: 0;
 					height: 45px;
 					line-height: 45px;
-					font-size: $font-size-base + 2;
+					font-size: @font-size-base + 2;
 				}
 				.btn {
 					position: absolute;
 					top: 20px;
 					right: 20px;
-					background: $theme;
+					background: @theme;
 					border-radius: 0;
 					border: none;
 					height: 45px;
 					line-height: 45px;
 					padding: 0;
 					width: 45px;
-					color: $light-color;
+					color: @light-color;
 
 					.fa {
-						font-size: $font-size-base + 2;
+						font-size: @font-size-base + 2;
 					}
 				}
 			}
@@ -721,7 +682,7 @@ header {
 			@media (max-width:767px) {
 				display: none !important;
 
-				&.show {
+				&.in {
 					display: block !important;
 					position: absolute;
 					top: 99%;
@@ -736,15 +697,15 @@ header {
 					.navbar-nav {
 						float: none;
 						margin: 0;
-						background: $theme;
-						border-bottom:1px solid $theme;
+						background: @theme;
+						border-bottom:1px solid @theme;
 
 						> li {
 							width: 100%;
 							display: inline-block;
 
 							+ li {
-								border-top: 1px solid darken($theme, 7%);
+								border-top: 1px solid darken(@theme, 7%);
 							}
 						}
 					}
@@ -758,24 +719,22 @@ header {
 				}
 				> li {
 					> a {
-						font-size: $font-size-base;
+						font-size: @font-size-base;
 						padding: 10px 15px;
 						line-height: 55px;
 						
 						font-weight: bold;
-						@include transition(all, 0.3s, ease);
+						.transition(all, 0.3s, ease);
 						text-decoration: none;
-						color: $dark-color;
-						display: block;
+						color: @dark-color;
 
 						@media (max-width:767px) {
 							line-height: normal;
-							color: $light-color;
-							text-align: left;
+							color: @light-color;
 						}
 						&:hover, &:focus, &:active {
 							background: transparent;
-							color: $theme;
+							color: @theme;
 
 							&:before {
 								visibility: visible;
@@ -792,26 +751,23 @@ header {
 							height: 2px;
 							bottom: 0;
 							left: 0;
-							background-color: $theme;
+							background-color: @theme;
 							visibility: hidden;
 							-moz-transform: scaleX(0);
 							-webkit-transform: scaleX(0);
 							-o-transform: scaleX(0);
 							transform: scaleX(0);
-							@include transition(all, 0.3s, ease-in-out);
-						}
-						&:after {
-							display: none;
+							.transition(all, 0.3s, ease-in-out);
 						}
 					}
-					> a {
-						&.active {
+					&.active {
+						> a {
 							background: transparent;
-							color: $theme;
+							color: @theme;
 
 							@media (max-width:767px) {
-								color: $light-color;
-								background: darken($theme, 5%);
+								color: @light-color;
+								background: darken(@theme, 5%);
 							}
 						}
 					}
@@ -821,11 +777,11 @@ header {
 
 							&:hover, &:focus, &:active {
 								background: transparent;
-								color: $theme;
+								color: @theme;
 
 								@media (max-width:767px) {
-									color: $light-color;
-									background: darken($theme, 5%);
+									color: @light-color;
+									background: darken(@theme, 5%);
 								}
 							}
 						}
@@ -838,7 +794,7 @@ header {
 					margin-top: 8px;
 
 					a {
-						color: $theme;
+						color: @theme;
 						padding: 5px 9px;
 						text-transform: uppercase;
 					}
@@ -855,12 +811,12 @@ header {
 				width: 100%;
 				left: 0;
 				top: 120%;
-				background: $light-color;
+				background: @light-color;
 				margin: 0;
 				padding: 0;
 				letter-spacing: -0.31em;
-				@include transition(all, 0.5s, ease);
-				box-shadow: 0px 3px 5px 0px darken($light-color, 30%);
+				.transition(all, 0.5s, ease);
+				box-shadow: 0px 3px 5px 0px darken(@light-color, 30%);
 
 				@media (max-width:991px) {
 					visibility: visible;
@@ -877,8 +833,8 @@ header {
 					h4 {
 						margin: 0 0 10px;
 						padding: 0 0 10px;
-						font-size: $font-size-base + 2;
-						border-bottom: 1px dotted darken($light-color, 20%);
+						font-size: @font-size-base + 2;
+						border-bottom: 1px dotted darken(@light-color, 20%);
 					}
 					ul {
 						margin: 0;
@@ -888,7 +844,7 @@ header {
 							list-style-type: none;
 							padding: 3px 0 3px 15px;
 							position: relative;
-							@include transition(all, 0.5s, ease);
+							.transition(all, 0.5s, ease);
 
 							&:before {
 								content: "\f105";
@@ -897,21 +853,21 @@ header {
 								position: absolute;
 								left: 0;
 								top: 0;
-								@include transition(all, 0.5s, ease);
+								.transition(all, 0.5s, ease);
 							}
 							a {
-								color: $theme;
+								color: @theme;
 							}
 							&:hover {
 								padding-left: 20px;
 
 								&:before {
 									left: 5px;
-									color: $theme;
+									color: @theme;
 								}
 								a {
 									text-decoration: none;
-									color: $theme;
+									color: @theme;
 								}
 							}
 							&.mm-img {
@@ -960,16 +916,16 @@ header {
 		}
 	}
 	header {
-		background: $header-bg;
+		background: @header-bg;
 		position: fixed;
 		top: -42px;
 		left: 0;
 		z-index: 99;
 		width: 100%;
 
-		@media (max-width:767px) {
+		@media (max-width:768px) {
 			position: fixed;
-			top:0px;		
+			top:0px;
 		}
 		.header-middle {
 			.navbar-header {
@@ -987,10 +943,9 @@ header {
 			}
 		}
 		.header-top {
-			@media (max-width:767px) {
+				@media (max-width:768px) {
 						display:none;
    		}
-
 		}
 		.header-nav {
 			.navbar-collapse {
@@ -1014,36 +969,36 @@ header {
 	}
 }
 .label-primary {
-	background-color: $theme;
+	background-color: @theme;
 }
 footer {
 	.fa-angle-right {
-		color: $light-color;
+		color: @light-color;
 	}
 }
 @media (max-width:767px) {
-	header {
-		.navbar {
+	.navbar-default {
+		.navbar-header {
 			position: relative;
 		}
-		.navbar-toggler {
+		.navbar-toggle {
 			display: block;
 			position: absolute;
-			right: 15px;
+			right: 0;
 			top: 0;
-			padding: 7px;
+			padding: 10px;
 			border-radius: 0;
 			bottom: 0;
 			height: 40px;
 			margin: auto;
 			border: none;
-			background-color: $theme;
+			background-color: @theme;
 
 			.icon-bar {
-				background: $light-color;
+				background: @light-color;
 			}
 			&:hover, &:focus, &:active {
-				background-color: $theme;
+				background-color: @theme;
 			}
 			&.collapsed {
 			}
@@ -1052,14 +1007,14 @@ footer {
 }
 
 		#only_categories{
-		border-top:1px solid $theme;
-		background:$theme;
-		color:$light-color;
+		border-top:1px solid @theme;
+		background:@theme;
+		color:@light-color;
 		.pwpi-title {
 			a{
-			color: $light-color;
+			color: @light-color;
 			&:hover{
-				color:$light-color;
+				color:@light-color;
 			};
 		}
 		}
@@ -1073,22 +1028,22 @@ footer {
 	label{
 		padding:7px;
 		margin:0px 3px 6px 0px;
-		background-color: $theme;
-		color:$light-color;
+		background-color: @theme;
+		color:@light-color;
 		display:inline-block;
 		font-weight: normal;
 		span{
 			margin-right:10px;
 		}
 		#clear{
-			color:$light-color;
+			color:@light-color;
 		}
 	}
 }
 .services{
 	.fa{
 		font-size: 40px;
-		color:$theme;
+		color:@theme;
 	}
 }
 /*checkout page */
@@ -1110,22 +1065,8 @@ footer {
 }
 .mega-dropdown-menu{
 	.dropdown-menu {
-    	padding: 18px;
-	}
-	a{
-		font-size: 14px;
-	}
-	@media (min-width: 768px) and (max-width: 1023px){
-		.col-md-3 {
-			flex: 0 0 100%;
-    		max-width: 100%;
-		}
-		.col-md-9 {
-			flex: 0 0 100%;
-    		max-width: 100%;
-		}
-	}
-}
+    padding: 18px;
+}}
 header {
 	.header-top{
 		.block-subtitle{
@@ -1134,21 +1075,14 @@ header {
 		}
 		.price{
 			a{
-				color:$theme;
+				color:@theme;
 		}
 		}
 		#order_total{
 			.text-left{
-				color: $theme;
+				color: @theme;
 				font-weight: 700;
 			}
 		}
-		.button-box{
-			padding-top: 20px;
-		}
 	}
 }
-
-.navbar {
-	padding: 0;
-}

+ 28 - 0
static/src/less/mixins.less

@@ -0,0 +1,28 @@
+/*BG micin*/
+.bg-img(@img-name){
+	background-image: url('@{img-path}@{img-name}');
+}
+.bg-size(@cover){
+  background-size: @cover;
+  -moz-background-size: @cover;
+  -webkit-background-size: @cover;
+  -o-background-size: @cover;
+}
+
+
+/* Transition */
+.transition(@all, @s, @ease){
+   		transition: @all @s @ease;
+-webkit-transition: @all @s @ease;
+   -moz-transition: @all @s @ease;
+     -o-transition: @all @s @ease;
+}
+
+/*Responsive*/
+/*.media(@maxwidth; @rules) {
+    @media only screen and (max-width: @maxwidth) {
+        @rules();
+    }
+}*/
+
+

+ 3 - 0
static/src/less/open_sans_font.less

@@ -0,0 +1,3 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
+
+font-family: 'Open Sans', sans-serif;

+ 1 - 0
static/src/less/options/bg_patterns/bg-pattern-1.less

@@ -0,0 +1 @@
+body {background: @box-body-bg1;}

+ 1 - 0
static/src/less/options/bg_patterns/bg-pattern-2.less

@@ -0,0 +1 @@
+body {background: @box-body-bg2;}

+ 1 - 0
static/src/less/options/bg_patterns/bg-pattern-3.less

@@ -0,0 +1 @@
+body {background: @box-body-bg3;}

+ 1 - 0
static/src/less/options/bg_patterns/bg-pattern-4.less

@@ -0,0 +1 @@
+body {background: @box-body-bg4;}

+ 1 - 0
static/src/less/options/bg_patterns/bg-pattern-5.less

@@ -0,0 +1 @@
+body {background: @box-body-bg5;}

+ 1 - 0
static/src/less/options/bg_patterns/bg-pattern-6.less

@@ -0,0 +1 @@
+body {background: @box-body-bg6;}

+ 17 - 0
static/src/less/options/colors/colors.less

@@ -0,0 +1,17 @@
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#c38647;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 17 - 0
static/src/less/options/colors/theme_aqua.less

@@ -0,0 +1,17 @@
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#80af9b;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 17 - 0
static/src/less/options/colors/theme_blue.less

@@ -0,0 +1,17 @@
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#62d2ea;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 17 - 0
static/src/less/options/colors/theme_brown.less

@@ -0,0 +1,17 @@
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#73503c;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 17 - 0
static/src/less/options/colors/theme_orange.less

@@ -0,0 +1,17 @@
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#ff6801;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 17 - 0
static/src/less/options/colors/theme_pink.less

@@ -0,0 +1,17 @@
+@font-size-base:	14px;
+@font-size-body:	14px;
+@title:				18px;
+
+/*Color*/
+@header-bg:			#fff;
+@theme:				#ff5d5d;
+@light-color:		#ffffff;
+@dark-color:		#393939;
+@body-color:		#393939;
+@footer-bg:			#161b1e;
+@footer-text:		#b3b3b3;
+@new-label-color:   #39b54a;
+@sale-label-color:  #f7941d;
+@text-muted		:	#9E9E9E;
+/*img*/
+ @img-path:			'../img/';

+ 4 - 0
static/src/less/options/fonts/font-style-lato-font.less

@@ -0,0 +1,4 @@
+@import url(https://fonts.googleapis.com/css?family=Lato:400,700,300,900);
+
+@font-family: 'Lato', sans-serif;
+body { font-family: @font-family;}

+ 4 - 0
static/src/less/options/fonts/font-style-open-sans-font.less

@@ -0,0 +1,4 @@
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
+
+@font-family: 'Open Sans', sans-serif;
+body { font-family: @font-family;}

+ 4 - 0
static/src/less/options/fonts/font-style-raleway-font.less

@@ -0,0 +1,4 @@
+@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);
+
+@font-family: 'Raleway', sans-serif;
+body { font-family: @font-family;}

+ 4 - 0
static/src/less/options/fonts/font-style-source-sans-pro-font.less

@@ -0,0 +1,4 @@
+@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
+
+@font-family: 'Source Sans Pro', sans-serif;
+body { font-family: @font-family;}

+ 4 - 0
static/src/less/options/fonts/font-style-source-serif-pro-font.less

@@ -0,0 +1,4 @@
+@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700);
+
+@font-family: 'Source Serif Pro', serif;
+body { font-family: @font-family;}

+ 4 - 0
static/src/less/options/fonts/font-style-varela-round-font.less

@@ -0,0 +1,4 @@
+@import url(https://fonts.googleapis.com/css?family=Varela+Round);
+
+@font-family: 'Varela Round', sans-serif;
+body { font-family: @font-family;}

+ 5 - 4
static/src/scss/options/layout/boxed.scss → static/src/less/options/layout/boxed.less

@@ -1,13 +1,13 @@
 #oe_main_menu_navbar { top: 0;}
 
 #wrapwrap{
-
+	
 	width: 1170px;
 	max-width: 100%;
 	margin: 0 auto;
-	background: $light-color;
+	background: @light-color;
 	box-shadow: 1px 1px 4px 4px rgba(0,0,0,0.1);
-	@media(max-width: 1170px){
+		@media(max-width: 1170px){
 		width:100%;
 	}
 	
@@ -16,4 +16,5 @@
 .oe_pro_cat_slider .products-slider-section { padding: 0;}
 
 .owl-controls .owl-buttons .owl-next {right: 0px;}
-.owl-controls .owl-buttons .owl-prev {left: 0px;}
+.owl-controls .owl-buttons .owl-prev {left: 0px;}
+

+ 87 - 179
static/src/scss/product.scss → static/src/less/product.less

@@ -4,7 +4,7 @@
 	}
 }
 .product-blog {
-	border-top: 1px solid lighten($dark-color, 70%);
+	border-top: 1px solid lighten(@dark-color, 70%);
 	padding-top: 56px
 }
 .list-items {
@@ -36,7 +36,7 @@
 				top: 0;
 				bottom: 0;
 				margin: auto;
-				background: $dark-color;
+				background: @dark-color;
 			}
 			.owl-prev {
 				left: 0px;
@@ -54,8 +54,8 @@
 				&:before {
 					content: "\f104";
 					font-family: "FontAwesome";
-					font-size: $font-size-base * 2;
-					color: darken($light-color, 20%);
+					font-size: @font-size-base * 2;
+					color: darken(@light-color, 20%);
 				}
 			}
 			.owl-next {
@@ -74,8 +74,8 @@
 				&:before {
 					content: "\f105";
 					font-family: "FontAwesome";
-					font-size: $font-size-base * 2;
-					color: darken($light-color, 20%);
+					font-size: @font-size-base * 2;
+					color: darken(@light-color, 20%);
 				}
 			}
 		}
@@ -85,7 +85,7 @@
 	padding-bottom: 30px;
 }
 .products-slider-section {
-	padding: 30px 25px 20px 25px;
+	padding: 0px 25px 20px 25px;
 
 	@media (max-width:1200px){
 		padding: 0px 30px;
@@ -109,7 +109,7 @@
 		.add-to-cart {
 			position: absolute;
 			left: 100%;
-			@include transition(all, 0.4s, ease);
+			.transition(all, 0.4s, ease);
 			bottom: 0;
 			width: 100%;
 
@@ -118,14 +118,14 @@
 				float: left;
 				text-align: center;
 				text-transform: uppercase;
-				font-size: $font-family;
-				background: $theme;
+				font-size: @font-family;
+				background: @theme;
 				padding: 10px;
-				color: $light-color;
+				color: @light-color;
 
 				&:hover {
 					text-decoration: none;
-					background: fade($theme, 90);
+					background: fade(@theme, 90);
 				}
 			}
 		}
@@ -142,15 +142,15 @@
 		.pwpi-title {
 			margin: 0;
 			padding: 0 0 5px;
-			font-size: $font-size-base + 1;
+			font-size: @font-size-base + 1;
 			
 
 			a {
-				color: $dark-color;
+				color: @dark-color;
 
 				&:hover {
 					text-decoration: none;
-					color: $theme;
+					color: @theme;
 				}
 			}
 		}
@@ -159,14 +159,14 @@
 			padding: 0;
 
 			.price {
-				font-size: $font-size-base + 1;
+				font-size: @font-size-base + 1;
 				font-weight: 700;
-				color:$theme;
+				color:@theme;
 			}
 			.old-price {
 				text-decoration: line-through;
-				color: lighten($theme, 40%);
-				font-size: $font-size-base + 1;
+				color: lighten(@theme, 40%);
+				font-size: @font-size-base + 1;
 			}
 		}
 		@media  (min-width:320px) and (max-width:767px) {
@@ -176,13 +176,11 @@
 	}
 	.pink-box {
 		width: 100%;
-		background-color: fade-in($theme, 0.9);		/*display: inline-block;*/
-		padding: 0px 19px;		/*position: absolute;*/
+		background-color: fade(@theme, 95);
+		padding: 0px 19px;
 		position: relative;
-		@include transition(all, 0.6s, ease);
+		.transition(all, 0.6s, ease);
 
-		/*bottom: 61px;
-		left: 0;*/
 		visibility: hidden;
 		opacity: 0;
 		height: 0;
@@ -210,14 +208,14 @@
 						width: 14px;
 						height: 14px;
 					}
-		
+					;
 
 					&.active {
 						background: url(../img/white-star.png)no-repeat;
 						width: 14px;
 						height: 14px;
 					}
-			
+					;
 				}
 			}
 		}
@@ -228,7 +226,7 @@
 				text-align: center;
 
 				img {
-					width: auto;
+					/*width: auto;
 					height: auto;
 					max-width: 100%;
 					max-height: 100%;
@@ -236,7 +234,7 @@
 					position: absolute;
 					top: 0;
 					right: 15px;
-					bottom: 0;
+					bottom: 0;*/
 				}
 			}
 		}
@@ -260,7 +258,7 @@
 		}
 		.stars {
 			float: left;
-			color: $light-color;
+			color: @light-color;
 
 			i {
 				margin-right: 3px;
@@ -268,7 +266,7 @@
 		}
 	}
 	.pwp-info {
-		border: 1px solid $theme;
+		border: 1px solid @theme;
 		border-top: none;
 	}
 }
@@ -282,15 +280,15 @@
 	width: 100%;
 	display: inline-block;
 	vertical-align: top;
-	padding: 0px 15px 25px 15px;
+	padding: 0 0 25px;
 
 	.toolbar-pager {
 		.pager_left {
-			float: right;
+			float: left;
 		}
 		.pager_right {
-			float: left;
-			text-align: left;
+			float: right;
+			text-align: right;
 
 			.sort-by {
 				display: inline-block;
@@ -298,18 +296,10 @@
 
 				.dropdown {
 					button {
-						background: $light-color;
-						border: 1px solid darken($light-color, 10%);
+						background: @light-color;
+						border: 1px solid darken(@light-color, 10%);
 						padding: 6px 15px;
-						cursor: pointer;
-						&:focus {
-							outline:none;
-						}
-					}
-					.caret{
-						&:hover{
-							border-top-color:#000000;
-						}
+						border-radius: none;
 					}
 				}
 			}
@@ -318,12 +308,12 @@
 	.view-mode {
 		button {
 			background: none;
-			border: 1px solid darken($light-color, 10%);
+			border: 1px solid darken(@light-color, 10%);
 			padding: 5px 10px;
 
 			&:hover {
-				background: $theme;
-				color: $light-color;
+				background: @theme;
+				color: @light-color;
 			}
 		}
 	}
@@ -334,7 +324,7 @@
 .product-view {
 	.product-shop-info {
 		.product-title {
-			border-bottom: 1px solid lighten($dark-color, 70%);
+			border-bottom: 1px solid lighten(@dark-color, 70%);
 
 			@media (max-width:767px){
 				margin-top: 10px;
@@ -342,10 +332,10 @@
 			
 
 			h1 {
-				font-size: $font-size-base + 6;
+				font-size: @font-size-base + 6;
 				margin: 0;
 				padding: 0 0 12px 0;
-				color: $dark-color;
+				color: @dark-color;
 				font-weight: bold;
 			}
 			.ratings {
@@ -373,13 +363,13 @@
 				}
 			}
 			.review {
-				float: none;
+				float: right;
 				width: 70%;
 
 				a {
-					font-size: $font-size-base - 2;
+					font-size: @font-size-base - 2;
 					font-weight: 400;
-					color: lighten($dark-color, 20%);
+					color: lighten(@dark-color, 20%);
 				}
 				&:hover a {
 					text-decoration: none;
@@ -388,15 +378,15 @@
 		}
 		.details {
 			padding: 0px 0px 15px 0px;
-			border-bottom: 1px solid lighten($dark-color, 70%);
+			border-bottom: 1px solid lighten(@dark-color, 70%);
 
 			.pro-desc {
 				width: 100%;
 				display: inline-block;
 				vertical-align: top;
-				font-size: $font-size-base + 1;
+				font-size: @font-size-base + 1;
 				font-weight: 400;
-				color: $dark-color;
+				color: @dark-color;
 			}
 			.price-box {
 				width: 100%;
@@ -413,15 +403,15 @@
 
 						.price {
 							text-decoration: line-through;
-							color: lighten($dark-color, 50%);
-							font-size: $font-size-base + 6;
+							color: lighten(@dark-color, 50%);
+							font-size: @font-size-base + 6;
 							font-weight: bold;
 						}
 					}
 					&.special-price {
 						.price {
-							font-size: $font-size-base  + 6;
-							color: $theme;
+							font-size: @font-size-base  + 6;
+							color: @theme;
 							font-weight: bold;
 						}
 					}
@@ -449,54 +439,44 @@
 			display: inline-block;
 			vertical-align: top;
 			padding: 0px 0px 29px 0px;
-			border-bottom: 1px solid lighten($dark-color, 70%);
+			border-bottom: 1px solid lighten(@dark-color, 70%);
 		}
 		.css_quantity {
 			width: 146px;
 			height: 44px;
-			margin-top: 25px;
-			
+			float: left;
 
 			.input-group-addon {
 				border-radius: 0;
 				width: 46px;
-				background: $theme;
-				color: $light-color;
-				border-color: $theme;
-				margin-bottom: 0 !important;
-				display: -webkit-box;
-    			display: -ms-flexbox;
-    			display: flex;
-    			-webkit-box-pack: center;
-    			-ms-flex-pack: center;
-    			justify-content: center;
-    			-webkit-box-align: center;
-    			-ms-flex-align: center;
-    			align-items: center;
+				background: @theme;
+				color: @light-color;
+				border-color: @theme;
 
 				&:hover {
-					background: darken($theme, 5%);
+					background: darken(@theme, 5%);
 				}
 			}
 			.form-control {
 				height: 44px;
 				text-align: center;
-				border-color: $theme;
-				color: $dark-color;
+				border-color: @theme;
+				color: @dark-color;
 			}
 		}
+		.add-to-cart {
+			float: right;
 
 			.cart-btn {
-				background:$dark-color;
+				background:@dark-color;
 				width: 176px;
 				padding: 12px 0px 11px 0px;
 				text-align: center;
 				border-radius: 0;
-				color: $light-color;
-				font-size: $font-size-base + 1;
+				color: @light-color;
+				font-size: @font-size-base + 1;
 				font-weight: bolder;
 				transition:all 0.1s ease;
-				margin-top: 8px;
 				/*text-transform: uppercase;*/
 
 				.fa {
@@ -504,17 +484,18 @@
 					margin-right: 8px;
 				}
 				&:hover {
-					border-color: $theme;
-					background: $theme;
-					color: $light-color;
+					border-color: @theme;
+					background: @theme;
+					color: @light-color;
 				}
 				@media (max-width:1200px) {
 					width: auto;
 					padding: 10px;
+					margin-top: 0px !important;
 				}
 				
 			}
-		
+		}
 		.email-addto-box {
 			width: 100%;
 			display: inline-block;
@@ -531,20 +512,20 @@
 				padding-right: 5px;
 
 				a {
-					color: lighten($dark-color, 50%);
+					color: lighten(@dark-color, 50%);
 					padding: 3px 7px;
-					border: 1px solid lighten($dark-color, 50%);
+					border: 1px solid lighten(@dark-color, 50%);
 					display: block;
 					border-radius: 2px;
-					font-size: $font-size-base - 2;
+					font-size: @font-size-base - 2;
 
 					.fa {
 						margin-right: 3px;
 					}
 					&:hover {
-						background: lighten($dark-color, 50%);
+						background: lighten(@dark-color, 50%);
 						text-decoration: none;
-						color: $light-color;
+						color: @light-color;
 					}
 				}
 			}
@@ -558,7 +539,7 @@
 	padding: 15px;
 }
 .sidebar-slider {
-	background: darken($light-color, 3%);
+	background: darken(@light-color, 3%);
 
 	.carousel-control {
 		width: 25px;
@@ -567,24 +548,24 @@
 		right: 0;
 		left: auto;
 		text-shadow: none;
-		color: $light-color;
+		color: @light-color;
 		line-height: normal;
 		opacity: 1;
 
 		&.right {
 			right: 0;
-			background: $theme;
+			background: @theme;
 
 			&:hover {
-				background: $dark-color;
+				background: @dark-color;
 			}
 		}
 		&.left {
 			right: 26px;
-			background: $theme;
+			background: @theme;
 
 			&:hover {
-				background: $dark-color;
+				background: @dark-color;
 			}
 		}
 	}
@@ -603,7 +584,7 @@
 	.rlp-img {
 		max-width: 65px;
 		float: left;
-		border: 1px solid darken($light-color, 8%);
+		border: 1px solid darken(@light-color, 8%);
 	}
 	.rlp-desc {
 		text-align: left;
@@ -613,100 +594,27 @@
 			margin: 0;
 		}
 		.rlp-title {
-			font-size: $font-size-base + 3;
+			font-size: @font-size-base + 3;
 			padding: 0 0 5px;
 
 			a {
-				color: lighten($dark-color, 20%);
+				color: lighten(@dark-color, 20%);
 			}
 		}
 		.price {
 			padding-bottom: 5px;
 
 			.price {
-				font-size: $font-size-base + 3;
+				font-size: @font-size-base + 3;
 			}
 			.old-price {
 				text-decoration: line-through;
-				color: lighten($theme, 40%);
-				font-size: $font-size-base + 1;
+				color: lighten(@theme, 40%);
+				font-size: @font-size-base + 1;
 			}
 		}
 		.wishlist-link {
-			color: darken($light-color, 40%);
-		}
-	}
-}
-
-
-/*V11*/
-
-#wrap {
-	.cs-product {
-		.compare-wishlist-wrapper {
-			.btn {
-				line-height: 28px;
-				.fa {
-					color: $light-color;
-				}
-				&:hover {
-					.fa {
-						color: $theme;
-					}
-				}
-			}
-		}
-		.oe_subdescription{
-			text-align: center;
-			color: lighten($dark-color, 20%);
-			text-align: center;
-			padding: 10px 0;
+			color: darken(@light-color, 40%);
 		}
 	}
-
-	#kingfisher_pro_products_grid_view {
-		letter-spacing: -0.31em;
-		.list-items {
-			letter-spacing: normal;
-			float: none;
-			display: inline-block;
-			vertical-align: top;
-		}
-	}
-}
-
-.shop-by {
-	.nav {
-		-webkit-box-orient: vertical;
-		-webkit-box-direction: normal;
-		-ms-flex-direction: column;
-		flex-direction: column;
-	}
-}
-
-.list-view-box {
-	.list-items {
-		-webkit-box-flex: 0;
-		-ms-flex: 0 0 100%;
-		flex: 0 0 100%;
-    	max-width: 100%;
-	}
-}
-.toolbar-pager {
-	button {
-		cursor: pointer;
-	}
-}
-#description_reviews_tabs {
-	li{
-		a {
-			padding: 10px 15px;
-			display: inline-block;
-		}	
-	}
-}
-.oe_website_spinner {
-	input.quantity {
-		min-width: 50px; 
-	}
 }

+ 28 - 37
static/src/scss/style.scss → static/src/less/style.less

@@ -5,7 +5,7 @@ li.divider {
     display: none;
 }
 .mega-dropdown-menu {
-    background-color: $light-color !important;
+    background-color: @light-color !important;
 
     &.dropdown-menu {
         padding: 15px;
@@ -21,9 +21,7 @@ li.divider {
     }
     .footer {
         padding: 0 15px;
-        border-top: 1px solid darken($light-color, 10%);
-        display: block;
-        width: 100%;
+        border-top: 1px solid darken(@light-color, 10%);
     }
 }
 header {
@@ -39,9 +37,11 @@ header {
 }
 .navbar {
     > .mm_icon {
+
         > a {
             position: relative;
             padding-left: 40px;
+            
         }
         .icon {
             display: inline-block;
@@ -88,7 +88,7 @@ header {
             }
             ;
         }
-        /*.dropdown-header {
+        .dropdown-header {
             margin: 0 0 15px 0;
             padding: 0 0 8px;
             font-size: 16px;
@@ -101,17 +101,17 @@ header {
             a {
                 padding-left: 0;
             }
-        }*/
+        }
         li a:hover {
             text-decoration: none;
         }
         .slider_header {
-            width: 100%;
+            width: 80%;
             white-space: normal;
             display: inline-block;
         }
     }
-    .carousel-control-prev, .carousel-control-next {
+    .carousel-control {
         background: none;
         height: 30px;
         width: 30px;
@@ -135,7 +135,7 @@ header {
         &:hover {
             opacity: 1;
         }
-        &.carousel-control-next {
+        &.right {
             left: auto;
             right: 27px;
         }
@@ -144,7 +144,6 @@ header {
         text-align: center;
         font-size: 20px;
         text-transform: capitalize;
-        width: 100%;
     }
 }
 .carousel-inner {
@@ -173,18 +172,18 @@ header {
 }
 
 /*theme_customize_modal*/
-body .o_theme_customize_modal {
+body #theme_customize_modal {
 
     .modal-dialog {
-        width: 300px !important;
-        /*box-shadow: 0px 0px 0px 1px rgba(144, 141, 141, 0.38);*/
+        width: 300px;
+        box-shadow: 0px 0px 0px 1px rgba(144, 141, 141, 0.38);
 
         .modal-content {
 
             /*box-shadow: none;*/
             border-radius: 0;
             background: #212d41;
-            border: 1px solid $dark-color;
+            border: 1px solid @dark-color;
 
             .modal-header {
                 width: 100%;
@@ -197,24 +196,16 @@ body .o_theme_customize_modal {
                 .close {
                     color: #fff;
                     text-shadow: none;
-                    padding: 0;
-                    margin: 0;
                 }
                 .modal-title {
                     color: #fff;
-                    font-family: $font-family;
+                    font-family: @font-family;
                     padding: 0;
                     font-size: 14px;
                     text-transform: uppercase;
                     font-weight: 600;
-                    margin-top: 0;
-                    display: inline-block;
                 }
             }
-
-            .modal-body{
-               background-color: transparent; 
-            }
             .modal-h5 {
                 width: 100%;
                 display: inline-block;
@@ -222,11 +213,10 @@ body .o_theme_customize_modal {
                 text-align: center;
                 background: none;
                 color: #fff;
-                font-family: $font-family;
+                font-family: @font-family;
                 position: relative;
                 padding: 0 0px 10px;
-                margin: 0 0 20px 0;
-                font-size: 15px;
+                margin: 20px 0;
 
                 &:after {
                     width: 50px;
@@ -241,8 +231,7 @@ body .o_theme_customize_modal {
                 }
             }
             label {
-                font-family: $font-family;
-                width: 100%;
+                font-family: @font-family;
             }
             table[name="layout"] {
                 .center-block {
@@ -293,7 +282,7 @@ body .o_theme_customize_modal {
             table[name="font"] {
                 label {
                     span {
-                        color: $light-color;
+                        color: @light-color;
                         display: block;
                         cursor: pointer;
                         padding: 5px;
@@ -316,7 +305,6 @@ body .o_theme_customize_modal {
                 }
             }
             table[name="bg_patterns"]{
-                margin-bottom: 10px;
                 td{
                     padding: 5px;
                 }
@@ -347,22 +335,22 @@ body .o_theme_customize_modal {
                         vertical-align: top;
                     }
                     .pf-color1{
-                        background: $box-body-bg1;
+                        background: @box-body-bg1;
                     }
                     .pf-color2{
-                        background: $box-body-bg2;
+                        background: @box-body-bg2;
                     }
                     .pf-color3{
-                        background: $box-body-bg3;
+                        background: @box-body-bg3;
                     }
                     .pf-color4{
-                        background: $box-body-bg4;
+                        background: @box-body-bg4;
                     }
                     .pf-color5{
-                        background: $box-body-bg5;
+                        background: @box-body-bg5;
                     }
                     .pf-color6{
-                        background: $box-body-bg6;
+                        background: @box-body-bg6;
                     }
                 }
             }
@@ -370,6 +358,9 @@ body .o_theme_customize_modal {
     }
 }
 
+/**/
+
 
 
-/**/
+li.li-mega-menu > div.row { display: none;}
+.mm_icon > a > .icon { margin-top: -4px;}

Some files were not shown because too many files changed in this diff