header:not(.fixed-header) .custom-header {
    background: transparent !important;
}

.fixed-header .custom-header {
    padding: 0 !important;
}

.custom-header {
    transition: all .3s ease-in-out ;
    -webkit-transition: all .3s ease-in-out 
}
.ba-store-cart.ba-container > .row-fluid {
    max-height: calc(var(--vh, 1vh) * 100) !important; 
}
@media (max-width: 768px){
        .ba-checkout-authentication-wrapper > .ba-checkout-login-wrapper {
                order: 1;
        }
}
