<!doctype html>
<html lang="en-US">
    <head >
        <script>
    var require = {
        "baseUrl": "http://www.coffee.net/pub/static/version1543682029/frontend/Infortis/ultimo/en_US"
    };
</script>
        <meta charset="utf-8"/>
<meta name="description" content="We have the highest quality of coffee appliances with the finest espresso machines, coffee equipment, juicers, accessories and many more"/>
<meta name="keywords" content="corona premium coffee, Faema coffee machines, Profesional grinders, 1 group coffee machines, rent coffee machines, service and maintenance coffee machines, commercial coffee machines, speciality coffee, 100% arabica coffee beans, Qatar coffee machines, Doha coffee, BariSTA training, Qatar Barista competition, corona coffee beans."/>
<meta name="robots" content="INDEX,FOLLOW"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<meta name="format-detection" content="telephone=no"/>
<title>Coffee.net - Quality coffee appliances, espresso machines and coffee equipment</title>
<link  rel="stylesheet" type="text/css"  media="all" href="http://www.coffee.net/pub/static/version1543682029/_cache/merged/04834f648fc31f027f7e777de69466af.min.css" />
<link  rel="stylesheet" type="text/css"  media="screen and (min-width: 768px)" href="http://www.coffee.net/pub/static/version1543682029/frontend/Infortis/ultimo/en_US/css/styles-l.min.css" />
<link  rel="stylesheet" type="text/css"  media="print" href="http://www.coffee.net/pub/static/version1543682029/frontend/Infortis/ultimo/en_US/css/print.min.css" />
<script  type="text/javascript"  src="http://www.coffee.net/pub/static/version1543682029/_cache/merged/601b0397db089609c55e5da86cc3374f.min.js"></script>
<link  rel="icon" type="image/x-icon" href="http://www.coffee.net/pub/media/favicon/stores/1/favicon.ico" />
<link  rel="shortcut icon" type="image/x-icon" href="http://www.coffee.net/pub/media/favicon/stores/1/favicon.ico" />
        <link rel="stylesheet" type="text/css" media="all" href="http://www.coffee.net/asset/dynamic/assets/m/iult/f/cfg.css/" />
    <link href="//fonts.googleapis.com/css?family=Bitter|Open+Sans:300,400,600,700" rel="stylesheet" type="text/css" />
    </head>
    <body data-container="body" data-mage-init='{"loaderAjax": {}, "loader": { "icon": "http://www.coffee.net/pub/static/version1543682029/frontend/Infortis/ultimo/en_US/images/loader-2.gif"}}' class="cms-home cms-index-index page-layout-1column">
        
<script>
    try {
        if (!window.localStorage || !window.sessionStorage) {
            throw new Error();
        }

        localStorage.setItem('storage_test', 1);
        localStorage.removeItem('storage_test');
    } catch(e) {
        (function () {
            var Storage = function (type) {
                var data;

                function createCookie(name, value, days) {
                    var date, expires;

                    if (days) {
                        date = new Date();
                        date.setTime(date.getTime()+(days * 24 * 60 * 60 * 1000));
                        expires = '; expires=' + date.toGMTString();
                    } else {
                        expires = '';
                    }
                    document.cookie = name + '=' + value+expires+'; path=/';
                }

                function readCookie(name) {
                    var nameEQ = name + '=',
                        ca = document.cookie.split(';'),
                        i = 0,
                        c;

                    for (i=0; i < ca.length; i++) {
                        c = ca[i];

                        while (c.charAt(0) === ' ') {
                            c = c.substring(1,c.length);
                        }

                        if (c.indexOf(nameEQ) === 0) {
                            return c.substring(nameEQ.length, c.length);
                        }
                    }

                    return null;
                }

                function setData(data) {
                    data = encodeURIComponent(JSON.stringify(data));
                    createCookie(type === 'session' ? getSessionName() : 'localStorage', data, 365);
                }

                function clearData() {
                    createCookie(type === 'session' ? getSessionName() : 'localStorage', '', 365);
                }

                function getData() {
                    var data = type === 'session' ? readCookie(getSessionName()) : readCookie('localStorage');

                    return data ? JSON.parse(decodeURIComponent(data)) : {};
                }

                function getSessionName() {
                    if (!window.name) {
                        window.name = new Date().getTime();
                    }

                    return 'sessionStorage' + window.name;
                }

                data = getData();

                return {
                    length: 0,
                    clear: function () {
                        data = {};
                        this.length = 0;
                        clearData();
                    },

                    getItem: function (key) {
                        return data[key] === undefined ? null : data[key];
                    },

                    key: function (i) {
                        var ctr = 0,
                            k;

                        for (k in data) {
                            if (ctr.toString() === i.toString()) {
                                return k;
                            } else {
                                ctr++
                            }
                        }

                        return null;
                    },

                    removeItem: function (key) {
                        delete data[key];
                        this.length--;
                        setData(data);
                    },

                    setItem: function (key, value) {
                        data[key] = value.toString();
                        this.length++;
                        setData(data);
                    }
                };
            };

            window.localStorage.__proto__ = window.localStorage = new Storage('local');
            window.sessionStorage.__proto__ = window.sessionStorag = new Storage('session');
        })();
    }
</script>
    <script>
        require.config({
            deps: [
                'jquery',
                'mage/translate',
                'jquery/jquery-storageapi'
            ],
            callback: function ($) {
                'use strict';

                var dependencies = [],
                    versionObj;

                $.initNamespaceStorage('mage-translation-storage');
                $.initNamespaceStorage('mage-translation-file-version');
                versionObj = $.localStorage.get('mage-translation-file-version');

                
                if (versionObj.version !== '6e1eb23c61ef51b2531a74ce3b0c354bebdc87ca') {
                    dependencies.push(
                        'text!js-translation.json'
                    );

                }

                require.config({
                    deps: dependencies,
                    callback: function (string) {
                        if (typeof string === 'string') {
                            $.mage.translate.add(JSON.parse(string));
                            $.localStorage.set('mage-translation-storage', string);
                            $.localStorage.set(
                                'mage-translation-file-version',
                                {
                                    version: '6e1eb23c61ef51b2531a74ce3b0c354bebdc87ca'
                                }
                            );
                        } else {
                            $.mage.translate.add($.localStorage.get('mage-translation-storage'));
                        }
                    }
                });
            }
        });
    </script>

<script type="text/x-magento-init">
    {
        "*": {
            "mage/cookies": {
                "expires": null,
                "path": "/",
                "domain": ".www.coffee.net",
                "secure": false,
                "lifetime": "3600"
            }
        }
    }
</script>
    <noscript>
        <div class="message global noscript">
            <div class="content">
                <p>
                    <strong>JavaScript seems to be disabled in your browser.</strong>
                    <span>For the best experience on our site, be sure to turn on Javascript in your browser.</span>
                </p>
            </div>
        </div>
    </noscript>
<!-- BEGIN GOOGLE ANALYTICS CODE -->
<script type="text/x-magento-init">
{
    "*": {
        "Magento_GoogleAnalytics/js/google-analytics": {
            "isCookieRestrictionModeEnabled": 0,
            "currentWebsite": 1,
            "cookieName": "user_allowed_save_cookie",
            "ordersTrackingData": [],
            "pageTrackingData": {"optPageUrl":"","isAnonymizedIpActive":"0","accountId":"UA-86654034-1"}        }
    }
}
</script>
<!-- END GOOGLE ANALYTICS CODE -->
<div class="page-wrapper"><div id="header-container" class="header-container header-mobile page-header"  >
<div id="top" class="header-container2">
<div class="header-container3">

        <!-- Part of the header displayed only in mobile mode -->
    <div class="header-m-container">

        <div class="header-m-top-container">
            <div class="header-m-top header container clearer">
                <div class="inner-container">

                    
                                                                                        
                </div> <!-- end: inner-container -->
            </div> <!-- end: header-m-top -->
        </div> <!-- end: header-m-top-container -->

        <div class="header-m-primary-container">
            <div class="header-m-primary header container">
                <div class="inner-container">

                    
                    <!-- Mobile logo -->
                    <div class="logo-wrapper--mobile">
                        <a class="logo" href="http://www.coffee.net/" title="Coffee.net">
    <strong>Coffee.net</strong>
    <img src="https://www.coffee.net/pub/media/logo/stores/1/logo-ecoffee.png"
         alt="Coffee.net"
    />
</a>
                    </div>
                    <div class="clearer after-mobile-logo"></div>

                    <!-- Skip links -->
                    <div id="skip-links" class="skip-links-wrapper skip-links--4">

                                                    <div data-skiptarget="#header-nav" class="skip-link skip-nav">
                                <span class="icon ic ic-menu"></span>
                                <span class="label">Menu</span>
                            </div>
                        
                                                    <div data-skiptarget="#header-search" class="skip-link skip-search">
                                <span class="icon ic ic-search"></span>
                                <span class="label">Search</span>
                            </div>
                        
                                                    <div data-skiptarget="#header-account" class="skip-link skip-account">
                                <span class="icon ic ic-user"></span>
                                <span class="label">Account</span>
                            </div>
                        
                        
                        
                                                                            <div id="mini-cart-marker-mobile"></div>
                            <div data-block="minicart" class="minicart-wrapper mini-cart filled-heading" id="minicart">         <div data-skiptarget="#header-cart" class="mini-cart-heading dropdown-heading skip-link skip-cart action showcart counter-over-" data-bind="scope: 'minicart_content'">
        <span class="inner-heading">
            <span class="icon ic ic-cart" style="font-size: 20px;"></span>
            <span class="counter qty empty ic ic-char ib ib-size-s ib-rounded"
                  data-bind="css: { empty: !!getCartParam('summary_count') == false }, blockLoader: isLoading">
                <span class="counter-number"><!-- ko text: getCartParam('summary_count') --><!-- /ko --></span>
                <span class="counter-label">
                <!-- ko if: getCartParam('summary_count') -->
                    <!-- ko text: getCartParam('summary_count') --><!-- /ko -->
                    <!-- ko i18n: 'items' --><!-- /ko -->
                <!-- /ko -->
                </span>
            </span>
            <span class="label">Cart</span>
            <span class="caret"></span>
        </span>
    </div>
            <div id="header-cart" class="mini-cart-content dropdown-content skip-content skip-content--style block-cart block block-minicart empty"
            data-role="dropdownDialog"
            data-mage-init='{"dropdownDialog":{
                "triggerEvent": "click mouseenter",
                "appendTo": "[data-block=minicart]",
                "triggerTarget": ".showcart",
                "timeout": "200",
                "closeOnMouseLeave": true,
                "closeOnEscape": true,
                "parentClass": "active open",
                "buttons": []}}'>
            <div id="minicart-content-wrapper" data-bind="scope: 'minicart_content'">
                <!-- ko template: getTemplate() --><!-- /ko -->
            </div>
                    </div>
        <script>
        window.checkout = {"shoppingCartUrl":"https:\/\/www.coffee.net\/checkout\/cart\/","checkoutUrl":"https:\/\/www.coffee.net\/checkout\/","updateItemQtyUrl":"http:\/\/www.coffee.net\/checkout\/sidebar\/updateItemQty\/","removeItemUrl":"http:\/\/www.coffee.net\/checkout\/sidebar\/removeItem\/","imageTemplate":"Magento_Catalog\/product\/image_with_borders","baseUrl":"http:\/\/www.coffee.net\/","minicartMaxItemsVisible":5,"websiteId":"1","maxItemsToDisplay":10,"customerLoginUrl":"https:\/\/www.coffee.net\/customer\/account\/login\/","isRedirectRequired":true,"autocomplete":"off","captcha":{"user_login":{"isCaseSensitive":false,"imageHeight":50,"imageSrc":"","refreshUrl":"http:\/\/www.coffee.net\/captcha\/refresh\/","isRequired":false},"guest_checkout":{"isCaseSensitive":false,"imageHeight":50,"imageSrc":"http:\/\/www.coffee.net\/pub\/media\/captcha\/base\/4797c1ddc48781011fc64d51c70b6629.png","refreshUrl":"http:\/\/www.coffee.net\/captcha\/refresh\/","isRequired":true}}};
    </script>
    <script type="text/x-magento-init">
    {
        "[data-block='minicart']": {
            "Magento_Ui/js/core/app": {"components":{"minicart_content":{"children":{"subtotal.container":{"children":{"subtotal":{"children":{"subtotal.totals":{"config":{"display_cart_subtotal_incl_tax":0,"display_cart_subtotal_excl_tax":1,"template":"Magento_Tax\/checkout\/minicart\/subtotal\/totals"},"component":"Magento_Tax\/js\/view\/checkout\/minicart\/subtotal\/totals","children":{"subtotal.totals.msrp":{"component":"Magento_Msrp\/js\/view\/checkout\/minicart\/subtotal\/totals","config":{"displayArea":"minicart-subtotal-hidden","template":"Magento_Msrp\/checkout\/minicart\/subtotal\/totals"}}}}},"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/subtotal"}}},"component":"uiComponent","config":{"displayArea":"subtotalContainer"}},"item.renderer":{"component":"uiComponent","config":{"displayArea":"defaultRenderer","template":"Magento_Checkout\/minicart\/item\/default"},"children":{"item.image":{"component":"Magento_Catalog\/js\/view\/image","config":{"template":"Magento_Catalog\/product\/image","displayArea":"itemImage"}},"checkout.cart.item.price.sidebar":{"component":"uiComponent","config":{"template":"Magento_Checkout\/minicart\/item\/price","displayArea":"priceSidebar"}}}},"extra_info":{"component":"uiComponent","config":{"displayArea":"extraInfo"}},"promotion":{"component":"uiComponent","config":{"displayArea":"promotion"}}},"config":{"itemRenderer":{"default":"defaultRenderer","simple":"defaultRenderer","virtual":"defaultRenderer"},"template":"Magento_Checkout\/minicart\/content"},"component":"Magento_Checkout\/js\/view\/minicart"}},"types":[]}        },
        "*": {
            "Magento_Ui/js/block-loader": "http://www.coffee.net/pub/static/version1543682029/frontend/Infortis/ultimo/en_US/images/loader-1.gif"
        }
    }
    </script>
    <script type="text/javascript">
        //<![CDATA[
        requirejs(['jquery'], function(jQuery) {
            jQuery(function($) {
                // If header is in mobile mode, remove "display: block". See #10.
                $(document).on('dropdowndialogcreate', function(event) {
                    if ($('#header-container').hasClass('header-mobile'))
                    {
                        $('#header-cart').css('display', '');
                    }
                });
                $(document).on('dropdowndialogbeforeclose', function(event) {
                    $('#header-cart').data('mage-dropdownDialog').opener = $(document.body); // See #5
                });
            });
        }); //end: requirejs
        //]]>
    </script>
</div>
                        
                                                    <div id="header-nav" class="skip-content skip-content--style">
                                <div id="nav-marker-mobile"></div>
                            </div>

                                                    <div id="search-marker-mobile"></div>
                            <div id="header-search" class="skip-content skip-content--style">
<div id="block-search" class="block block-search search-wrapper">     <div class="block block-title"><strong>Search</strong></div>
    <div class="block block-content">
        <form class="form minisearch" id="search_mini_form" action="http://www.coffee.net/catalogsearch/result/" method="get">
            <div class="field search">
                                <div class="control">
                    <input id="search"
                           data-mage-init='{"quickSearch":{
                                "formSelector":"#search_mini_form",
                                "url":"http://www.coffee.net/search/ajax/suggest/",
                                "destinationSelector":"#search_autocomplete"}
                           }'
                           type="text"
                           name="q"
                           value=""
                           placeholder="Search entire store here..."
                           class="input-text"
                           maxlength="128"
                           role="combobox"
                           aria-haspopup="false"
                           aria-autocomplete="both"
                           autocomplete="off"/>
                    <div id="search_autocomplete" class="search-autocomplete"></div>
                                    </div>
            </div>
            <div class="actions">
                <button id="action-search" type="submit"
                        title="Search"
                        class="action search">
                    <span class="icon ic ic-search ib ib-square ib-hover"></span>
                </button>
            </div>
        </form>
    </div>
</div> <!-- end: block-search -->
</div>
                        
                                                    <div id="account-links-marker-mobile"></div>
                                <div id="header-account" class="account-links top-links links-wrapper-separators-left skip-content skip-content--style">
        <ul class="header links"><li><a href="https://www.coffee.net/customer/account/" >Account</a></li><li class="link wishlist" data-bind="scope: 'wishlist'">
    <a href="https://www.coffee.net/wishlist/">Wish List        <!-- ko if: wishlist().counter -->
        <span data-bind="text: wishlist().counter" class="counter qty"></span>
        <!-- /ko -->
    </a>
</li>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Ui/js/core/app": {
                "components": {
                    "wishlist": {
                        "component": "Magento_Wishlist/js/view/wishlist"
                    }
                }
            }
        }
    }

</script>
<li class="authorization-link" data-label="or">
    <a href="https://www.coffee.net/customer/account/login/referer/aHR0cDovL3d3dy5jb2ZmZWUubmV0Lw%2C%2C/">
        Sign In    </a>
</li>
<li><a href="https://www.coffee.net/customer/account/create/" >Sign Up</a></li></ul>    </div>
                        
                        
                            <div class="skip-links-clearer clearer"></div>

                    </div> <!-- end: skip-links-wrapper -->

                </div> <!-- end: inner-container -->
            </div> <!-- end: header-m-primary -->
        </div> <!-- end: header-m-primary-container -->

    </div> <!-- end: header-m-container -->
    
    <!-- Part of the header displayed only in regular mode -->
    <div class="header-top-container">
        <div class="header-top header container clearer">
            <div class="inner-container">

                <a class="action skip contentarea" href="#contentarea"><span>Skip to Content</span></a>

                                
                <div class="left-column">

                    
                    
                                            <div class="item item-left"><div class="hide-below-960" style="float: left; margin-right: 5px;"><span class="ic ic-lg ic-phone"></span> Call +974 30808090</div>
<div class="links-wrapper-separators" style="float: left;">
<ul class="links">
<li><a title="Contact Us" href="https://www.coffee.net/contact/"><strong>Contact Us</strong></a></li>
<!--
<li><a title="News Section" href="http://www.coffee.net/news/">News Section</a></li>
<li><a title="How to Guides" href="http://www.coffee.net/how-to-guides/">How to Guides</a></li>
<li><a title="Coffee Machine Gallery" href="http://www.coffee.net/coffee-machine-gallery/">Coffee Machine Gallery</a></li>--></ul>
</div></div>
                    
                                            <div class="item item-left local-font hidden-xs hidden-sm">
                            <div class="welcome">Welcome to Coffee.net - Professional Coffee Machines</div>
                        </div>
                    
                                            <div class="item item-left">
                            <div class="item link compare" data-bind="scope: 'compareProducts'" data-role="compare-products-link">
    <a class="action compare no-display" title="Compare Products"
       data-bind="attr: {'href': compareProducts().listUrl}, css: {'no-display': !compareProducts().count}"
    >
        Compare Products        <span class="counter qty" data-bind="text: compareProducts().countCaption"></span>
    </a>
</div>
<script type="text/x-magento-init">
{"[data-role=compare-products-link]": {"Magento_Ui/js/core/app": {"components":{"compareProducts":{"component":"Magento_Catalog\/js\/view\/compare-products"}}}}}
</script>
                        </div>
                    
                </div> <!-- end: left column -->

                <div class="right-column">

                    
                    
                    
                </div> <!-- end: right column -->

            </div> <!-- end: inner-container -->
        </div> <!-- end: header-top -->
    </div> <!-- end: header-top-container -->

    <div class="header-primary-container">
        <div class="header-primary header container">
            <div class="inner-container">

                                
                                <div class="hp-blocks-holder">

                                            <!-- Left column -->
                        <div class="hp-block left-column grid12-4">
                                                                                                                            <div class="item"><div class="logo-wrapper logo-wrapper--regular">    <h1 class="logo">
        <a href="http://www.coffee.net/" title="Coffee.net">
            <strong>Coffee.net</strong>
            <img src="https://www.coffee.net/pub/media/logo/stores/1/logo-ecoffee.png"
                 alt="Coffee.net"
                                              />
        </a>
    </h1>
</div></div>
                                                                                    </div> <!-- end: left column -->
                    
                                            <!-- Central column -->
                        <div class="hp-block central-column grid12-4">
                                                                                                                            <div class="item"><div id="search-marker-regular"></div></div>
                                                                                    </div> <!-- end: central column -->
                    
                                            <!-- Right column -->
                        <div class="hp-block right-column grid12-4">
                                                                                                                            <div class="item"><div id="user-menu-wrapper-regular">
    <div id="user-menu" class="user-menu">

        
        
                    <div id="mini-cart-marker-regular"></div>        
        
                
        
        
        
                
        
                    <div id="account-links-marker-regular"></div>        
        
        
    </div> <!-- end: user-menu -->
</div>
</div>
                                                                                    </div> <!-- end: right column -->
                                        
                </div> <!-- end: hp-blocks-holder -->

            </div> <!-- end: inner-container -->
        </div> <!-- end: header-primary -->
    </div> <!-- end: header-primary-container -->

            
    <div class="nav-container skip-content sticky-container">
        <div class="nav container clearer">
            <div class="inner-container"><div class="navi-wrapper">

        <ul class="nav-holders-wrapper right-column">
        <li id="nav-holder1" class="nav-item level0 level-top nav-holder"></li>
        <li id="nav-holder2" class="nav-item level0 level-top nav-holder"></li>
        <li id="nav-holder3" class="nav-item level0 level-top nav-holder"></li>
    </ul>

            
        <div id="mobnav-trigger" class="mobnav-trigger menu-trigger">
            <div class="menu-trigger-inner">
                <span class="trigger-icon"><span class="line"></span><span class="line"></span><span class="line"></span></span>
                <span class="label">Menu</span>
            </div>
        </div>

    
        
            
        <div id="nav-marker-regular"></div>
    <nav id="mainmenu" class="navi nav-regular opt-fx-fade-inout opt-sb0 opt-sob opt-hide480 with-bullets">
        <ul>

                        
            
                            <li class="nav-item nav-item--home level0 level-top active">
                    <a class="level-top" href="https://www.coffee.net/"><span>Home</span></a>
                </li>
                        
                                        <li class="nav-item level0 nav-1 level-top first nav-item--parent classic nav-item--only-subcategories parent"><a href="https://www.coffee.net/brands.html" class="level-top"><span>BRANDS</span><span class="caret"></span></a><span class="opener"></span><ul class="level0 nav-submenu nav-panel--dropdown nav-panel"><li class="nav-item level1 nav-1-1 first classic"><a href="https://www.coffee.net/brands/corona.html"><span>CORONA</span></a></li><li class="nav-item level1 nav-1-2 classic"><a href="https://www.coffee.net/brands/faema.html"><span>FAEMA</span></a></li><li class="nav-item level1 nav-1-3 classic"><a href="https://www.coffee.net/brands/zummo.html"><span>ZUMMO</span></a></li><li class="nav-item level1 nav-1-4 classic"><a href="https://www.coffee.net/brands/giesen.html"><span>GIESEN</span></a></li><li class="nav-item level1 nav-1-5 classic"><a href="https://www.coffee.net/brands/sublime-syrups.html"><span>SUBLIME SYRUPS</span></a></li><li class="nav-item level1 nav-1-6 classic"><a href="https://www.coffee.net/brands/queen.html"><span>COFFEE QUEEN</span></a></li><li class="nav-item level1 nav-1-7 last classic"><a href="https://www.coffee.net/brands/hario.html"><span>HARIO</span></a></li></ul></li><li class="nav-item level0 nav-2 level-top nav-item--parent mega nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee-makers.html" class="level-top"><span>COFFEE MACHINES</span><span class="caret"></span></a><span class="opener"></span><div class="nav-panel--dropdown nav-panel full-width"><div class="nav-panel-inner"><div class="nav-block--center grid12-12"><ul class="level0 nav-submenu nav-submenu--mega dd-itemgrid dd-itemgrid-3col"><li class="nav-item level1 nav-2-1 first nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee-makers/espresso-machines.html"><span>ESPRESSO MACHINES</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-2-1-1 first classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/bean-to-cup-combo.html"><span>Bean to Cup / Combo</span></a></li><li class="nav-item level2 nav-2-1-2 classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/single-boiler.html"><span>Single Boiler</span></a></li><li class="nav-item level2 nav-2-1-3 classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/dual-boiler.html"><span>Dual Boiler</span></a></li><li class="nav-item level2 nav-2-1-4 classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/multi-boilers.html"><span>Multi Boiler</span></a></li><li class="nav-item level2 nav-2-1-5 classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/smart-bolier.html"><span>Smart Bolier</span></a></li><li class="nav-item level2 nav-2-1-6 classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/lever-operated.html"><span>Lever Operated</span></a></li><li class="nav-item level2 nav-2-1-7 classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/heat-exchanger.html"><span>Heat Exchanger</span></a></li><li class="nav-item level2 nav-2-1-8 last classic"><a href="https://www.coffee.net/coffee-makers/espresso-machines/pressure-profile-machines.html"><span>Pressure Profile System</span></a></li></ul></li><li class="nav-item level1 nav-2-2 nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee-makers/all-coffee-makers.html"><span>ALL COFFEE MAKERS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-2-2-9 first last classic"><a href="https://www.coffee.net/coffee-makers/all-coffee-makers/filter-drip-coffee-makers-french-press.html"><span>Filter/Drip Coffee Makers/French Press</span></a></li></ul></li><li class="nav-item level1 nav-2-3 nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee-makers/commercial-coffee-machines.html"><span>COMMERCIAL COFFEE MACHINES</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-2-3-10 first classic"><a href="https://www.coffee.net/coffee-makers/commercial-coffee-machines/one-group-commercial-coffee-machine.html"><span>One Group Commercial Coffee Machine</span></a></li><li class="nav-item level2 nav-2-3-11 classic"><a href="https://www.coffee.net/coffee-makers/commercial-coffee-machines/two-group-commercial-coffee-machines.html"><span>Two Group Commercial Coffee Machines</span></a></li><li class="nav-item level2 nav-2-3-12 classic"><a href="https://www.coffee.net/coffee-makers/commercial-coffee-machines/three-group-commercial-coffee-machines.html"><span>Three  Group Commercial Coffee Machines</span></a></li><li class="nav-item level2 nav-2-3-13 classic"><a href="https://www.coffee.net/coffee-makers/commercial-coffee-machines/four-group-commercial-coffee-machines.html"><span>Four Group Commercial Coffee Machines</span></a></li><li class="nav-item level2 nav-2-3-14 last classic"><a href="https://www.coffee.net/coffee-makers/commercial-coffee-machines/commercial-coffee-filter-makers.html"><span>Commercial Coffee Filter Makers</span></a></li></ul></li><li class="nav-item level1 nav-2-4 last nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee-makers/portable-hand-held-coffee-makers-grinders.html"><span>SUPERAUTOMATIC MACHINES</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-2-4-15 first classic"><a href="https://www.coffee.net/coffee-makers/portable-hand-held-coffee-makers-grinders/portable-handheld-coffee-makers.html"><span>Refrigerated Unit</span></a></li><li class="nav-item level2 nav-2-4-16 last classic"><a href="https://www.coffee.net/coffee-makers/portable-hand-held-coffee-makers-grinders/portable-handheld-grinders.html"><span>Cup Warmer</span></a></li></ul></li></ul></div></div></div></li><li class="nav-item level0 nav-3 level-top nav-item--parent mega nav-item--only-subcategories parent"><a href="https://www.coffee.net/grinders.html" class="level-top"><span>GRINDERS</span><span class="caret"></span></a><span class="opener"></span><div class="nav-panel--dropdown nav-panel full-width"><div class="nav-panel-inner"><div class="nav-block--center grid12-12"><ul class="level0 nav-submenu nav-submenu--mega dd-itemgrid dd-itemgrid-3col"><li class="nav-item level1 nav-3-1 first nav-item--only-subcategories parent"><a href="https://www.coffee.net/grinders/coffee-grinders.html"><span>COMMERCIAL GRINDERS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-3-1-1 first classic"><a href="https://www.coffee.net/grinders/coffee-grinders/64-65mm-burr-grinder.html"><span>64/65mm Burr Grinder</span></a></li><li class="nav-item level2 nav-3-1-2 classic"><a href="https://www.coffee.net/grinders/coffee-grinders/60-mm-burr-grinder.html"><span>68 mm Burr Grinder</span></a></li><li class="nav-item level2 nav-3-1-3 classic"><a href="https://www.coffee.net/grinders/coffee-grinders/74-75mm-burr-grinder.html"><span>74/75mm Burr Grinder</span></a></li><li class="nav-item level2 nav-3-1-4 last classic"><a href="https://www.coffee.net/grinders/coffee-grinders/conical-burr-grinders.html"><span>Conical Burr Grinders</span></a></li></ul></li><li class="nav-item level1 nav-3-2 last"><a href="https://www.coffee.net/grinders/grinders-for-home.html"><span>Grinders for home use</span></a></li></ul></div></div></div></li><li class="nav-item level0 nav-4 level-top nav-item--parent mega nav-item--only-subcategories parent"><a href="https://www.coffee.net/barista-tools.html" class="level-top"><span>BARISTA TOOLS</span><span class="caret"></span></a><span class="opener"></span><div class="nav-panel--dropdown nav-panel full-width"><div class="nav-panel-inner"><div class="nav-block--center grid12-12"><ul class="level0 nav-submenu nav-submenu--mega dd-itemgrid dd-itemgrid-4col"><li class="nav-item level1 nav-4-1 first nav-item--only-subcategories parent"><a href="https://www.coffee.net/barista-tools/bwt-best-water-technology-water-filtration-systems.html"><span>WATER FILTRATION SYSTEMS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-4-1-1 first last classic"><a href="https://www.coffee.net/barista-tools/bwt-best-water-technology-water-filtration-systems/btw-cartridges-heads.html"><span>Cartridges &amp; Heads</span></a></li></ul></li><li class="nav-item level1 nav-4-2 nav-item--only-subcategories parent"><a href="https://www.coffee.net/barista-tools/utensils.html"><span>UTENSILS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-4-2-2 first classic"><a href="https://www.coffee.net/barista-tools/utensils/kettles-pour-over-jugs-swan-neck.html"><span>Kettles/Pour Over Jugs/Swan Neck</span></a></li><li class="nav-item level2 nav-4-2-3 classic"><a href="https://www.coffee.net/barista-tools/utensils/knock-out-boxes-drawers.html"><span>Knock Box/Milk Pitchers</span></a></li><li class="nav-item level2 nav-4-2-4 classic"><a href="https://www.coffee.net/barista-tools/utensils/miscelaneous.html"><span>Miscelaneous</span></a></li><li class="nav-item level2 nav-4-2-5 classic"><a href="https://www.coffee.net/barista-tools/utensils/scales.html"><span>Scales</span></a></li><li class="nav-item level2 nav-4-2-6 classic"><a href="https://www.coffee.net/barista-tools/utensils/steam-tips-wands-accessories.html"><span>Steam Tips/Wands/Accessories</span></a></li><li class="nav-item level2 nav-4-2-7 classic"><a href="https://www.coffee.net/barista-tools/utensils/tampers-leveling-tools.html"><span>Tampers/Leveling/Mat</span></a></li><li class="nav-item level2 nav-4-2-8 classic"><a href="https://www.coffee.net/barista-tools/utensils/tamping-stands.html"><span>Tamping Stands</span></a></li><li class="nav-item level2 nav-4-2-9 classic"><a href="https://www.coffee.net/barista-tools/utensils/porta-filter-handles-baskets.html"><span>Porta Filter &amp; Baskets</span></a></li><li class="nav-item level2 nav-4-2-10 last classic"><a href="https://www.coffee.net/barista-tools/utensils/pressure-and-temperature-aids.html"><span>Thermometers </span></a></li></ul></li><li class="nav-item level1 nav-4-3 nav-item--only-subcategories parent"><a href="https://www.coffee.net/barista-tools/cleaning-and-filtration.html"><span>CLEANING AND FILTRATION</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-4-3-11 first classic"><a href="https://www.coffee.net/barista-tools/cleaning-and-filtration/all-cleaning.html"><span>All Cleaning</span></a></li><li class="nav-item level2 nav-4-3-12 classic"><a href="https://www.coffee.net/barista-tools/cleaning-and-filtration/dish-washers.html"><span>Glass Washers</span></a></li><li class="nav-item level2 nav-4-3-13 classic"><a href="https://www.coffee.net/barista-tools/cleaning-and-filtration/group-head-grinder-brushes.html"><span>Group head/Grinder brushes</span></a></li><li class="nav-item level2 nav-4-3-14 last classic"><a href="https://www.coffee.net/barista-tools/cleaning-and-filtration/water-filters-softeners.html"><span>Water Filters/Softeners</span></a></li></ul></li><li class="nav-item level1 nav-4-4 nav-item--only-subcategories parent"><a href="https://www.coffee.net/barista-tools/glasses-cups-and-saucers.html"><span>GLASSES, CUPS AND SAUCERS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-4-4-15 first classic"><a href="https://www.coffee.net/barista-tools/glasses-cups-and-saucers/all-coffee-glasses-cups-and-soucers.html"><span>All Coffee Glasses, Cups and Soucers</span></a></li><li class="nav-item level2 nav-4-4-16 classic"><a href="https://www.coffee.net/barista-tools/glasses-cups-and-saucers/test.html"><span>Corona Cups and Soucers</span></a></li><li class="nav-item level2 nav-4-4-17 classic"><a href="https://www.coffee.net/barista-tools/glasses-cups-and-saucers/paper-cups-and-lids.html"><span>Corona Paper cups</span></a></li><li class="nav-item level2 nav-4-4-18 last classic"><a href="https://www.coffee.net/barista-tools/glasses-cups-and-saucers/shot-glasses.html"><span>Shot Glasses</span></a></li></ul></li><li class="nav-item level1 nav-4-5 last nav-item--only-subcategories parent"><a href="https://www.coffee.net/barista-tools/books-clothing-t-shirts.html"><span>CLOTHING/T-SHIRTS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-4-5-19 first last classic"><a href="https://www.coffee.net/barista-tools/books-clothing-t-shirts/clothing-t-shirts.html"><span>Clothing/T-Shirts</span></a></li></ul></li></ul></div></div></div></li><li class="nav-item level0 nav-5 level-top nav-item--parent mega nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee.html" class="level-top"><span>COFFEE</span><span class="caret"></span></a><span class="opener"></span><div class="nav-panel--dropdown nav-panel full-width"><div class="nav-panel-inner"><div class="nav-block--center grid12-12"><ul class="level0 nav-submenu nav-submenu--mega dd-itemgrid dd-itemgrid-2col"><li class="nav-item level1 nav-5-1 first nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee/coffee-from-the-roastery.html"><span>CORONA COFFEE </span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-5-1-1 first classic"><a href="https://www.coffee.net/coffee/coffee-from-the-roastery/roasted-coffee-250g.html"><span>Coffee 250g</span></a></li><li class="nav-item level2 nav-5-1-2 classic"><a href="https://www.coffee.net/coffee/coffee-from-the-roastery/roasted-coffee-1kg.html"><span>Coffee 1kg</span></a></li><li class="nav-item level2 nav-5-1-3 last classic"><a href="https://www.coffee.net/coffee/coffee-from-the-roastery/coffee-capsules.html"><span>Coffee Capsules</span></a></li></ul></li><li class="nav-item level1 nav-5-2 last nav-item--only-subcategories parent"><a href="https://www.coffee.net/coffee/cafe-supplies.html"><span>CAFE SUPPLIES</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-5-2-4 first classic"><a href="https://www.coffee.net/coffee/cafe-supplies/take-away-products.html"><span>Take Away Products</span></a></li><li class="nav-item level2 nav-5-2-5 classic"><a href="https://www.coffee.net/coffee/cafe-supplies/filter-papers.html"><span>Filter Papers</span></a></li><li class="nav-item level2 nav-5-2-6 last classic"><a href="https://www.coffee.net/coffee/cafe-supplies/syrups.html"><span>Syrups</span></a></li></ul></li></ul></div></div></div></li><li class="nav-item level0 nav-6 level-top nav-item--parent mega nav-item--only-subcategories parent"><a href="https://www.coffee.net/brewing.html" class="level-top"><span>BREWING</span><span class="caret"></span></a><span class="opener"></span><div class="nav-panel--dropdown nav-panel full-width"><div class="nav-panel-inner"><div class="nav-block--center grid12-12"><ul class="level0 nav-submenu nav-submenu--mega dd-itemgrid dd-itemgrid-2col"><li class="nav-item level1 nav-6-1 first last nav-item--only-subcategories parent"><a href="https://www.coffee.net/brewing/coffee-brewing.html"><span>COFFEE BREWING</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-6-1-1 first classic"><a href="https://www.coffee.net/brewing/coffee-brewing/accessories-and-spare-parts.html"><span>Accessories and Spare Parts</span></a></li><li class="nav-item level2 nav-6-1-2 classic"><a href="https://www.coffee.net/brewing/coffee-brewing/coffee-brewers-drip-filter-french-press.html"><span>Coffee Brewers/Drip/Filter/French Press</span></a></li><li class="nav-item level2 nav-6-1-3 classic"><a href="https://www.coffee.net/brewing/coffee-brewing/coffee-cupping.html"><span>Coffee Cupping</span></a></li><li class="nav-item level2 nav-6-1-4 classic"><a href="https://www.coffee.net/brewing/coffee-brewing/filter-papers.html"><span>Filter Papers</span></a></li><li class="nav-item level2 nav-6-1-5 classic"><a href="https://www.coffee.net/brewing/coffee-brewing/hand-coffee-grinders.html"><span>Hand Coffee Grinders</span></a></li><li class="nav-item level2 nav-6-1-6 classic"><a href="https://www.coffee.net/brewing/coffee-brewing/kettles.html"><span>Kettles</span></a></li><li class="nav-item level2 nav-6-1-7 classic"><a href="https://www.coffee.net/brewing/coffee-brewing/scales.html"><span>Scales</span></a></li><li class="nav-item level2 nav-6-1-8 last classic"><a href="https://www.coffee.net/brewing/coffee-brewing/stove-top-coffee.html"><span>Stove Top Coffee</span></a></li></ul></li></ul></div></div></div></li><li class="nav-item level0 nav-7 level-top nav-item--parent mega nav-item--only-subcategories parent"><a href="https://www.coffee.net/roasters.html" class="level-top"><span>ROASTERS</span><span class="caret"></span></a><span class="opener"></span><div class="nav-panel--dropdown nav-panel full-width"><div class="nav-panel-inner"><div class="nav-block--center grid12-12"><ul class="level0 nav-submenu nav-submenu--mega dd-itemgrid dd-itemgrid-2col"><li class="nav-item level1 nav-7-1 first nav-item--only-subcategories parent"><a href="https://www.coffee.net/roasters/commercial-coffee-roasters.html"><span>COMMERCIAL COFFEE ROASTERS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-7-1-1 first classic"><a href="https://www.coffee.net/roasters/commercial-coffee-roasters/gene-cafe-cbr1200-parts.html"><span>0,5 – 6 kg kg green beans</span></a></li><li class="nav-item level2 nav-7-1-2 classic"><a href="https://www.coffee.net/roasters/commercial-coffee-roasters/coffee-tech-coffee-roasters.html"><span>0,5 – 15 kg green beans</span></a></li><li class="nav-item level2 nav-7-1-3 classic"><a href="https://www.coffee.net/roasters/commercial-coffee-roasters/15-30-kg.html"><span>15 – 30 kg green beans</span></a></li><li class="nav-item level2 nav-7-1-4 classic"><a href="https://www.coffee.net/roasters/commercial-coffee-roasters/22-5-45-kg-green-beans.html"><span>22,5 – 45 kg green beans</span></a></li><li class="nav-item level2 nav-7-1-5 classic"><a href="https://www.coffee.net/roasters/commercial-coffee-roasters/30-60-kg-green-beans.html"><span>30 – 60 kg green beans</span></a></li><li class="nav-item level2 nav-7-1-6 last classic"><a href="https://www.coffee.net/roasters/commercial-coffee-roasters/140-kg-green-beans.html"><span>140 kg green beans</span></a></li></ul></li><li class="nav-item level1 nav-7-2 last nav-item--only-subcategories parent"><a href="https://www.coffee.net/roasters/home-coffee-roasters.html"><span>HOME COFFEE ROASTERS</span><span class="caret"></span></a><span class="opener"></span><ul class="level1 nav-submenu nav-panel"><li class="nav-item level2 nav-7-2-7 first last classic"><a href="https://www.coffee.net/roasters/home-coffee-roasters/250g-coffee-roasters.html"><span>100gr to 1,5kg green coffee</span></a></li></ul></li></ul></div></div></div></li><li class="nav-item level0 nav-8 level-top last classic"><a href="https://www.coffee.net/juicer.html" class="level-top"><span>Juicers</span></a></li>                    
                                    
                                        	<li class="nav-item level0 level-top">
		<a class="level-top" href="https://www.coffee.net/academy" title="Academy">
			<span>Academy</span>
		</a>
	</li>                        
        </ul>
    </nav>

    <div class="nav-border-bottom"></div>

</div> <!-- end: navi-wrapper -->
<script type="text/javascript">
//<![CDATA[

requirejs(['jquery', 'ultramegamenu'], function(jQuery, ultramegamenu) {

    var topMenuContainer = jQuery('#mainmenu');
    var topMenuSettings = {
        mobileMenuThreshold: 992        , isVerticalLayout: false        , mobnavTriggerSelector: '#mobnav-trigger'
        , vertnavTriggerSelector: '#vertnav-trigger'
        , mode: 0                , initVerticalMenuCollapsed: true        , outermostContainer: jQuery('.hp-blocks-holder')        , fullWidthDdContainer: jQuery('.hp-blocks-holder')    };
    var theTopMenu = topMenuContainer.ultramegamenu(topMenuSettings).data("infortis-ultramegamenu");
    theTopMenu.enableDropdowns();

        
        jQuery(function($) {

            var itemsList = topMenuContainer.children('ul');

            // Non-clickable links
            itemsList.on('click', '.no-click', function(e) {
                e.preventDefault();
            });

        }); //end: on document ready

        jQuery(window).on("load", function() {

            var menubar = topMenuContainer;
            var isTouchDevice = ('ontouchstart' in window) || (navigator.msMaxTouchPoints > 0);
            if (isTouchDevice)
            {
                menubar.on('click', 'a', function(e) {

                    var link = jQuery(this);
                    if (!menubar.hasClass('nav-mobile') && link.parent().hasClass('nav-item--parent'))
                    {
                        if (!link.hasClass('ready'))
                        {
                            e.preventDefault();
                            menubar.find('.ready').removeClass('ready');
                            link.parents('li').children('a').addClass('ready');
                        }
                    }

                }); //end: on click
            } //end: if isTouchDevice

        }); //end: on load

    
}); //end: requirejs

//]]>
</script>
</div>
        </div>
    </div>    
</div> <!-- end: header-container3 -->
</div> <!-- end: header-container2 -->
</div> <!-- end: header-container -->
<script type="text/javascript">
//<![CDATA[

requirejs(['jquery', 'smartheader', 'stickyheader', 'dropdownDialog'], function(jQuery, smartheader, stickyheader, dropdownDialog) {

    var theHeaderContainer = jQuery('#header-container');

        
        //alert('header tpl, before smartheader');

        theHeaderContainer.smartheader();

    
    jQuery(function($) {

        //console.log('header tpl, on(ready), ater smartheader');
        //alert('header tpl, on(ready), ater smartheader');

        
            // Skip Links
            var skipContents = $('.skip-content');
            var skipLinks = $('.skip-link');

            skipLinks.on('click', function (event) {

                // In case skip link is "a" tag
                event.preventDefault();

                var self = $(this);
                var target = self.data('skiptarget');

                // Get target element
                var elem = $(target);

                // Check if stub is open
                var isSkipContentOpen = elem.hasClass('skip-active') ? 1 : 0;

                // Hide all stubs
                skipLinks.removeClass('skip-active');
                skipContents.removeClass('skip-active');

                // Toggle stubs
                if (isSkipContentOpen) {
                    self.removeClass('skip-active');
                } else {
                    self.addClass('skip-active');
                    elem.addClass('skip-active');
                }
            });

        
        
            var stickyHeaderSettings = {
                stickyThreshold: 992            };
            theHeaderContainer.stickyheader(stickyHeaderSettings);

        
    }); //end: on document ready

}); //end: requirejs

//]]>
</script>
<div class="main-container"><div class="main container"><div class="inner-container"><main id="maincontent" class="page-main"><a id="contentarea" tabindex="-1"></a>
<div class="page messages"><div data-placeholder="messages"></div>
<div data-bind="scope: 'messages'">
    <!-- ko if: cookieMessages && cookieMessages.length > 0 -->
    <div role="alert" data-bind="foreach: { data: cookieMessages, as: 'message' }" class="messages">
        <div data-bind="attr: {
            class: 'message-' + message.type + ' ' + message.type + ' message',
            'data-ui-id': 'message-' + message.type
        }">
            <div data-bind="html: message.text"></div>
        </div>
    </div>
    <!-- /ko -->
    <!-- ko if: messages().messages && messages().messages.length > 0 -->
    <div role="alert" data-bind="foreach: { data: messages().messages, as: 'message' }" class="messages">
        <div data-bind="attr: {
            class: 'message-' + message.type + ' ' + message.type + ' message',
            'data-ui-id': 'message-' + message.type
        }">
            <div data-bind="html: message.text"></div>
        </div>
    </div>
    <!-- /ko -->
</div>
<script type="text/x-magento-init">
    {
        "*": {
            "Magento_Ui/js/core/app": {
                "components": {
                        "messages": {
                            "component": "Magento_Theme/js/view/messages"
                        }
                    }
                }
            }
    }
</script>
</div>
    
            <div class="slideshow-wrapper-additional" >
    
            <div class="slideshow-wrapper-outer">

                <div class="slideshow-wrapper col-sm-9 no-gutter  slider-arrows2 slider-pagination2 pagination-pos-over-bottom-centered">
                    <div id="slideshow-30a07cba2209f2a0e4cda988505565d8" class="slideshow owl-carousel">
                                                    <!-- Slide 1 -->
<div class="item">
<div class="ban"><img class="image" src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/slide1.jpg" alt="faema e61 legend" />
<div class="cap cap-top-right cap-push-down-10 cap-push-left-10 cap-no-bg cap-text-bg cap-text-bg-light-1">
<h2 class="text" style="font-size: 36px;" data-animate-in="fadeInUp delay-0-5">E61 - Legend</h2>
<p class="text" style="font-size: 18px;" data-animate-in="fadeInUp delay-1">Express your art</p>
<p class="text" style="font-size: 18px;" data-animate-in="fadeInUp delay-1-5"></p>
</div>
</div>
</div>
<!-- end: slide -->
<!-- Slide 2 -->
<div class="item">
<div class="ban ban-effect-1"><img class="image" src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/slide2.jpg" alt="corona - a passion for coffee" />
<div class="cap cap-bottom-left cap-push-up-10 cap-push-right-10 cap-no-bg cap-text-bg cap-text-bg-dark-2">
<h2 class="text" style="font-size: 36px;" data-animate-in="fadeInRight">A passion for coffee</h2>
<p class="text" style="font-size: 18px;" data-animate-in="fadeInRight delay-0-5"></p>
</div>
</div>
</div>
<!-- end: slide -->
<!-- Slide 3 -->
<div class="item">
<div class="ban ban-effect-1"><img class="image" src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/slide3.jpg" alt="faema - best espresso machines" />
<div class="cap cap-bottom cap-no-bg cap-push-up-10 cap-push-right-10">
<div class="feature feature-icon-hover indent indent-size-xl"><span class="ic ic-2x ic-heart-o ib ib-size-xl ib-ef-3 ib-ef-3a" data-animate-in="fadeInDown delay-1"></span>
<h3 class="no-margin" style="color: #fff; font-size: 35px; line-height: 80px;" data-animate-in="fadeInDown">We know what is brewing in your mind</h3>
</div>
</div>
</div>
</div>
<!-- end: slide -->
<!-- Slide 4 -->
<div class="item">
<div class="ban ban-effect-fade-out"><img class="image" src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/slide4.jpg" alt="corona - best coffee" /></div>
</div>
<!-- end: slide -->                                            </div>
                </div> 
                                    <div id="slideshow-banners-30a07cba2209f2a0e4cda988505565d8" class="slideshow-banners col-sm-3 no-right-gutter hidden-xs"><div class="row row-bottom-gutter-half">

	<!-- Banner 1 -->
	<div class="col-md-12 small-banner">
		<a href="/brands/corona.html" title="Corona Coffee Beans">
			<div class="ban ban-effect-3">
				<img class="image" src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/banners/side1.jpg" alt="Corona coffee beans" />
				<div class="cap cap-bottom-right cap-no-bg cap-text-bg cap-text-bg-light-1 hidden-sm" style="background-color: rgba(91, 210, 236, 0.85);">
					<h4 class="text"></h4>
				</div>
			</div>
		</a>
	</div>

	<!-- Banner 2 -->
	<div class="col-md-12 small-banner">
		<a href="/brands/giesen.html" title="Giesen Roasters">
			<div class="ban ban-effect-3">
				<img class="image" src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/banners/side2.jpg" alt="Giesen coffee roasters" />
				<div class="cap cap-bottom-right cap-no-bg cap-text-bg cap-text-bg-dark-1 hidden-sm" style="background-color: rgba(245, 88, 86, 0.85);">
					<h4 class="text"></h4>
				</div>
			</div>
		</a>
	</div>

	<!-- Banner 3 -->
	<div class="col-md-12 small-banner">
		<a href="/brands/sublime-syrups.html" title="Sublime Syrups">
		<div class="ban ban-effect-3">
			<img class="image" src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/banners/side3.jpg" alt="Sublime - Best syrups flavors for your coffee" />
			<div class="cap cap-bottom-right cap-no-bg cap-text-bg cap-text-bg-light-1 hidden-sm" style="background-color: rgba(135, 195, 30, 0.85);">
				<h4 class="text"></h4>
			</div>
		</div>
		</a>
	</div>

</div> <!-- end: row -->
</div>
                
            </div> 
            </div>     
<script type="text/javascript">
//<![CDATA[
requirejs(['jquery','owlcarousel'], function(jQuery, owlcarousel){ //

    jQuery(function($) {
        
        var owl = $('#slideshow-30a07cba2209f2a0e4cda988505565d8');
        owl.owlCarousel({

            navigationText: false
            , addClassActive: true

                    , singleItem: true

            
        
                    , slideSpeed: 500        
                    , paginationSpeed: 500        
                    , autoPlay: 15000        
                    , stopOnHover: true
        
                    , rewindNav: true
            , rewindSpeed: 600
        
                    , pagination: true
        
                    , navigation: true
        
                    , autoHeight: true
        
            , beforeInit: function() {
                var firstSlide = owl.find('.item:eq(0)');
                firstSlide.find('[data-animate-in]').each(function() {
                    $(this).addClass($(this).data('animate-in') + ' animated');
                });
            }

                        , afterMove: function() {
                owl.find('.owl-item.active [data-animate-in]').each(function() {
                    $(this).addClass($(this).data('animate-in') + ' animated');
                });
            }

            , beforeMove: function() {
                owl.find('.owl-item.active [data-animate-in]').each(function() {
                    $(this).removeClass($(this).data('animate-in') + ' animated');
                });
            }

                    , afterInit: function() {
                owl.parent().parent().children('#slideshow-banners-30a07cba2209f2a0e4cda988505565d8').addClass('_show');
            }
        
        }); // end: owl

    });

});
//]]>
</script>
<div class="columns"><div class="column main"><input name="form_key" type="hidden" value="rxQzWKyzyWXxDBMc" /><div id="authenticationPopup" data-bind="scope:'authenticationPopup'" style="display: none;">
    <script>
        window.authenticationPopup = {"autocomplete":"off","customerRegisterUrl":"https:\/\/www.coffee.net\/customer\/account\/create\/","customerForgotPasswordUrl":"https:\/\/www.coffee.net\/customer\/account\/forgotpassword\/","baseUrl":"http:\/\/www.coffee.net\/"};
    </script>
    <!-- ko template: getTemplate() --><!-- /ko -->
    <script type="text/x-magento-init">
        {
            "#authenticationPopup": {
                "Magento_Ui/js/core/app": {"components":{"authenticationPopup":{"component":"Magento_Customer\/js\/view\/authentication-popup","children":{"messages":{"component":"Magento_Ui\/js\/view\/messages","displayArea":"messages"},"captcha":{"component":"Magento_Captcha\/js\/view\/checkout\/loginCaptcha","displayArea":"additional-login-form-fields","formId":"user_login","configSource":"checkout"}}}}}            },
            "*": {
                "Magento_Ui/js/block-loader": "http\u003A\u002F\u002Fwww.coffee.net\u002Fpub\u002Fstatic\u002Fversion1543682029\u002Ffrontend\u002FInfortis\u002Fultimo\u002Fen_US\u002Fimages\u002Floader\u002D1.gif"
            }
        }
    </script>
</div>
<script type="text/x-magento-init">
{"*":{"Magento_Customer\/js\/section-config":{"sections":{"stores\/store\/switch":"*","directory\/currency\/switch":"*","*":["messages"],"customer\/account\/logout":["recently_viewed_product","recently_compared_product"],"customer\/account\/loginpost":"*","customer\/account\/createpost":"*","customer\/account\/editpost":"*","customer\/ajax\/login":["checkout-data","cart"],"catalog\/product_compare\/add":["compare-products"],"catalog\/product_compare\/remove":["compare-products"],"catalog\/product_compare\/clear":["compare-products"],"sales\/guest\/reorder":["cart"],"sales\/order\/reorder":["cart"],"checkout\/cart\/add":["cart"],"checkout\/cart\/delete":["cart"],"checkout\/cart\/updatepost":["cart"],"checkout\/cart\/updateitemoptions":["cart"],"checkout\/cart\/couponpost":["cart"],"checkout\/cart\/estimatepost":["cart"],"checkout\/cart\/estimateupdatepost":["cart"],"checkout\/onepage\/saveorder":["cart","checkout-data","last-ordered-items"],"checkout\/sidebar\/removeitem":["cart"],"checkout\/sidebar\/updateitemqty":["cart"],"rest\/*\/v1\/carts\/*\/payment-information":["cart","checkout-data","last-ordered-items"],"rest\/*\/v1\/guest-carts\/*\/payment-information":["cart","checkout-data"],"rest\/*\/v1\/guest-carts\/*\/selected-payment-method":["cart","checkout-data"],"rest\/*\/v1\/carts\/*\/selected-payment-method":["cart","checkout-data"],"multishipping\/checkout\/overviewpost":["cart"],"paypal\/express\/placeorder":["cart","checkout-data"],"paypal\/payflowexpress\/placeorder":["cart","checkout-data"],"authorizenet\/directpost_payment\/place":["cart","checkout-data"],"review\/product\/post":["review"],"braintree\/paypal\/placeorder":["cart","checkout-data"],"wishlist\/index\/add":["wishlist"],"wishlist\/index\/remove":["wishlist"],"wishlist\/index\/updateitemoptions":["wishlist"],"wishlist\/index\/update":["wishlist"],"wishlist\/index\/cart":["wishlist","cart"],"wishlist\/index\/fromcart":["wishlist","cart"],"wishlist\/index\/allcart":["wishlist","cart"],"wishlist\/shared\/allcart":["wishlist","cart"],"wishlist\/shared\/cart":["cart"]},"clientSideSections":["checkout-data","cart-data"],"baseUrls":["https:\/\/www.coffee.net\/","http:\/\/www.coffee.net\/"]}}}</script>
<script type="text/x-magento-init">
{"*":{"Magento_Customer\/js\/customer-data":{"sectionLoadUrl":"http:\/\/www.coffee.net\/customer\/section\/load\/","expirableSectionLifetime":60,"expirableSectionNames":["cart"],"cookieLifeTime":"3600","updateSessionUrl":"http:\/\/www.coffee.net\/customer\/account\/updateSession\/"}}}</script>
<script type="text/x-magento-init">
{"*":{"Magento_Customer\/js\/invalidation-processor":{"invalidationRules":{"website-rule":{"Magento_Customer\/js\/invalidation-rules\/website-rule":{"scopeConfig":{"websiteId":1}}}}}}}</script>
<script type="text/x-magento-init">
    {
        "body": {
            "pageCache": {"url":"http:\/\/www.coffee.net\/page_cache\/block\/render\/","handles":["default","cms_index_index","cms_page_view","cms_index_index_id_home"],"originalRequest":{"route":"cms","controller":"index","action":"index","uri":"\/"},"versionCookieName":"private_content_version"}        }
    }
</script>
<div class="page-title" style="margin-top: 20px;">
<h2>Coffee.net - Espresso Coffee Machines, Grinders and Barista Accessories</h2>
</div>
<p></p>
<div class="grid12-6 no-left-gutter"> 
<div class="block itemslider slider-arrows1 slider-arrows1-pos-top-right slider-pagination1">
    <div class="block-title"><strong>Recommended Products</strong></div>
    <div class="block-content">
        <div class="items-grid centered ">
            <div id="itemslider-featured-85499e1fe6f6edeaffce115d6e42b6f3" class="products list items product-items owl-carousel">
                                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-e71.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/1/-/1-fontale_3_gruppi_1024_0.png" 
                                        alt="FAEMA E71 GTi A/3" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"64","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"64","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA E71 GTi A/3" href="http://www.coffee.net/faema-e71.html">
                                        FAEMA E71 GTi A/3                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-emblema-a3-autosteam.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/e/m/emblemaa3.jpg" 
                                        alt="FAEMA EMBLEMA A/3 AutoSteam Milk4 - Tall Cup Version" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"66","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"66","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA EMBLEMA A/3 AutoSteam Milk4 - Tall Cup Version" href="http://www.coffee.net/faema-emblema-a3-autosteam.html">
                                        FAEMA EMBLEMA A/3 AutoSteam Milk4 - Tall Cup Version                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-e71e-a-3.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/g/a/gallery_1-2.png" 
                                        alt="Faema E71Essence  A/3" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"74","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"74","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="Faema E71Essence  A/3" href="http://www.coffee.net/faema-e71e-a-3.html">
                                        Faema E71Essence  A/3                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-emblema-a3-autosteam-a2.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/e/m/emblemaa2.jpg" 
                                        alt="FAEMA EMBLEMA A/2 AutoSteam Milk4 - Tall Cup Version" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"141","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"141","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA EMBLEMA A/2 AutoSteam Milk4 - Tall Cup Version" href="http://www.coffee.net/faema-emblema-a3-autosteam-a2.html">
                                        FAEMA EMBLEMA A/2 AutoSteam Milk4 - Tall Cup Version                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                            </div> <!-- end: element with the itemslider ID -->
        </div> <!-- end: items-grid -->    
    </div> <!-- end: block-content -->
</div>
    <script type="text/x-magento-init">
    {
        "[data-role=tocart-form], .form.map.checkout": {
            "catalogAddToCart": {}
        }
    }
    </script>
<script type="text/javascript">
//<![CDATA[

    requirejs(['jquery','owlcarousel'], function(jQuery, owl)
    {
        jQuery(function($) {
            var owl = $('#itemslider-featured-85499e1fe6f6edeaffce115d6e42b6f3');
            owl.owlCarousel({

                                    lazyLoad: true,
                 
                                    itemsCustom: [ [0, 1], [320, 2], [480, 3], [768, 2], [992, 2], [1200, 3] ],
                    responsiveRefreshRate: 50,
                 
                                    slideSpeed: 200,
                 
                                    paginationSpeed: 500,
                 
                                    scrollPerPage: true,
                 
                                    autoPlay: 4000,
                 
                                    stopOnHover: true,
                 
                                    rewindNav: true,
                    rewindSpeed: 600,
                 
                                    pagination: false,
                                    navigation: true,
                    navigationText: false

            });
        });
    });

//]]>
</script>
</div>
<div class="grid12-6 no-right-gutter"> 
<div class="block itemslider slider-arrows1 slider-arrows1-pos-top-right slider-pagination1">
    <div class="block-title"><strong>Recommended Products</strong></div>
    <div class="block-content">
        <div class="items-grid centered ">
            <div id="itemslider-featured-16d9ce47ffaf815a09dbcfa30a9e2afe" class="products list items product-items owl-carousel">
                                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/corona-imperatore.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/0/7/071018_corona_coffee_001.jpg" 
                                        alt="CORONA IMPERATORE    Coffee Beans 1000gr" />
                                
                                                                
                            </a>

                                                            <span class="sticker-wrapper top-left"><span class="sticker custom">Promo</span></span>                            
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"43","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"43","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="CORONA IMPERATORE    Coffee Beans 1000gr" href="http://www.coffee.net/corona-imperatore.html">
                                        CORONA IMPERATORE    Coffee Beans 1000gr                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-43"                data-price-amount="31"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€31.00</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-carisma.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/c/a/carisma_a_quicksteam_0.jpg" 
                                        alt="FAEMA CARISMA A/1" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"60","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"60","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA CARISMA A/1" href="http://www.coffee.net/faema-carisma.html">
                                        FAEMA CARISMA A/1                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="60">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-60"                data-price-amount="2360"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€2,360.00</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-groundbreaker.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/g/r/groundbreaker_gamma_1_small_1_1.png" 
                                        alt="FAEMA GROUNDBREAKER" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"67","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"67","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA GROUNDBREAKER" href="http://www.coffee.net/faema-groundbreaker.html">
                                        FAEMA GROUNDBREAKER                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-carisma-s1.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/c/a/carisma_s.jpg" 
                                        alt="FAEMA CARISMA S/1" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"154","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"154","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9ODczMmI0MmE0Njg0MGY3ZGExMzljZTFhMGUzODQwYmM,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA CARISMA S/1" href="http://www.coffee.net/faema-carisma-s1.html">
                                        FAEMA CARISMA S/1                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="154">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-154"                data-price-amount="1960"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€1,960.00</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                            </div> <!-- end: element with the itemslider ID -->
        </div> <!-- end: items-grid -->    
    </div> <!-- end: block-content -->
</div>
    <script type="text/x-magento-init">
    {
        "[data-role=tocart-form], .form.map.checkout": {
            "catalogAddToCart": {}
        }
    }
    </script>
<script type="text/javascript">
//<![CDATA[

    requirejs(['jquery','owlcarousel'], function(jQuery, owl)
    {
        jQuery(function($) {
            var owl = $('#itemslider-featured-16d9ce47ffaf815a09dbcfa30a9e2afe');
            owl.owlCarousel({

                                    lazyLoad: true,
                 
                                    itemsCustom: [ [0, 1], [320, 2], [480, 3], [768, 2], [992, 2], [1200, 3] ],
                    responsiveRefreshRate: 50,
                 
                                    slideSpeed: 200,
                 
                                    paginationSpeed: 500,
                 
                                    scrollPerPage: true,
                 
                                    autoPlay: 4000,
                 
                                    stopOnHover: true,
                 
                                    rewindNav: true,
                    rewindSpeed: 600,
                 
                                    pagination: false,
                                    navigation: true,
                    navigationText: false

            });
        });
    });

//]]>
</script>
</div>
<div class="clearer"></div>
<p><br />  
<div class="block itemslider slider-arrows1 slider-arrows1-pos-top-right slider-pagination1">
    <div class="block-title"><strong>Our Featured Products</strong></div>
    <div class="block-content">
        <div class="items-grid size-s centered ">
            <div id="itemslider-featured-5450fa18eced4baa7733209758760223" class="products list items product-items owl-carousel">
                                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/zummo-z1.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/z/1/z1-nature-beige1.jpg" 
                                        alt="ZUMMO Z1" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"50","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"50","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="ZUMMO Z1" href="http://www.coffee.net/zummo-z1.html">
                                        ZUMMO Z1                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/zummo-zk.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/m/o/movil-kiosco-home.png" 
                                        alt="ZUMMO ZK" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"57","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"57","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="ZUMMO ZK" href="http://www.coffee.net/zummo-zk.html">
                                        ZUMMO ZK                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-barcode.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/b/a/barcode-cs_11_2md-gallery_1.png" 
                                        alt="FAEMA BARCODE Milk PS/11" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"58","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"58","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA BARCODE Milk PS/11" href="http://www.coffee.net/faema-barcode.html">
                                        FAEMA BARCODE Milk PS/11                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-mf.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/m/f/mf-aut.jpg" 
                                        alt="FAEMA MF" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"68","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"68","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA MF" href="http://www.coffee.net/faema-mf.html">
                                        FAEMA MF                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/faema-e61-1.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/g/a/gamma4.jpg" 
                                        alt="FAEMA E61 Limited Edition S/2" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"91","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"91","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="FAEMA E61 Limited Edition S/2" href="http://www.coffee.net/faema-e61-1.html">
                                        FAEMA E61 Limited Edition S/2                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                            </div> <!-- end: element with the itemslider ID -->
        </div> <!-- end: items-grid -->    
    </div> <!-- end: block-content -->
</div>
    <script type="text/x-magento-init">
    {
        "[data-role=tocart-form], .form.map.checkout": {
            "catalogAddToCart": {}
        }
    }
    </script>
<script type="text/javascript">
//<![CDATA[

    requirejs(['jquery','owlcarousel'], function(jQuery, owl)
    {
        jQuery(function($) {
            var owl = $('#itemslider-featured-5450fa18eced4baa7733209758760223');
            owl.owlCarousel({

                                    lazyLoad: true,
                 
                                    itemsCustom: [ [0, 1], [320, 2], [480, 3], [768, 4], [992, 5] ],
                    responsiveRefreshRate: 50,
                 
                                    slideSpeed: 200,
                 
                                    paginationSpeed: 500,
                 
                                    scrollPerPage: true,
                 
                 
                                    stopOnHover: true,
                 
                                    rewindNav: true,
                    rewindSpeed: 600,
                 
                                    pagination: true,
                                    navigation: true,
                    navigationText: false

            });
        });
    });

//]]>
</script>
 <br /><br /><br /></p>
<div class="grid-container page-banners">
<div class="grid12-4 no-left-gutter banner text-center"><br /><br /><img src="http://www.coffee.net/pub/media/wysiwyg/coffee_promotions.png" alt="Sample banner" width="271" height="186" /> <br /><br /></div>
<div class="grid12-4">
<div class="feature feature-icon-hover indent first"><span class="ic ic-char ib" style="background-color: #ddd;">1</span>
<h4>Coffee Machines</h4>
<p>We offer a wide range of various coffee <span class="hide-below-1280"> machines, our team of experts will help you chose the best coffee machine based on your need and budget.</span> <span class="hide-below-960"></span></p>
</div>
<div class="feature feature-icon-hover indent"><span class="ic ic-char ib" style="background-color: #ddd;">2</span>
<h4>Grinders</h4>
<p>Choosing the right grinder is as important as choosing a coffee machine. <span class="hide-below-1280">We have selected very carefully top grinders to satisfy everyone’s taste. </span> <span class="hide-below-960"></span></p>
</div>
<div class="feature feature-icon-hover indent last"><span class="ic ic-char ib" style="background-color: #ddd;">3</span>
<h4>Coffee</h4>
<p>Whether you prefer coffee beans, capsules or filtered coffee, we have selected the best Italian coffee brand with the highest standard of quality and freshness.<span class="hide-below-1280"></span> <span class="hide-below-960"></span></p>
</div>
</div>
<div class="grid12-4 no-right-gutter hide-below-768">
<div class="page-banners grid-container-spaced">
<div class="grid12-12 no-gutter banner fade-on-hover"><a href="/brands/faema.html"> <img src="http://www.coffee.net/pub/media/wysiwyg/infortis/ultimo/custom/banners/3a.jpg" alt="Coffee Machines" /> </a></div>
<div class="grid12-6 no-left-gutter banner fade-on-hover"><a href="/brands/faema.html"> <img src="http://www.coffee.net/pub/media/wysiwyg/infortis/ultimo/custom/banners/3b.jpg" alt="Grinders" /> </a></div>
<div class="grid12-6 no-right-gutter banner fade-on-hover"><a href="/brands/corona.html"> <img src="http://www.coffee.net/pub/media/wysiwyg/infortis/ultimo/custom/banners/3c.jpg" alt="Corona Coffee" /> </a></div>
</div>
</div>
</div>
<p><br /><br /><br />  
<div class="block itemslider slider-arrows1 slider-arrows1-pos-top-right slider-pagination1">
    <div class="block-title"><strong>New in Store</strong></div>
    <div class="block-content">
        <div class="items-grid size-s centered ">
            <div id="itemslider-featured-6b0efd18cdf054d30029d5c794b3733b" class="products list items product-items owl-carousel">
                                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/corona-imperatore.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/0/7/071018_corona_coffee_001.jpg" 
                                        alt="CORONA IMPERATORE    Coffee Beans 1000gr" />
                                
                                                                
                            </a>

                                                            <span class="sticker-wrapper top-left"><span class="sticker custom">Promo</span></span>                            
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"43","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"43","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="CORONA IMPERATORE    Coffee Beans 1000gr" href="http://www.coffee.net/corona-imperatore.html">
                                        CORONA IMPERATORE    Coffee Beans 1000gr                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="43">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-43"                data-price-amount="31"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€31.00</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/corona-principe.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/0/7/071018_corona_coffee_004.jpg" 
                                        alt="CORONA PRINCIPE Coffee Beans 1000gr" />
                                
                                                                
                            </a>

                                                            <span class="sticker-wrapper top-left"><span class="sticker custom">Promo</span></span>                            
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"44","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"44","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="CORONA PRINCIPE Coffee Beans 1000gr" href="http://www.coffee.net/corona-principe.html">
                                        CORONA PRINCIPE Coffee Beans 1000gr                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="44">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-44"                data-price-amount="26"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€26.00</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/corona-maestro.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/0/7/071018_corona_coffee_007.jpg" 
                                        alt="CORONA MAESTRO Coffee Beans 1000gr" />
                                
                                                                
                            </a>

                                                            <span class="sticker-wrapper top-left"><span class="sticker custom">Promo</span></span>                            
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"45","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"45","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="CORONA MAESTRO Coffee Beans 1000gr" href="http://www.coffee.net/corona-maestro.html">
                                        CORONA MAESTRO Coffee Beans 1000gr                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="45">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-45"                data-price-amount="22"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€22.00</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/corona-cavaliere.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/0/7/071018_corona_coffee_010.jpg" 
                                        alt="CORONA CAVALIERE Ground Coffee 1000gr" />
                                
                                                                
                            </a>

                                                            <span class="sticker-wrapper top-left"><span class="sticker custom">Promo</span></span>                            
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"46","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"46","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="CORONA CAVALIERE Ground Coffee 1000gr" href="http://www.coffee.net/corona-cavaliere.html">
                                        CORONA CAVALIERE Ground Coffee 1000gr                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="46">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-46"                data-price-amount="17"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€17.00</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/corona-principe-capsules.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/0/7/071018_corona_coffee_019.jpg" 
                                        alt="CORONA PRINCIPE Capsules " />
                                
                                                                
                            </a>

                                                            <span class="sticker-wrapper top-left"><span class="sticker custom">Promo</span></span>                            
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"47","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"47","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="CORONA PRINCIPE Capsules " href="http://www.coffee.net/corona-principe-capsules.html">
                                        CORONA PRINCIPE Capsules                                     </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="47">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-47"                data-price-amount="3.7"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€3.70</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/corona-maestro-capsules.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/0/7/071018_corona_coffee_023.jpg" 
                                        alt="CORONA MAESTRO Capsules" />
                                
                                                                
                            </a>

                                                            <span class="sticker-wrapper top-left"><span class="sticker new">New</span><span class="sticker custom">Promo</span></span>                            
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"48","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"48","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="CORONA MAESTRO Capsules" href="http://www.coffee.net/corona-maestro-capsules.html">
                                        CORONA MAESTRO Capsules                                    </a>
                                </strong>
                            
                                                                                        
                                                            <div class="price-box price-final_price" data-role="priceBox" data-product-id="48">
    

<span class="price-container price-final_price tax weee"
        >
        <span  id="product-price-48"                data-price-amount="3.7"
        data-price-type="finalPrice"
        class="price-wrapper ">
        <span class="price">€3.70</span>    </span>
        </span>

</div>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                
                
                <div class="item">
                    <div class="product-item-info">
                                                <div class="product-item-img">

                            <a href="http://www.coffee.net/zummo-z1.html" class="product photo product-item-photo" style="max-width:170px;">

                                                                    <img class="product-image-photo lazyOwl" 
                                        data-src="http://www.coffee.net/pub/media/catalog/product/cache/191566591ee6a44e22c4d8237e6985b6/z/1/z1-nature-beige1.jpg" 
                                        alt="ZUMMO Z1" />
                                
                                                                
                            </a>

                                                                                        
                                                                                                                                                                        <div data-role="add-to-links" class="actions-secondary addto-links addto-links-icons addto-onimage onhover">
            <a href="#"
                class="action towishlist "
                title="Wish List"
                aria-label="Wish List"
                data-post='{"action":"https:\/\/www.coffee.net\/wishlist\/index\/add\/","data":{"product":"50","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                data-action="add-to-wishlist"
                role="button">
                    <span class="icon ib ib-hover ic ic-heart "></span>
                    <span class="label">Wish List</span>
            </a>
            
            <a href="#"
                class="action tocompare "
                title="Compare"
                aria-label="Compare"
                data-post='{"action":"http:\/\/www.coffee.net\/catalog\/product_compare\/add\/","data":{"product":"50","uenc":"aHR0cDovL3d3dy5jb2ZmZWUubmV0Lz9TSUQ9OGYxMzgzZjgwMTJiZjQzNGQ1OTJhOTQzYjliYmI2MzQ,"}}'
                role="button">
                    <span class="icon ib ib-hover ic ic-compare "></span>
                    <span class="label">Compare</span>
            </a>
            </div>
                                                                                                
                        </div> <!-- end: product-item-img -->
                        <div class="product details product-item-details">

                                                            <strong class="product name product-item-name">
                                    <a class="product-item-link" title="ZUMMO Z1" href="http://www.coffee.net/zummo-z1.html">
                                        ZUMMO Z1                                    </a>
                                </strong>
                            
                                                                                        
                                                            <a href="/contact/" class="btn btn-primary">Contact Us</a>                            
                            <div class="product actions product-item-actions">

                                
                            </div> <!-- end: product-item-actions -->
                        </div> <!-- end: product-item-details -->
                    </div> <!-- end: product-item-info -->
                </div>

                
                            </div> <!-- end: element with the itemslider ID -->
        </div> <!-- end: items-grid -->    
    </div> <!-- end: block-content -->
</div>
    <script type="text/x-magento-init">
    {
        "[data-role=tocart-form], .form.map.checkout": {
            "catalogAddToCart": {}
        }
    }
    </script>
<script type="text/javascript">
//<![CDATA[

    requirejs(['jquery','owlcarousel'], function(jQuery, owl)
    {
        jQuery(function($) {
            var owl = $('#itemslider-featured-6b0efd18cdf054d30029d5c794b3733b');
            owl.owlCarousel({

                                    lazyLoad: true,
                 
                                    itemsCustom: [ [0, 1], [320, 2], [480, 3], [768, 4], [992, 5] ],
                    responsiveRefreshRate: 50,
                 
                                    slideSpeed: 200,
                 
                                    paginationSpeed: 500,
                 
                                    scrollPerPage: true,
                 
                 
                                    stopOnHover: true,
                 
                                    rewindNav: true,
                    rewindSpeed: 600,
                 
                                    pagination: true,
                                    navigation: true,
                    navigationText: false

            });
        });
    });

//]]>
</script>
 <br /><br /><br /> <div class="block itemslider brand-slider itemslider-responsive slider-arrows1 slider-arrows1-pos-top-right slider-pagination1 slider-pagination1-centered">
    <div class="block-title padding-right"><strong>Our Brands</strong></div>
    <div class="block-content">
        <div id="itemslider-brands-e9fda8df90ce3f920bd898d01a14a893">
                                                <div class="item">
                                            <a class="fade-on-hover" href="/brands/faema.html" title="Click to see more products from Faema">
                            <img class="lazyOwl" data-src="https://www.coffee.net/pub/media/wysiwyg/infortis/brands/faema.jpg" alt="Faema" /></a>
                                    </div>
                                                            <div class="item">
                                            <a class="fade-on-hover" href="/brands/corona.html" title="Click to see more products from Corona">
                            <img class="lazyOwl" data-src="https://www.coffee.net/pub/media/wysiwyg/infortis/brands/corona.jpg" alt="Corona" /></a>
                                    </div>
                                                            <div class="item">
                                            <a class="fade-on-hover" href="/brands/queen.html" title="Click to see more products from Queen">
                            <img class="lazyOwl" data-src="https://www.coffee.net/pub/media/wysiwyg/infortis/brands/queen.jpg" alt="Queen" /></a>
                                    </div>
                                                            <div class="item">
                                            <a class="fade-on-hover" href="/brands/zummo.html" title="Click to see more products from Zummo">
                            <img class="lazyOwl" data-src="https://www.coffee.net/pub/media/wysiwyg/infortis/brands/zummo.jpg" alt="Zummo" /></a>
                                    </div>
                                                            <div class="item">
                                            <a class="fade-on-hover" href="/brands/giesen.html" title="Click to see more products from Giesen">
                            <img class="lazyOwl" data-src="https://www.coffee.net/pub/media/wysiwyg/infortis/brands/giesen.jpg" alt="Giesen" /></a>
                                    </div>
                                                            <div class="item">
                                            <a class="fade-on-hover" href="/brands/sublime-syrups.html" title="Click to see more products from Sublime Syrups">
                            <img class="lazyOwl" data-src="https://www.coffee.net/pub/media/wysiwyg/infortis/brands/sublime-syrups.jpg" alt="Sublime Syrups" /></a>
                                    </div>
                            </div> <!-- end: element with the itemslider ID -->
    </div> <!-- end: block-content -->
</div> <!-- end: itemslider -->
<script type="text/javascript">
    require(['jquery', 'owlcarousel'], function(){
        jQuery(function(jQuery) {

            var owl = jQuery('#itemslider-brands-e9fda8df90ce3f920bd898d01a14a893');
            owl.owlCarousel({

                            lazyLoad: true,
             
                            itemsCustom: [ [0, 1], [320, 2], [480, 2], [768, 3], [992, 4], [1200, 5] ],
                responsiveRefreshRate: 50,
             
                            slideSpeed: 200,
             
                            paginationSpeed: 500,
             
             
                            autoPlay: 6000,
             
                            stopOnHover: true,
             
                            rewindNav: true,
                rewindSpeed: 600,
             
                            pagination: false,
             

                navigation: true,
                navigationText: false

            });

        });
    });
//]]>
</script>
 <br /><br /><br /></p></div></div></main></div></div></div><div class="footer-container page-footer">
<div class="footer-container2">
<div class="footer-container3">

    
    
    <div class="footer-top-container section-container">
        <div class="footer-top footer container">
            <div class="inner-container links-wrapper-separators">

                                    <div class="item item-left"><ul class="footer links"><li class="nav item"><a href="http://www.coffee.net/privacy-policy-cookie-restriction-mode/">Privacy and Cookie Policy</a></li><li class="nav item"><a href="https://www.coffee.net/sales/guest/form/">Orders and Returns</a></li><li class="nav item"><a href="http://www.coffee.net/search/term/popular/">Search Terms</a></li><li class="nav item"><a href="https://www.coffee.net/contact/">Contact Us</a></li><li class="nav item"><a href="http://www.coffee.net/catalogsearch/advanced/" data-action="advanced-search">Advanced Search</a></li></ul></div>
                
                
                
            </div> <!-- end: inner-container -->
        </div> <!-- end: footer-top -->
    </div>

    
        
        
    <div class="footer-primary-container section-container">
        <div class="footer-primary footer container">
            <div class="inner-container">

                
                                    <div class="clearfix">
                        <div class="grid12-12"><div class="std"><div class="grid12-3">
<div class="mobile-collapsible"><!--<h6 class="block-title heading"></h6>-->
<div class="block-content"><img style="padding-bottom: 10px;" src="http://www.coffee.net/pub/media/logo/stores/1/logo-ecoffee.png" alt="coffee.net" />
<div class="feature first last"></div>
</div>
</div>
</div>
<div class="grid12-3">
<div class="mobile-collapsible">
<h6 class="block-title heading">Quick Links</h6>
<div class="block-content">
<ul class="bullet">
<li><a href="http://www.coffee.net/about-us/">About Us</a></li>
<li><a href="http://www.coffee.net/privacy-policy/">Privacy Policy</a></li>
<li><a href="http://www.coffee.net/customer-service/">Customer Service</a></li>
<li><a href="http://www.coffee.net/terms-and-conditions/">Terms &amp; Conditions</a></li>
</ul>
</div>
</div>
</div>
<div class="grid12-3">
<div class="mobile-collapsible">
<h6 class="block-title heading">Information</h6>
<div class="block-content">
<ul class="bullet">
<li><a href="http://www.coffee.net/faq/">FAQ</a></li>
<li><a href="http://www.coffee.net/shipping-policy/">Shipping Policy</a></li>
<li><a href="http://www.coffee.net/services/">Services</a></li>
<li><a href="http://www.coffee.net/return-policy/">Return Policy</a></li>
</ul>
</div>
</div>
</div>
<div class="grid12-3">
<div class="mobile-collapsible">
<h6 class="block-title heading">Company Info</h6>
<div class="block-content">
<div class="feature feature-icon-hover indent first"><span class="ib ic ic-phone ic-lg"></span>
<p class="no-margin ">+974 44447701</p>
</div>
<div class="feature feature-icon-hover indent"><span class="ib ic ic-mobile ic-lg"></span>
<p class="no-margin ">+974 3080 8090</p>
</div>
<img src="http://www.coffee.net/pub/media/wysiwyg/infortis/slideshow/banners/partners.png" alt="partners &amp; partners" /></div>
</div>
</div></div></div>                    </div>
                                
                                <div class="footer-primary-bottom">
                    <div class="footer-primary-bottom-spacing inner">
                    
                                                    <div class="item item-left">
                                <div class="social-links ib-wrapper--square"><a title="Join us on Facebook" href="https://www.facebook.com/CoffeeRistretto/" target="_blank"> <span class="ib ib-hover ic ic-lg ic-facebook"></span> </a> <a class="first" title="Follow on Twitter" href="https://twitter.com/CoffeeRistreto" target="_blank"> <span class="ib ib-hover ic ic-lg ic-twitter"></span> </a> <a href="https://goo.gl/maps/mx2aW6y8hH32" target="_blank"> <img style="height: 50px; margin-left: 20px;" src="https://www.coffee.net/pub/media/wysiwyg/Google-ratings-5.png" alt="google ratings map"/> </a> <a href="https://www.trustpilot.com/users/5b924dc54de5666d3486fd6a" target="_blank"> <img style="height: 50px; margin-left: 20px;" src="https://www.coffee.net/pub/media/wysiwyg/TrustPilot.png" alt="trustpilot" /> </a></div>                            </div>
                                                
                                                
                                                
                    </div> 
                </div> <!-- end: footer-primary-bottom -->
                            
            </div> <!-- end: inner-container -->
        </div> <!-- end: footer-primary -->
    </div>
    
    
    
    
    <div class="footer-bottom-container section-container">
        <div class="footer-bottom footer container">
            <div class="inner-container">
                
                                    <div class="item item-left">
                        <div class="footer-copyright"><small class="copyright">
    <span>Copyright © 2018 Coffee.net, All rights reserved.</span>
</small>
</div>
                    </div>
                
                                    <div class="item item-right"><img src="http://www.coffee.net/pub/media/wysiwyg/infortis/ultimo/custom/payment.gif" alt="Payment methods" title="Sample image with payment methods" /></div>
                
                
            </div> <!-- end: inner-container -->
        </div> <!-- end: footer-bottom -->
    </div>

        
    <a id="scroll-to-top" class="ic ic-up" href="#top"></a>

</div> <!-- end: footer-container3 -->
</div> <!-- end: footer-container2 -->
</div> <!-- end: footer-container -->

<!-- Start Alexa Certify Javascript -->
<script type="text/javascript">
_atrk_opts = { atrk_acct:"+O1Rm1a4KM+2Y8", domain:"coffee.net",dynamic: true};
(function() { var as = document.createElement('script'); as.type = 'text/javascript'; as.async = true; as.src = "https://certify-js.alexametrics.com/atrk.js"; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(as, s); })();
</script>
<noscript><img src="https://certify.alexametrics.com/atrk.gif?account=+O1Rm1a4KM+2Y8" style="display:none" height="1" width="1" alt="Alexa" /></noscript>
<!-- End Alexa Certify Javascript -->
<script id="godaddy-security-s" src="https://cdn.sucuri.net/badge/badge.js" data-s="209" data-i="8b7d824bbf4fa9d7c6bbde2f35f800eba01d011eca" data-p="r" data-c="l" data-t="g" async></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-86654034-1"></script>
<script>
 window.dataLayer = window.dataLayer || [];
 function gtag(){dataLayer.push(arguments);}
 gtag('js', new Date());

 gtag('config', 'UA-86654034-1');
</script>
<script type="text/x-magento-init">
        {
            "*": {
                "Magento_Ui/js/core/app": {
                    "components": {
                        "storage-manager": {
                            "component": "Magento_Catalog/js/storage-manager",
                            "appendTo": "",
                            "storagesConfiguration" :
                                         {"recently_viewed_product":{"requestConfig":{"syncUrl":"http:\/\/www.coffee.net\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"recently_compared_product":{"requestConfig":{"syncUrl":"http:\/\/www.coffee.net\/catalog\/product\/frontend_action_synchronize\/"},"lifetime":"1000","allowToSendRequest":null},"product_data_storage":{"updateRequestConfig":{"url":"http:\/\/www.coffee.net\/rest\/default\/V1\/products-render-info"},"allowToSendRequest":null}}                        }
                    }
                }
            }
        }
</script>
<script type="text/javascript">
//<![CDATA[

requirejs(['jquery'], function(jQuery) {

        
        var gridItemsEqualHeightApplied = false;
        function setGridItemsEqualHeight()
        {
            var bottomMinSpace = 20; // Minimum space below the button at the bottom of the item
            var gridItemMaxHeight = 0;
            var gridItemMaxPaddingBottom = 0;
            var $listContainer = jQuery('.category-products-grid');
            var $listItems = $listContainer.children('ol').children();
            var centered = $listContainer.hasClass('centered');
            var $row = jQuery();

            $listItems.each(function() {

                var $item = jQuery(this);
                var $actionsBlock = $item.find('.actions');

                // Check if first item in a row
                if ($item.css("clear") == "left")
                {
                    // If row not empty, apply the max values to all items in a row
                    if ($row.length)
                    {
                        $row.css({
                            "height": gridItemMaxHeight + "px", 
                            "padding-bottom": gridItemMaxPaddingBottom + "px"
                        });

                        // Reset the row collection and reset the max values
                        $row = jQuery();
                        gridItemMaxHeight = 0;
                        gridItemMaxPaddingBottom = 0;
                    }
                }
                $row = $row.add($item);

                $item.css("height", "auto");                 gridItemMaxHeight = Math.max(gridItemMaxHeight, $item.height());

                // Use constant bottomMinSpace as bottom offset for the actions container
                $actionsBlock.css("bottom", bottomMinSpace + "px");

                // Align button to the center
                if (centered)
                {
                    var objectWidth = $actionsBlock.width();
                    var availableWidth = $item.width();
                    var space = availableWidth - objectWidth;
                    var leftOffset = ~~(space / 2);
                    $actionsBlock.css("padding-left", leftOffset + "px");                 }

                // Set bottom padding wich equals to: actions container height + bottomMinSpace
                var currentPaddingBottom = bottomMinSpace + $actionsBlock.innerHeight();
                gridItemMaxPaddingBottom = Math.max(gridItemMaxPaddingBottom, currentPaddingBottom);

                $item.css("padding-bottom", currentPaddingBottom + "px"); // TODO: possibly redundant. Padding will be applied for the entire row.

            });

            // Apply the max values to all items in the last row
            if ($row.length)
            {
                $row.css({
                    "height": gridItemMaxHeight + "px", 
                    "padding-bottom": gridItemMaxPaddingBottom + "px"
                });
            }
            
            gridItemsEqualHeightApplied = true;

        }

    


    jQuery(function($) {



        // Products grid: equal height of items
        
            $(document).on('last-swatch-found', function(e) {
                setGridItemsEqualHeight();
                $(document).off('last-swatch-found');
                e.stopPropagation();
            });

            setGridItemsEqualHeight();
            
        


                
            var startHeight;
            var startPaddingBottom;
            $('.category-products-grid').on('mouseenter', '.item', function() {

                    var $item = $(this);

                                                        if ($(window).width() >= 320)
                    {
                
                                            if (gridItemsEqualHeightApplied === false)
                        {
                            return false;
                        }
                    
                    var bottomMinSpace = 20;
                    var paddingBottom2 = 0;
                    var $actionsBlock = $item.find('.actions');

                    startHeight = $item.height();
                    startPaddingBottom = parseInt($item.css("padding-bottom"));

                    $item.css("height", "auto"); // Reset height
                    $item.find(".display-onhover").fadeIn(400, "easeOutCubic"); // Show elements visible on hover
                    var h2 = $item.height();
                    
                    // -------------------------------------------------------------------------
                    // Compare start padding with new on-hover padding, calculate the difference

                    // Get actions height and calculate new padding
                    // Calculate new bottom padding wich equals to: actions container height + bottomMinSpace
                    paddingBottom2 = bottomMinSpace + $actionsBlock.innerHeight();

                    // Calculate difference between start padding and new padding
                    var paddingBottomDiff = paddingBottom2 - startPaddingBottom;

                    // Apply only if new padding is larger than start padding
                    if (paddingBottomDiff > 0)
                    {
                        $item.css("padding-bottom", paddingBottom2 + "px");
                    }

                    // -------------------------------------------------------------------------
                    // Compare start height with new (on-hover) height, calculate the difference.
                    // Important: new height includes difference between start padding and new padding
                    var diff = 0;
                    if (h2 < startHeight)
                    {
                        $item.height(startHeight);
                    }
                    else
                    {
                        $item.height(h2);
                        diff = h2 - startHeight;
                        if (paddingBottomDiff > 0)
                        {
                            diff += paddingBottomDiff;
                        }
                    }
                    
                    // -------------------------------------------------------------------------
                    // Apply height difference as nagative margin, but only if new height
                    // is larger than start height.
                    if (diff > 0)
                    {
                        $item.css("margin-bottom", "-" + diff + "px");
                    }

                                    }                                 
            }).on('mouseleave', '.item', function() {

                    var $item = $(this);

                                                    if ($(window).width() >= 320)
                    {
                
                    // Clean up
                    $item.find(".display-onhover").stop(true).hide();
                    $item.css("margin-bottom", "");

                                                                $item.height(startHeight);
                        $item.css("padding-bottom", startPaddingBottom);
                    
                                    }                                 
            });
        
        


                $('.items-grid, .products-list').on('mouseenter', '.product-item-img', function() {
            $(this).find(".alt-img").fadeIn(400, "easeOutCubic");
        }).on('mouseleave', '.product-item-img', function() {
            $(this).find(".alt-img").stop(true).fadeOut(400, "easeOutCubic");
        });



                $('.fade-on-hover').on('mouseenter', function() {
            $(this).animate({opacity: 0.75}, 300, 'easeInOutCubic');
        }).on('mouseleave', function() {
            $(this).stop(true).animate({opacity: 1}, 300, 'easeInOutCubic');
        });



        // Drop-down
        var ddBlockSelector = '.dropdown-block-trigger'; // '.dropdown-block';
        var ddOpenTimeout;
        var dMenuPosTimeout;
        var DD_DELAY_IN = 200;
        var DD_DELAY_OUT = 0;
        var DD_ANIMATION_IN = 0;
        var DD_ANIMATION_OUT = 0;

        $(document).on('mouseenter touchstart', ddBlockSelector, function(e) {

            var dd = $(this);
            var ddHeading = dd.children('.dropdown-heading');
            var ddContent = dd.children('.dropdown-content');

            // If dd is not opened yet (or not initialized yet)
            var isDdOpened = dd.data('ddOpened');
            if (isDdOpened === false || isDdOpened === undefined)
            {
                // Clear old position of dd menu
                ddContent.css("left", "");
                ddContent.css("right", "");

                // Show dd menu
                clearTimeout(ddOpenTimeout);
                ddOpenTimeout = setTimeout(function() {
                    
                    dd.addClass('open');

                    // Set dd open flag
                    dd.data('ddOpened', true);
                    
                }, DD_DELAY_IN);

                ddContent.stop(true, true).delay(DD_DELAY_IN).fadeIn(DD_ANIMATION_IN, "easeOutCubic");
                
                // Set new position of dd menu.
                // This code is delayed the same amount of time as dd animation.
                clearTimeout(dMenuPosTimeout);
                dMenuPosTimeout = setTimeout(function() {

                    if (ddContent.offset().left < 0)
                    {
                        var space = dd.offset().left; // Space available on the left of dd
                        ddContent.css("left", (-1)*space);
                        ddContent.css("right", "auto");
                    }
                
                }, DD_DELAY_IN);

            } // end: dd is not opened yet

        }).on('mouseleave', ddBlockSelector, function(e) {

            var dd = $(this);
            var ddContent = dd.children('.dropdown-content');

            clearTimeout(ddOpenTimeout); // Clear, to close dd on mouseleave
            ddContent.stop(true, true).delay(DD_DELAY_OUT).fadeOut(DD_ANIMATION_OUT, "easeInCubic");
            if (ddContent.is(":hidden"))
            {
                ddContent.hide();
            }
            dd.removeClass('open');

            // Clear dd open flag
            dd.data('ddOpened', false);

            // After hiding, clear the click event flag
            dd.data('ddClickIntercepted', false);

        }).on('click', ddBlockSelector, function(e) {

            var dd = $(this);
            var ddHeading = dd.children('.dropdown-heading');
            var ddContent = dd.children('.dropdown-content');

            // Only if the heading was clicked
            if ($.contains(ddHeading[0], e.target) || ddHeading.is(e.target))
            {
                // Only after the first click already happened, the second click can close the dropdown
                if (dd.data('ddClickIntercepted'))
                {
                    if (dd.hasClass('open'))
                    {
                        clearTimeout(ddOpenTimeout); // Clear, to close dd on mouseleave
                        ddContent.stop(true, true).delay(DD_DELAY_OUT).fadeOut(DD_ANIMATION_OUT, "easeInCubic");
                        if (ddContent.is(":hidden"))
                        {
                            ddContent.hide();
                        }
                        dd.removeClass('open');

                        // Clear dd open flag
                        dd.data('ddOpened', false);

                        // After hiding, clear the click event flag
                        dd.data('ddClickIntercepted', false);
                    }
                }
                else 
                {
                    // Set the click event flag
                    dd.data('ddClickIntercepted', true);
                }
            }

        });



                var windowScroll_t;
        $(window).scroll(function(){
            
            clearTimeout(windowScroll_t);
            windowScroll_t = setTimeout(function() {
                                        
                if ($(this).scrollTop() > 100)
                {
                    $('#scroll-to-top').fadeIn();
                }
                else
                {
                    $('#scroll-to-top').fadeOut();
                }
            
            }, 500);
            
        });
        
        $('#scroll-to-top').click(function(){
            $("html, body").animate({scrollTop: 0}, 600, "easeOutCubic");
            return false;
        });



                var dResize = {

            winWidth : 0
            , winHeight : 0
            , windowResizeTimeout : null

            , init : function()
            {
                dResize.winWidth = $(window).width();
                dResize.winHeight = $(window).height();
                dResize.windowResizeTimeout;

                $(window).on('resize', function(e) {
                    clearTimeout(dResize.windowResizeTimeout);
                    dResize.windowResizeTimeout = setTimeout(function() {
                        dResize.onEventResize(e);
                    }, 50);
                });
            }

            , onEventResize : function(e)
            {
                //Prevent from executing the code in IE when the window wasn't actually resized
                var winNewWidth = $(window).width();
                var winNewHeight = $(window).height();

                //Code in this condition will be executed only if window was actually resized
                if (dResize.winWidth != winNewWidth || dResize.winHeight != winNewHeight)
                {
                    //Trigger deferred resize event
                    $(window).trigger("themeResize", e);

                    //Additional code executed on deferred resize
                    dResize.onEventDeferredResize();
                }

                //Update window size variables
                dResize.winWidth = winNewWidth;
                dResize.winHeight = winNewHeight;
            }

            , onEventDeferredResize : function() //Additional code, execute after window was actually resized
            {

                //Products grid: equal height of items
                
                    setGridItemsEqualHeight();

                
            }

        }; //end: dResize

        dResize.init();



    }); //end: on document ready



    jQuery(window).on('load',function() {

                
            setGridItemsEqualHeight();

        
    }); //end: on load



}); //end: requirejs



requirejs(['jquery', 'enquire'], function(jQuery, enquire) {

    jQuery(function($) {

        // Collapsible block
        // This plugin requires a specific markup structure. The plugin expects a set of elements that it
        // will use as the toggle link. It then hides all immediately following siblings and toggles the sibling's
        // visibility when the toggle link is clicked.
        //
        // Example markup:
        // <div class="block">
        //     <div class="block-title">Trigger</div>
        //     <div class="block-content">Content that should show when </div>
        // </div>
        //
        // JS: jQuery('.block-title').toggleSingle();
        //
        // Options:
        //     destruct: defaults to false, but if true, the plugin will remove itself, display content, and remove event handlers

        jQuery.fn.toggleSingle = function (options) {

            // passing destruct: true allows
            var settings = $.extend({
                destruct: false
            }, options);

            return this.each(function () {
                if (!settings.destruct) {
                    $(this).on('click', function () {
                        $(this)
                            .next()
                            .toggleClass('no-display')
                            .parent()
                            .toggleClass('active');
                            // .toggleClass('active')
                            // .next()
                            // .toggleClass('no-display');
                    });
                    // Hide the content
                    $this = $(this);
                    if (!$this.parent().hasClass('active'))
                    {
                        $this.next().addClass('no-display');
                    }
                }
                else
                {
                    // Remove event handler so that the toggle link can no longer be used
                    $(this).off('click');
                    // Remove all classes that were added by this plugin
                    $(this)
                        .next()
                        .removeClass('no-display')
                        .parent()
                        .removeClass('active');
                }

            });

        } // end: toggleSingle

        var breakpointScreenM = 768; // The same value as Magento's breakpoint @screen__m

        // Blocks collapsing on smaller viewports
        enquire.register('(max-width: ' + (breakpointScreenM - 1) + 'px)', {
            setup: function () {
                this.toggleElements = $(
                    '.sidebar .block:not(#layered-filter-block) .block-title, ' +
                    '.mobile-collapsible .block-title'
                );
            },
            match: function () {
                this.toggleElements.toggleSingle();
            },
            unmatch: function () {
                this.toggleElements.toggleSingle({destruct: true});
            }
        });

        // Blocks collapsing on all viewports.
        // For backward compatibility exclude blocks which have both classes: "collapsible" and "mobile-collapsible" 
        $('.collapsible:not(.mobile-collapsible) .block-title').toggleSingle();

    }); //end: on document ready

}); //end: requirejs



//]]>
</script>
</div>    </body>
</html>
