
.gk-fixed-nav #gkLogo, .gk-fixed-nav #gkMobileMenu {
margin-top: -16px !important;
}
#gkMenuWrap #gkLogo.text {
margin-top: 13px;
}
.gk-fixed-nav #gkLogo,
.gk-fixed-nav #gkMobileMenu {
margin-top: 66px !important;
}
#gkHeaderNav.gk-fixed-nav #gkLogo,
#gkHeaderNav.gk-fixed-nav #gkMobileMenu {
margin-top: 66px !important;
}
#gkHeaderNav.gk-fixed-nav {
top: -45px !important;
}
#gkHeaderNav.gk-fixed-nav .gkMainMenu .gkmenu.level0 > li > a {
padding: 5px 15px;
}
#gkHeaderNav.gk-fixed-nav .gkMainMenu .gkmenu.level0 > li > a {
padding: 5px 15px;
}
.gk-fixed-nav #gkPopupCart {
top: 128px;
}
.gk-fixed-nav .top-search i {
margin-top: 15px;
}
$('#gkPopupCart').prepend('<i style="position: absolute; top:5px; right: 0; cursor: pointer;" class="fa fa-times" aria-hidden="true"></i>');
$('#gkPopupCart .fa-times').click(function(){
$('#gkPopupCart').attr('style','');
});
#gkHeaderNav.contains-cart.gk-fixed-nav #gk-cart-btn {
top: 63px;
}
.top-search form {
display: none;
position: absolute;
right: 0;
top: 40px;
width: 300px;
z-index: 20;
}
$('#gk-cart-btn').click(function(){
$('.top-search').removeClass('active');
});