/**
 * Ksolves
 *
 * @category  Ksolves
 * @package   Ksolves_StickyHeader
 * @author    Ksolves Team
 * @copyright Copyright (c) Ksolves India Limited (https://www.ksolves.com/)
 * @license   https://store.ksolves.com/magento-license
 */

@media(min-width: 767px){
    body.header-sticky .nav-sections{
        position: fixed;
        width: 100%;
        padding-left: 0px;
        z-index: 20;
    }
    body.header-sticky .page-header .panel.wrapper{
        position: fixed;
        left: 0;
        max-width: 250px;
    }
    body.header-sticky .page-header .header.panel{
        position: fixed;
        right: 0;
        max-width: 250px;
    }
    body.header-sticky .ui-menu{
        padding-left: 140px;
    }
    body.header-sticky .ui-menu #sticky_logo{
        position: absolute;
        left: 0px;
        top: 0px;
        max-width: 100px;
        margin-bottom: 0rem;
        line-height: 45px;
    }

    body.header-sticky .ui-menu #sticky_logo img{
        vertical-align: middle;
    } 
    body.header-sticky .minicart-wrapper { 
        position: fixed;
        right: 25px;
        z-index: 21;
        top: 10px;
    }
}