.header {
    
}
.header.isfixed {
    background: transparent !important;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 5;
}
.header.isfixed.fixed {
    background: {{site.header.colorBg}} !important;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

/* Logo */
.header .navbar-brand {
    
}
.header .navbar-brand > img {
    height: 75px;
}

.header.isfixed.fixed .navbar-brand > img {
    height: 50px;
}
/* Logo */

/* Cart Icon */
#eShopCartIcon > i {
    font-size: 1.3rem;
}
/* Cart Icon */

@media only screen and (max-width: 768px) {
    .header .navbar-brand > img {
        height: 50px;
    }
}