@ -0,0 +1,46 @@ | 
				
			|||
.. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg | 
				
			|||
    :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html | 
				
			|||
    :alt: License: LGPL-3 | 
				
			|||
 | 
				
			|||
Theme Diva | 
				
			|||
========== | 
				
			|||
* Design Web Pages with Theme Diva | 
				
			|||
 | 
				
			|||
Configuration | 
				
			|||
============= | 
				
			|||
* No additional configurations needed | 
				
			|||
 | 
				
			|||
License | 
				
			|||
------- | 
				
			|||
General Public License, Version 3 (LGPL v3). | 
				
			|||
(https://www.gnu.org/licenses/lgpl-3.0-standalone.html) | 
				
			|||
 | 
				
			|||
Company | 
				
			|||
------- | 
				
			|||
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ | 
				
			|||
 | 
				
			|||
Credits | 
				
			|||
------- | 
				
			|||
Developer: (V17) Ayana KP, | 
				
			|||
Contact: odoo@cybrosys.com | 
				
			|||
 | 
				
			|||
Contacts | 
				
			|||
-------- | 
				
			|||
* Mail Contact : odoo@cybrosys.com | 
				
			|||
* Website : https://cybrosys.com | 
				
			|||
 | 
				
			|||
Bug Tracker | 
				
			|||
----------- | 
				
			|||
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. | 
				
			|||
 | 
				
			|||
Maintainer | 
				
			|||
========== | 
				
			|||
.. image:: https://cybrosys.com/images/logo.png | 
				
			|||
   :target: https://cybrosys.com | 
				
			|||
This module is maintained by Cybrosys Technologies. | 
				
			|||
 | 
				
			|||
For support and more information, please visit `Our Website <https://cybrosys.com/>`__ | 
				
			|||
 | 
				
			|||
Further information | 
				
			|||
=================== | 
				
			|||
HTML Description: `<static/description/index.html>`__ | 
				
			|||
@ -0,0 +1,23 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
from . import models | 
				
			|||
from . import controllers | 
				
			|||
@ -0,0 +1,102 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
{ | 
				
			|||
    'name': 'Theme Diva', | 
				
			|||
    'version': '17.0.1.0.0', | 
				
			|||
    'category': 'Theme/Corporate', | 
				
			|||
    'summary': """Design Web Pages with Theme Diva. The theme is very ' | 
				
			|||
    'user-friendly and is suitable for your website.""", | 
				
			|||
    'description': """Theme Diva is an attractive and modern eCommerce  | 
				
			|||
     Website theme""", | 
				
			|||
    'author': 'Cybrosys Techno Solutions', | 
				
			|||
    'company': 'Cybrosys Techno Solutions', | 
				
			|||
    'maintainer': 'Cybrosys Techno Solutions', | 
				
			|||
    'website': "https://www.cybrosys.com", | 
				
			|||
    'depends': ['website_sale', 'website_blog', 'hr'], | 
				
			|||
    'data': [ | 
				
			|||
        'security/ir.model.access.csv', | 
				
			|||
        'data/product_featured_data.xml', | 
				
			|||
        'views/featured_configuration.xml', | 
				
			|||
        'views/views.xml', | 
				
			|||
        'views/customize.xml', | 
				
			|||
        'views/layout.xml', | 
				
			|||
        'views/myaccount.xml', | 
				
			|||
        'views/shop.xml', | 
				
			|||
        'views/product_view.xml', | 
				
			|||
        'views/contact.xml', | 
				
			|||
        'views/index_layout/index_banner.xml', | 
				
			|||
        'views/index_layout/index_main_product.xml', | 
				
			|||
        'views/index_layout/index_featured_product.xml', | 
				
			|||
        'views/index_layout/index_demo.xml', | 
				
			|||
        'views/index_layout/index_subscribe.xml', | 
				
			|||
        'views/home_index/banner.xml', | 
				
			|||
        'views/home_index/popular_product.xml', | 
				
			|||
        'views/home_index/Featured_product.xml', | 
				
			|||
        'views/home_index/testimonial.xml', | 
				
			|||
        'views/home_index/offer.xml', | 
				
			|||
        'views/home_index/index2_blog.xml', | 
				
			|||
        'views/diva_index/index3_banner.xml', | 
				
			|||
        'views/diva_index/index3_product.xml', | 
				
			|||
        'views/diva_index/index3_store.xml', | 
				
			|||
        'views/diva_index/index3_gallery.xml', | 
				
			|||
        'views/diva_index/index3_blog.xml', | 
				
			|||
        'views/landing_page/landing_features.xml', | 
				
			|||
        'views/landing_page/landing_demo.xml', | 
				
			|||
        'views/landing_page/landing_banner.xml', | 
				
			|||
        'views/landing_page/landing_sponsored.xml', | 
				
			|||
        'views/landing_page/landing_subscribe.xml', | 
				
			|||
    ], | 
				
			|||
    'assets': { | 
				
			|||
        'web.assets_frontend': [ | 
				
			|||
            'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.30.1/moment.min.js', | 
				
			|||
            '/theme_diva/static/src/xml/home_index_blog.xml', | 
				
			|||
            '/theme_diva/static/src/xml/index_layout_blog.xml', | 
				
			|||
            '/theme_diva/static/src/xml/index_featured_products.xml', | 
				
			|||
            '/theme_diva/static/src/xml/index_featured_products2.xml', | 
				
			|||
            '/theme_diva/static/src/xml/index_main_product.xml', | 
				
			|||
            '/theme_diva/static/src/css/style.css', | 
				
			|||
            'theme_diva/static/src/css/pluginstyle.css', | 
				
			|||
            '/theme_diva/static/src/css/owl.carousel.min.css', | 
				
			|||
            '/theme_diva/static/src/css/animate.min.css', | 
				
			|||
            '/theme_diva/static/src/css/owl.theme.default.min.css', | 
				
			|||
            '/theme_diva/static/src/js/acLazyLoadImage.js', | 
				
			|||
            '/theme_diva/static/src/js/owl.carousel.js', | 
				
			|||
            '/theme_diva/static/src/js/owl.carousel.min.js', | 
				
			|||
            '/theme_diva/static/src/js/index_layout.js', | 
				
			|||
            '/theme_diva/static/src/js/popular_product.js', | 
				
			|||
            '/theme_diva/static/src/js/blog.js', | 
				
			|||
            '/theme_diva/static/src/js/diva_index.js', | 
				
			|||
            '/theme_diva/static/src/js/featured_product2.js', | 
				
			|||
            '/theme_diva/static/src/js/script.js', | 
				
			|||
            '/theme_diva/static/src/js/featured_product.js', | 
				
			|||
            '/theme_diva/static/src/js/home_index.js,', | 
				
			|||
        ], | 
				
			|||
    }, | 
				
			|||
    'images': [ | 
				
			|||
        'static/description/banner.png', | 
				
			|||
        'static/description/theme_screenshot.png' | 
				
			|||
    ], | 
				
			|||
    'license': 'LGPL-3', | 
				
			|||
    'installable': True, | 
				
			|||
    'auto_install': False, | 
				
			|||
    'application': False, | 
				
			|||
} | 
				
			|||
@ -0,0 +1,23 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
from . import theme_diva_blog | 
				
			|||
from . import theme_diva_products | 
				
			|||
@ -0,0 +1,53 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
from odoo import fields, http | 
				
			|||
from odoo.http import request | 
				
			|||
 | 
				
			|||
 | 
				
			|||
class WebsiteBlog(http.Controller): | 
				
			|||
 | 
				
			|||
    @http.route('/get_blog_post', auth="public", type='json', | 
				
			|||
                website=True) | 
				
			|||
    def get_blog_post(self): | 
				
			|||
        """This function is used to get blog post information""" | 
				
			|||
        posts = request.env['blog.post'].sudo().search( | 
				
			|||
            [('website_published', '=', True), | 
				
			|||
             ('post_date', '<=', fields.Datetime.now())], | 
				
			|||
            order='published_date desc', limit=3) | 
				
			|||
        values = { | 
				
			|||
            'posts_recent': posts.read(['name', 'published_date', 'blog_id', 'cover_properties']), | 
				
			|||
        } | 
				
			|||
        return values | 
				
			|||
 | 
				
			|||
    @http.route('/get_blog_posts', auth="public", type='json', | 
				
			|||
                website=True) | 
				
			|||
    def get_blog_posts(self): | 
				
			|||
        """This function is used to get blog post information""" | 
				
			|||
        posts = request.env['blog.post'].sudo().search( | 
				
			|||
            [('website_published', '=', True), | 
				
			|||
             ('post_date', '<=', fields.Datetime.now())], | 
				
			|||
            order='published_date desc', limit=4) | 
				
			|||
        values = { | 
				
			|||
            'posts_recent': posts.read( | 
				
			|||
                ['name', 'published_date', 'blog_id', 'cover_properties']), | 
				
			|||
        } | 
				
			|||
        return values | 
				
			|||
@ -0,0 +1,87 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
from odoo import http | 
				
			|||
from odoo.http import request | 
				
			|||
 | 
				
			|||
 | 
				
			|||
class WebsiteProduct(http.Controller): | 
				
			|||
 | 
				
			|||
    @http.route('/get_featured_product', auth="public", type='json', | 
				
			|||
                website=True) | 
				
			|||
    def get_featured_product(self): | 
				
			|||
        """This function is used to get the featured products""" | 
				
			|||
        published_list_ids = request.env['product.featured'].sudo().search( | 
				
			|||
            [('website_published', '=', True)]).ids | 
				
			|||
        # Use mapped('product_id') to get a list of product records | 
				
			|||
        featured_products1 = request.env[ | 
				
			|||
            'product.featured.relation'].sudo().search( | 
				
			|||
            [('featured_rel_id', 'in', published_list_ids)], limit=4).mapped( | 
				
			|||
            'product_id') | 
				
			|||
        products = [] | 
				
			|||
        for product in featured_products1: | 
				
			|||
            val = { | 
				
			|||
                'product': product.id, | 
				
			|||
                'list_price': product.list_price, | 
				
			|||
                'name': product.name, | 
				
			|||
                'currency': product.currency_id.symbol, | 
				
			|||
                'rating_count': product.rating_count, | 
				
			|||
                'rating_total': product.rating_total, | 
				
			|||
            } | 
				
			|||
            products.append(val) | 
				
			|||
        values = { | 
				
			|||
            'featured_products1': products, | 
				
			|||
        } | 
				
			|||
        return values | 
				
			|||
 | 
				
			|||
    @http.route('/get_featured_products', auth="public", type='json', | 
				
			|||
                website=True) | 
				
			|||
    def get_featured_products(self): | 
				
			|||
        """This function is used to get the featured products""" | 
				
			|||
        published_list_ids = request.env['product.featured'].sudo().search( | 
				
			|||
            [('website_published', '=', True)]).ids | 
				
			|||
        featured_products2 = request.env['product.featured.relation'].sudo().search( | 
				
			|||
            [('featured_rel_id', 'in', published_list_ids)], limit=8).mapped('product_id') | 
				
			|||
        products = [] | 
				
			|||
        for product in featured_products2: | 
				
			|||
            val = { | 
				
			|||
                'product': product.id, | 
				
			|||
                'list_price':product.list_price, | 
				
			|||
                'name': product.name, | 
				
			|||
                'currency': product.currency_id.symbol, | 
				
			|||
            } | 
				
			|||
            products.append(val) | 
				
			|||
        values = { | 
				
			|||
            'featured_products2': products, | 
				
			|||
        } | 
				
			|||
        return values | 
				
			|||
 | 
				
			|||
    @http.route('/get_main_product', auth="public", type='json', | 
				
			|||
                website=True) | 
				
			|||
    def get_main_product(self): | 
				
			|||
        """This function is used to get the main products""" | 
				
			|||
        main_products = request.env['product.template'].sudo().search( | 
				
			|||
            [('website_published', '=', True)], | 
				
			|||
            order='create_date asc', limit=1) | 
				
			|||
        values = { | 
				
			|||
            'main_products': main_products.read(), | 
				
			|||
        } | 
				
			|||
        return values | 
				
			|||
@ -0,0 +1,10 @@ | 
				
			|||
<?xml version="1.0" encoding="utf-8"?> | 
				
			|||
<odoo> | 
				
			|||
<!--    Data file for product featured --> | 
				
			|||
    <data noupdate="1"> | 
				
			|||
        <record id="featured_product" model="product.featured"> | 
				
			|||
            <field name="name">Featured products</field> | 
				
			|||
            <field name="website_published">True</field> | 
				
			|||
        </record> | 
				
			|||
    </data> | 
				
			|||
</odoo> | 
				
			|||
@ -0,0 +1,6 @@ | 
				
			|||
## Module <theme_diva> | 
				
			|||
 | 
				
			|||
#### 15.07.2024 | 
				
			|||
#### Version 17.0.1.0.0 | 
				
			|||
#### ADD | 
				
			|||
- Initial commit for Theme Diva | 
				
			|||
@ -0,0 +1,23 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
from . import product_template | 
				
			|||
from . import product_featured | 
				
			|||
@ -0,0 +1,67 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
from odoo import models, fields | 
				
			|||
 | 
				
			|||
 | 
				
			|||
class FeaturedProducts(models.Model): | 
				
			|||
    """ Model for product featured relation""" | 
				
			|||
    _name = 'product.featured.relation' | 
				
			|||
    _description = 'Featured Products' | 
				
			|||
 | 
				
			|||
    product_id = fields.Many2one('product.template', string="Product", | 
				
			|||
                                 help="Product") | 
				
			|||
    featured_rel_id = fields.Many2one('product.featured', | 
				
			|||
                                      string="Featured Product", | 
				
			|||
                                      help="Featured Product") | 
				
			|||
 | 
				
			|||
 | 
				
			|||
class WebsiteProductFeatured(models.Model): | 
				
			|||
    """ Model for product featured """ | 
				
			|||
    _name = 'product.featured' | 
				
			|||
    _inherit = ['website.published.mixin', 'mail.thread'] | 
				
			|||
    _description = 'Basic model for featured products records' | 
				
			|||
 | 
				
			|||
    def _default_featured_list(self): | 
				
			|||
        """This function is used to get the featured list""" | 
				
			|||
        featured_products = [] | 
				
			|||
        products = self.env['product.template'].search([], limit=8) | 
				
			|||
        for product in products: | 
				
			|||
            featured_products.append((0, 0, { | 
				
			|||
                'product_id': product.id, | 
				
			|||
                'featured_rel_id': self.id | 
				
			|||
            })) | 
				
			|||
        return featured_products | 
				
			|||
 | 
				
			|||
    name = fields.Char(string="Name", help='Name') | 
				
			|||
    website_published = fields.Boolean(string='Available on the Website', | 
				
			|||
                                       copy=False, default=False, | 
				
			|||
                                       help='helps to know whether the product' | 
				
			|||
                                            ' is available on the website') | 
				
			|||
    featured_list_ids = fields.One2many("product.featured.relation", | 
				
			|||
                                        "featured_rel_id", | 
				
			|||
                                        string="Featured List", | 
				
			|||
                                        default=_default_featured_list, | 
				
			|||
                                        help='Relational field to product') | 
				
			|||
    user_id = fields.Many2one('res.users', string="Person Responsible", | 
				
			|||
                              track_visibility='onchange', | 
				
			|||
                              help='Person Responsible', | 
				
			|||
                              default=lambda self: self.env.uid) | 
				
			|||
@ -0,0 +1,47 @@ | 
				
			|||
# -*- coding: utf-8 -*- | 
				
			|||
############################################################################# | 
				
			|||
# | 
				
			|||
#    Cybrosys Technologies Pvt. Ltd. | 
				
			|||
# | 
				
			|||
#    Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) | 
				
			|||
#    Author: Ayana KP (<https://www.cybrosys.com>) | 
				
			|||
# | 
				
			|||
#    You can modify it under the terms of the GNU LESSER | 
				
			|||
#    GENERAL PUBLIC LICENSE (LGPL v3), Version 3. | 
				
			|||
# | 
				
			|||
#    This program is distributed in the hope that it will be useful, | 
				
			|||
#    but WITHOUT ANY WARRANTY; without even the implied warranty of | 
				
			|||
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
				
			|||
#    GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. | 
				
			|||
# | 
				
			|||
#    You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE | 
				
			|||
#    (LGPL v3) along with this program. | 
				
			|||
#    If not, see <http://www.gnu.org/licenses/>. | 
				
			|||
# | 
				
			|||
############################################################################# | 
				
			|||
from odoo import models, fields | 
				
			|||
 | 
				
			|||
 | 
				
			|||
class Rating(models.Model): | 
				
			|||
    _inherit = 'product.template' | 
				
			|||
 | 
				
			|||
    def _compute_rating_count(self): | 
				
			|||
        """This function is used for counting the number of rating""" | 
				
			|||
        for rec in self: | 
				
			|||
            reviews = rec.rating_get_stats() | 
				
			|||
            count_avg = reviews.get('avg') | 
				
			|||
            rec.rating_count = count_avg | 
				
			|||
 | 
				
			|||
    def _compute_rating_total(self): | 
				
			|||
        """This function is used for counting the total rating""" | 
				
			|||
        for rec in self: | 
				
			|||
            reviews = rec.rating_get_stats() | 
				
			|||
            count_total = reviews.get('total') | 
				
			|||
            rec.rating_total = count_total | 
				
			|||
 | 
				
			|||
    rating_count = fields.Float(compute='_compute_rating_count', | 
				
			|||
                                string='Average Rating', help='helps to know ' | 
				
			|||
                                'the Average Rating') | 
				
			|||
    rating_total = fields.Integer(compute='_compute_rating_total', | 
				
			|||
                                  string='Total Rating', | 
				
			|||
                                  help='Helps to know the Total Rating') | 
				
			|||
		
		
			
  | 
| 
		 After Width: | Height: | Size: 144 KiB  | 
| 
		 After Width: | Height: | Size: 18 KiB  | 
| 
		 After Width: | Height: | Size: 99 KiB  | 
| 
		 After Width: | Height: | Size: 69 KiB  | 
| 
		 After Width: | Height: | Size: 73 KiB  | 
| 
		 After Width: | Height: | Size: 132 KiB  | 
| 
		 After Width: | Height: | Size: 116 KiB  | 
| 
		 After Width: | Height: | Size: 151 KiB  | 
| 
		 After Width: | Height: | Size: 78 KiB  | 
| 
		 After Width: | Height: | Size: 191 KiB  | 
| 
		 After Width: | Height: | Size: 72 KiB  | 
| 
		 After Width: | Height: | Size: 133 KiB  | 
| 
		 After Width: | Height: | Size: 1.0 MiB  | 
| 
		 After Width: | Height: | Size: 77 KiB  | 
| 
		 After Width: | Height: | Size: 51 KiB  | 
| 
		 After Width: | Height: | Size: 10 KiB  | 
| 
		 After Width: | Height: | Size: 28 KiB  | 
| 
		 After Width: | Height: | Size: 466 KiB  | 
| 
		 After Width: | Height: | Size: 515 KiB  | 
| 
		 After Width: | Height: | Size: 602 KiB  | 
| 
		 After Width: | Height: | Size: 252 KiB  | 
| 
		 After Width: | Height: | Size: 181 KiB  | 
| 
		 After Width: | Height: | Size: 268 KiB  | 
| 
		 After Width: | Height: | Size: 111 KiB  | 
| 
		 After Width: | Height: | Size: 130 KiB  | 
| 
		 After Width: | Height: | Size: 295 KiB  | 
| 
		 After Width: | Height: | Size: 149 KiB  | 
| 
		 After Width: | Height: | Size: 132 KiB  | 
@ -0,0 +1,279 @@ | 
				
			|||
<!-- Hero Section --> | 
				
			|||
<div class="container pt-4 mt-4 rounded" style="background-color: #fff; font-family: Montserrat, 'sans-serif';"> | 
				
			|||
    <div class="row"> | 
				
			|||
        <div class="col-lg-12 mb-4"> | 
				
			|||
            <img src="images/Cybrosys.png" alt="Cybrosys Logo" style="width: 120px; height: auto;"> | 
				
			|||
            <hr style="border-color: #e1e5e9;"/> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <div class="row"> | 
				
			|||
        <div class="col-lg-12 text-center"> | 
				
			|||
            <img src="images/hero.png" width=60% height="auto" class="mb-4" alt="Theme Screenshot"> | 
				
			|||
        </div> | 
				
			|||
        <div class="col-lg-12 text-center"> | 
				
			|||
            <h1 class="mt-4">Theme Diva</h1> | 
				
			|||
            <p class="lead mb-4" style="max-width: 700px; margin: 0 auto;"> | 
				
			|||
                Theme Diva is an attractive and unique front-end theme mainly suitable for eCommerce websites. The many | 
				
			|||
                custom-designed snippets which have been incorporated will facilitate to add better user experience. | 
				
			|||
                Moreover, the Theme Diva contains the best deals with the new arrival products slider and a testimonial | 
				
			|||
                slider that can be configured from the backend. This theme fully customized the eCommerce website, shop | 
				
			|||
                view, custom categories view, product view, contact us page, and your entire website. Additionally, it | 
				
			|||
                contains a price filter and clear cart options that are available by default. | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
 | 
				
			|||
    <!-- End of Hero Section --> | 
				
			|||
 | 
				
			|||
    <!-- Alternate Section --> | 
				
			|||
    <div class="row p-4"> | 
				
			|||
        <div class="col-lg-6 px-4" style="margin-top: 100px;"> | 
				
			|||
            <h2>Desktop View</h2> | 
				
			|||
            <p class="lead"> | 
				
			|||
                The configurable desktop view will ensure that the subjects of your webpage and website are well aligned | 
				
			|||
                to suit the desktop and laptop screens. | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
        <div class="col-lg-6 px-4"> | 
				
			|||
            <img style="border-radius: 0.5em;" src="images/laptop-screenshots.jpg" width="90%" height="auto" | 
				
			|||
                 class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <div class="row p-4"> | 
				
			|||
        <div class="col-lg-6 px-4"> | 
				
			|||
            <img style="border-radius: 0.5em;" src="images/phone-screenshots.jpg" width="90%" height="auto" | 
				
			|||
                 class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			|||
        </div> | 
				
			|||
        <div class="col-lg-6 px-4" style="margin-top: 100px;"> | 
				
			|||
            <h2>Mobile View</h2> | 
				
			|||
            <p class="lead"> | 
				
			|||
                The Theme Diva can also be configured to be compatible with a smaller screen of your smartphones, | 
				
			|||
                tablets, and other smart devices. | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <!-- End of Alternate Section --> | 
				
			|||
 | 
				
			|||
 | 
				
			|||
    <!-- Two Columns Section --> | 
				
			|||
    <div class="row p-4"> | 
				
			|||
        <!-- Column 1 --> | 
				
			|||
        <div class="col-lg-6"> | 
				
			|||
            <div class="row"> | 
				
			|||
                <div class="col-lg-12"> | 
				
			|||
                    <img style="border-radius: 0.5em;" src="images/1.jpg" width="100%" height="auto" | 
				
			|||
                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			|||
                </div> | 
				
			|||
                <div class="col-lg-12 mt-4"> | 
				
			|||
                    <h2 class="text-center">Home Page</h2> | 
				
			|||
                    <p class="lead text-center"> | 
				
			|||
                        Define an attractive home page that can all be started from scratch and buildup using the | 
				
			|||
                        powerful block tools providing a stylish front end to your website. | 
				
			|||
                    </p> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <!-- End of Column 1 --> | 
				
			|||
 | 
				
			|||
        <!-- Column 2 --> | 
				
			|||
        <div class="col-lg-6"> | 
				
			|||
            <div class="row"> | 
				
			|||
                <div class="col-lg-12"> | 
				
			|||
                    <img style="border-radius: 0.5em;" src="images/3.jpg" width="100%" height="auto" | 
				
			|||
                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			|||
                </div> | 
				
			|||
                <div class="col-lg-12 mt-4"> | 
				
			|||
                    <h2 class="text-center">Product View</h2> | 
				
			|||
                    <p class="lead text-center"> | 
				
			|||
                        Describe the company products in a well-informed and well-defined manner in a distinctive way. | 
				
			|||
                    </p> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <!-- End of Column 2 --> | 
				
			|||
    </div> | 
				
			|||
    <!-- End of Two Columns Section --> | 
				
			|||
 | 
				
			|||
 | 
				
			|||
    <!-- One Column Section --> | 
				
			|||
    <div class="row p-4"> | 
				
			|||
        <div class="col-lg-6"> | 
				
			|||
            <img style="border-radius: 0.5em;" src="images/7.png" width="90%" height="auto" class="mb-4 shadow-sm" | 
				
			|||
                 alt="Theme Screenshot"> | 
				
			|||
        </div> | 
				
			|||
        <div class="col-lg-6" style="padding-top: 100px;"> | 
				
			|||
            <h2>Overview</h2> | 
				
			|||
            <p class="lead"> | 
				
			|||
                The Theme Diva brings style and creativity to your website which is all configurable with simple | 
				
			|||
                operational and functional tools. Moreover, it will help in changing the entire look of your website | 
				
			|||
                catering to every need of the website designing. You can define the best deals, has a new arrival | 
				
			|||
                products slider, testimonial slider, and the capability to craft attractive eCommerce website, shop | 
				
			|||
                view, custom categories view, product view, contact us page, and all the aspects of the website. | 
				
			|||
            </p> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <!-- End of Two Columns Section --> | 
				
			|||
 | 
				
			|||
    <!-- Two Columns Section --> | 
				
			|||
    <div class="row p-4"> | 
				
			|||
        <!-- Column 1 --> | 
				
			|||
        <div class="col-lg-4"> | 
				
			|||
            <div class="row"> | 
				
			|||
                <div class="col-lg-12"> | 
				
			|||
                    <img style="border-radius: 0.5em;" src="images/Blog-Posts.png" width="100%" height="auto" | 
				
			|||
                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			|||
                </div> | 
				
			|||
                <div class="col-lg-12 mt-4"> | 
				
			|||
                    <h2 class="text-center">Contact</h2> | 
				
			|||
                    <p class="lead text-center"> | 
				
			|||
                        Define the contact information of your company in a distinctive webpage and a form to posts the | 
				
			|||
                        customer queries. | 
				
			|||
                    </p> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <!-- End of Column 1 --> | 
				
			|||
 | 
				
			|||
        <!-- Column 2 --> | 
				
			|||
        <div class="col-lg-4"> | 
				
			|||
            <div class="row"> | 
				
			|||
                <div class="col-lg-12"> | 
				
			|||
                    <img style="border-radius: 0.5em;" src="images/1.png" width="100%" height="auto" | 
				
			|||
                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			|||
                </div> | 
				
			|||
                <div class="col-lg-12 mt-4"> | 
				
			|||
                    <h2 class="text-center">Shop</h2> | 
				
			|||
                    <p class="lead text-center"> | 
				
			|||
                        Put your products first by defining the eye-catching eCommerce website. | 
				
			|||
                    </p> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <!-- End of Column 2 --> | 
				
			|||
 | 
				
			|||
 | 
				
			|||
        <!-- Column 4 --> | 
				
			|||
        <div class="col-lg-4"> | 
				
			|||
            <div class="row"> | 
				
			|||
                <div class="col-lg-12"> | 
				
			|||
                    <img style="border-radius: 0.5em;" src="images/5.png" width="100%" height="auto" | 
				
			|||
                         class="mb-4 shadow-sm" alt="Theme Screenshot"> | 
				
			|||
                </div> | 
				
			|||
                <div class="col-lg-12 mt-4"> | 
				
			|||
                    <h2 class="text-center">About</h2> | 
				
			|||
                    <p class="lead text-center"> | 
				
			|||
                        The Attractive Theme Diva will help you to craft a classy website with ease and by dragging and | 
				
			|||
                        dropping the available block tools. | 
				
			|||
                    </p> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
        <!-- End of Column 4 --> | 
				
			|||
    </div> | 
				
			|||
    <!-- End of Two Columns Section --> | 
				
			|||
 | 
				
			|||
    <!-- Demo Pages --> | 
				
			|||
    <section class="oe_container"> | 
				
			|||
        <div class="row" style="margin: 60px auto -30px;"> | 
				
			|||
            <div class="col-lg-12 text-center"> | 
				
			|||
                <h4 class="mt-4">Demo Pages</h4> | 
				
			|||
                <hr style="border-width: 3px; border-color: #0984e3; width: 100px;"> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
 | 
				
			|||
        <div class="row" style="margin: 40px auto; border-radius: 15px; padding: 38px;"> | 
				
			|||
            <div class="col-sm-6 col-md-4 px-2"> | 
				
			|||
                <div class="bg-white shadow overflow-hidden mb32" | 
				
			|||
                     style="border-radius: 15px; width: 300px; padding-bottom: 0; margin-right: 30px;"> | 
				
			|||
                    <img src="./images/demo-1.jpg" width="300px" height="auto"> | 
				
			|||
                    <h6 class="text-center my-3">Home</h6> | 
				
			|||
                    <hr style="border-width: 5px; border-color: #0984e3; width: 150px; margin-bottom: 0;"> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
 | 
				
			|||
            <div class="col-sm-6 col-md-4 px-2"> | 
				
			|||
                <div class="bg-white shadow overflow-hidden mb32" | 
				
			|||
                     style="border-radius: 15px; width: 300px; padding-bottom: 0;"> | 
				
			|||
                    <img src="./images/demo-2.jpg" width="300px" height="auto"> | 
				
			|||
                    <h6 class="text-center my-3">Shop</h6> | 
				
			|||
                    <hr style="border-width: 5px; border-color: #05c46b; width: 150px; margin-bottom: 0;"> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
 | 
				
			|||
            <div class="col-sm-6 col-md-4 px-2"> | 
				
			|||
                <div class="bg-white shadow overflow-hidden mb32" | 
				
			|||
                     style="border-radius: 15px; width: 300px; padding-bottom: 0;"> | 
				
			|||
                    <img src="./images/demo-3.jpg" width="300px" height="auto"> | 
				
			|||
                    <h6 class="text-center my-3">Product Preview</h6> | 
				
			|||
                    <hr style="border-width: 5px; border-color: #f44f52; width: 150px; margin-bottom: 0;"> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
 | 
				
			|||
        </div> | 
				
			|||
 | 
				
			|||
        <div class="row" style="margin: 40px auto; border-radius: 15px; padding: 38px;"> | 
				
			|||
            <div class="col-sm-6 col-md-4 px-2"> | 
				
			|||
                <div class="bg-white shadow overflow-hidden mb32" | 
				
			|||
                     style="border-radius: 15px; width: 300px; padding-bottom: 0; margin-right: 30px;"> | 
				
			|||
                    <img src="./images/7.png" width="300px" height="auto"> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </section> | 
				
			|||
    <!-- End of Demo Pages --> | 
				
			|||
 | 
				
			|||
    <!-- Footer --> | 
				
			|||
    <div class="row" style="margin-top: 4rem;"> | 
				
			|||
        <div class="col-lg-12 text-center"> | 
				
			|||
            <h2>Get Help</h2> | 
				
			|||
            <hr style=" border: 2px solid #b22126; margin-top: 2px;" width="40px"> | 
				
			|||
            <p class="text-center" style="max-width: 650px; margin: 0 auto;">If you have anything to share with us | 
				
			|||
                based | 
				
			|||
                on | 
				
			|||
                your use of this module, please let us know. We are ready to offer our support.</p> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <div class="row"> | 
				
			|||
        <div class="col px-4 pt-3 pb-2 shadow-sm" | 
				
			|||
             style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> | 
				
			|||
            <div class="row"> | 
				
			|||
                <div class="col-lg-8"> | 
				
			|||
                    <h6><a href="mailto:odoo@cybrosys.com" target="_blank" | 
				
			|||
                           style="color: #050505; text-decoration: none;"><i | 
				
			|||
                            class="fa fa-envelope mr-2"></i>odoo@cybrosys.com</a></h6> | 
				
			|||
                </div> | 
				
			|||
                <div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> | 
				
			|||
                    <h6><a href="mailto:odoo@cybrosys.com" target="_blank" | 
				
			|||
                           style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> | 
				
			|||
                    </h6> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <div class="row"> | 
				
			|||
        <div class="col px-4 pt-3 pb-2 shadow-sm" | 
				
			|||
             style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> | 
				
			|||
            <div class="row"> | 
				
			|||
                <div class="col-lg-8"> | 
				
			|||
                    <h6><a href="https://www.cybrosys.com" target="_blank" | 
				
			|||
                           style="color: #050505; text-decoration: none;"><i | 
				
			|||
                            class="fa fa-globe mr-2"></i>www.cybrosys.com</a></h6> | 
				
			|||
                </div> | 
				
			|||
                <div class="col-lg-4 d-flex justify-content-end" style="position: relative;"> | 
				
			|||
                    <h6><a href="https://www.cybrosys.com" target="_blank" | 
				
			|||
                           style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a> | 
				
			|||
                    </h6> | 
				
			|||
                </div> | 
				
			|||
            </div> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <div class="row"> | 
				
			|||
        <div class="col-lg-12 mt-4 mb-2 text-center"> | 
				
			|||
            <p style="font-weight: bold">A Quality Theme From</p> | 
				
			|||
        </div> | 
				
			|||
        <div class="col-lg-12 text-center"> | 
				
			|||
            <img src="images/cybro-logo-oca.png" width="80px" height="auto"> | 
				
			|||
        </div> | 
				
			|||
    </div> | 
				
			|||
    <!-- End of Footer --> | 
				
			|||
</div> | 
				
			|||
| 
		 After Width: | Height: | Size: 322 KiB  | 
@ -0,0 +1,6 @@ | 
				
			|||
/** | 
				
			|||
 * Owl Carousel v2.3.4 | 
				
			|||
 * Copyright 2013-2018 David Deutsch | 
				
			|||
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE | 
				
			|||
 */ | 
				
			|||
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:flex}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} | 
				
			|||
@ -0,0 +1,6 @@ | 
				
			|||
/** | 
				
			|||
 * Owl Carousel v2.3.4 | 
				
			|||
 * Copyright 2013-2018 David Deutsch | 
				
			|||
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE | 
				
			|||
 */ | 
				
			|||
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} | 
				
			|||
@ -0,0 +1,15 @@ | 
				
			|||
body{ | 
				
			|||
text-align: left; | 
				
			|||
} | 
				
			|||
ul, ol{text-align:left} | 
				
			|||
.lazy-container{ | 
				
			|||
	min-height: 90px; | 
				
			|||
	height: 100px; | 
				
			|||
	max-height:300px;  | 
				
			|||
	margin-top:300px;} | 
				
			|||
.lazy-img{ | 
				
			|||
	height:200px; | 
				
			|||
	max-height:300px;  | 
				
			|||
	opacity:0; | 
				
			|||
 | 
				
			|||
} | 
				
			|||
| 
		 After Width: | Height: | Size: 313 B  | 
| 
		 After Width: | Height: | Size: 7.1 KiB  | 
| 
		 After Width: | Height: | Size: 2.7 KiB  | 
| 
		 After Width: | Height: | Size: 3.5 KiB  | 
| 
		 After Width: | Height: | Size: 387 B  | 
| 
		 After Width: | Height: | Size: 1.3 KiB  | 
| 
		 After Width: | Height: | Size: 560 KiB  | 
| 
		 After Width: | Height: | Size: 302 KiB  | 
| 
		 After Width: | Height: | Size: 649 KiB  | 
| 
		 After Width: | Height: | Size: 484 KiB  | 
| 
		 After Width: | Height: | Size: 279 KiB  | 
| 
		 After Width: | Height: | Size: 200 KiB  | 
| 
		 After Width: | Height: | Size: 135 KiB  | 
| 
		 After Width: | Height: | Size: 414 KiB  | 
| 
		 After Width: | Height: | Size: 663 KiB  | 
| 
		 After Width: | Height: | Size: 326 KiB  | 
| 
		 After Width: | Height: | Size: 1.1 MiB  | 
| 
		 After Width: | Height: | Size: 4.5 MiB  | 
| 
		 After Width: | Height: | Size: 355 KiB  | 
| 
		 After Width: | Height: | Size: 161 KiB  | 
| 
		 After Width: | Height: | Size: 7.1 MiB  | 
| 
		 After Width: | Height: | Size: 482 KiB  | 
| 
		 After Width: | Height: | Size: 578 KiB  | 
| 
		 After Width: | Height: | Size: 557 KiB  | 
| 
		 After Width: | Height: | Size: 44 KiB  | 
| 
		 After Width: | Height: | Size: 131 KiB  | 
| 
		 After Width: | Height: | Size: 63 KiB  | 
| 
		 After Width: | Height: | Size: 40 KiB  | 
| 
		 After Width: | Height: | Size: 3.1 KiB  | 
| 
		 After Width: | Height: | Size: 52 KiB  | 
| 
		 After Width: | Height: | Size: 39 KiB  | 
| 
		 After Width: | Height: | Size: 35 KiB  | 
| 
		 After Width: | Height: | Size: 40 KiB  | 
| 
		 After Width: | Height: | Size: 56 KiB  | 
| 
		 After Width: | Height: | Size: 71 KiB  | 
| 
		 After Width: | Height: | Size: 946 KiB  | 
| 
		 After Width: | Height: | Size: 508 KiB  | 
| 
		 After Width: | Height: | Size: 73 KiB  | 
| 
		 After Width: | Height: | Size: 115 KiB  | 
| 
		 After Width: | Height: | Size: 80 KiB  | 
| 
		 After Width: | Height: | Size: 68 KiB  | 
| 
		 After Width: | Height: | Size: 159 KiB  | 
@ -0,0 +1,5 @@ | 
				
			|||
Fonts used in this design: | 
				
			|||
 | 
				
			|||
Font: Montserrat | 
				
			|||
Author: Julieta Ulanovsky,Sol Matas,Juan Pablo del Peral,Jacques Le Bailly | 
				
			|||
Url: https://fonts.google.com/specimen/Montserrat | 
				
			|||
| 
		 After Width: | Height: | Size: 2.2 MiB  | 
| 
		 After Width: | Height: | Size: 14 MiB  | 
| 
		 After Width: | Height: | Size: 10 MiB  | 
| 
		 After Width: | Height: | Size: 6.6 MiB  | 
| 
		 After Width: | Height: | Size: 2.8 MiB  | 
| 
		 After Width: | Height: | Size: 2.1 MiB  | 
| 
		 After Width: | Height: | Size: 470 KiB  | 
| 
		 After Width: | Height: | Size: 1.6 KiB  | 
| 
		 After Width: | Height: | Size: 1.3 KiB  |