/*
Theme Name: Uneo
Theme URI: http://uneo.themestudio.net/
Author: Themestudio Team
Author URI: http://themestudio.net/
Description: UNEO is a responsive WordPress theme with minimal design created exactly for online shop business. We made the theme compatible with a bundle of premium plugins: WooCommerce, Revolution Slider, Essential Grid, Visual Composer, WPML with full shop design integration, so building a store of organic produce shouldn’t be an issue.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: uneo

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Uneo is distributed under the terms of the GNU GPL v2 or later

*/

/*
[Table of contents]
1. Body
    2. Header / header
        2.1. Main header /.main-header
            2.1.1 Logo
            2.1.2 Navigation (header style 2) or Button toggle (header style 1)
        2.2. Toggle header/.toggle-header
            2.2.1 Form login or register /.ts-show-account
            2.2.2 Form search /#ts-search-head
            2.2.2 Main menu /#ts-main-menu
            2.2.3 Shopping cart/#head-shopping
    3. Content / #main-container
        3.1. Main content / .content-area
        3.2. Sidebar / #sidebar
            3.3.1. Search / .widget_search
            3.3.2. Recent post / #recent-posts-2
            3.3.3. Categories / #categories-2
            3.3.4. Tag Cloud / #tag_cloud-1
    4. Footer / .site-footer
        4.1 Left footer/.left-footer
        4.2 Right footer/.right-footer
[Color codes]
    Background: #ffffff
    Body Color : #949494
    Accent color: #ef4035
[Typography]
    Body:       16px/24px  'Dosis', sans-serif;
    Heading:    'Dosis', sans-serif;
    Input, textarea: 16px/24px 'Dosis', sans-serif;
    Sidebar heading:    14px 'Dosis', sans-serif;
[Component module]
    /*  HEADER      */
/*  SHORTCODE  */
/* PAGE BANNER & PAGE W SIDEBAR  */
/* SIDEBAR - WIDGET      */
/*   EXAMPLE DATA   */
/*   FOOTER */
/*  INNER PAGE  */
/* PAGE TEMPLATE */
/*  RESPONSIVE  */
/*-------------------------------------------------------------------*/


.main-nav > li:nth-last-child(1) .sub-menu .megamenu-content  .sub-menu , .main-nav > li:nth-last-child(2) .sub-menu .megamenu-content  .sub-menu {
    left: 0;
right: 0;
top: 0;
position: relative;
transform: translateY(0px);
visibility: visible;
opacity: 1;
background: transparent;
padding-left: 20px;
font-size: 10px;
}

.main-nav .sub-menu .megamenu-content li:hover > .sub-menu,.main-nav .sub-menu .megamenu-content li > .sub-menu{
    visibility: visible;
}

.megamenu-menu-item .widget_nav_menu ul.menu ul.sub-menu > li > a {
    font-size: 12px;
color: #fff;
    line-height: 22px;
    text-transform:uppercase;
}


.product-media-action a {
    display: none!important;
}

.column-with-link:hover{
	cursor:pointer;
}