#header.sticky {
    height: 105px;		   
    top: 0 !important;
}
#my-account-nav.sticky {
    top: 116px;
}
#my-account-nav {
    -webkit-text-stroke: 0.35px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #000;
    position: fixed;
    z-index: 50;
    /*top: 196px;*/
    top: 116px;
    width: 100%;
    height: 150px;
}
body.show_top_strip #my-account-nav {
    top: 146px;
}
/* Done Menu background space changes by suman on 20/06/2018 */
/*.cbp-hsmenu-wrapper.sticky .cbp-hsmenu>li>a {
    line-height: 3.5em
}*/
#header-inner.sticky {
    /*height: 57px;
    padding: 0*/
    height: 34px; /* Done header changes by suman on 17/05/2018 */ 
    
}
/* Done header changes by suman on 17/05/2018 */ 

/*#header-top-bar .left-col.sticky-left { 
    margin: 12px 0 0
}
#header-top-bar .right-col.sticky-right {
    margin-right: 35px
}
#header-top-bar .login.sticky{
    margin:14px 15px 0 0
}
#header-top-bar .wishlist.sticky {
    margin: 15px 55px 0 0
}
#cd-cart-trigger.sticky {
    right: 4%;
    top: 24px
}
#ddmenu .menu-icon, div.searchIcon.sticky-search {
    top: 24px
}
*/

/* Done header changes by suman on 17/05/2018 */ 
/*#header-top-bar .wishlist.sticky {
    margin: 0 55px 0 0;
    margin: 15px 55px 0 0;    
}*/
/* Changed on 10/03/2017 by Suman */
#cd-wishlist-trigger.sticky {
    right: 128px;
    top: 24px;
}
#logo.sticky-logo {
    width: 202px;
    height: 31px;
    /*top: -28px*/
    top: -30px; /* Done header changes by suman on 17/05/2018 */
}
#search-block.sticky {
    top:-6px
}
#search-block{top:0px;}
/* Menu */

#menu_bar.sticky-menu-bar {
    display: none;
}
/*#menu_toggle.sticky-menu-toggle {*/
    /*position: absolute;    
    left: 2%;
    top: 25px;*/
    /*margin: -50px 0 0 4%;*/
    /*display: none;*/
/*}*/
.cbp-hsmenu-wrapper.sticky {
    transition: all 0.4s ease 0s;
}
#menutree.sticky {
    display: block;
}
#menutree.sticky .nav-link {
    display: none;
}
@media only screen and (max-width: 1023px) {
    /*RK 23-03-2017*/
    /*#header.sticky {
	transition: none;
	position: inherit;
	z-index: inherit;
	height: auto;
}*/
    body.show_top_strip #my-account-nav {
        top: 80px;
    }
    
    #header.sticky {
        position: fixed
    }
    #logo.sticky-logo {
        transition: inherit;
        width: 185px;
        height: auto;
        top: inherit;
    }
    /*#menu_toggle.sticky-menu-toggle {
        left: 4%;
    }*/
    #cd-cart-trigger.sticky {
        right: 8%;
    }
    /* Done header changes by suman on 17/05/2018 */
    /*#ddmenu .menu-icon,
    div.searchIcon {
        top: 24px
    }*/
    #my-account-nav.sticky, #my-account-nav {
        top: 60px; /*06June2018 RK*/
    }
    
    /*RK 24-03-2017*/
}
@media only screen and (max-width: 767px) {

    #my-account-nav.sticky, #my-account-nav {
        top: 50px; /*06June2018 RK*/
    }
    body.show_top_strip #my-account-nav {
        top: 72px;
    }
}
@media only screen and (max-width: 640px) {
    #logo.sticky-logo {
        transition: inherit;
        width: 185px;
        height: auto;
        top: -6px;
    }

    #cd-cart-trigger.sticky {
        right: 10%;
    }
}
@media only screen and (max-width: 360px) {
    #logo.sticky-logo {
        width: 160px;
        top: -6px;
    }
    #cd-cart-trigger.sticky {
        right: 12%;
    }
}
/*------------------------*/