/*

Theme Name: BoxShop Child
Theme 
URI: http://demo.theme-sky.com/boxshop/

Author: Theme Sky Team
Author 
URI: http://theme-sky.com/

Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites

Template: boxshop

Version: 1.0.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, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Text Domain: boxshop-child

*/

/* Add your custom CSS below */
@import url("../boxshop/style.css");

@media only screen and (min-width:768px){
    .header-template .menu-wrapper .vertical-menu > ul.menu > li,
    .header-template .menu-wrapper .vertical-menu > ul.menu li{
        position:static;
    }
    .header-template .menu-wrapper .vertical-menu > ul.menu li.widget_nav_menu{
        position:relative;
    }
    .menu-wrapper nav > ul.menu li ul.sub-menu li:first-child ul.sub-menu{
        top:-30px;
    }
}