@media (min-width: 330px) and (max-width: 450px) {
    .header .center .logo {
        width: 10.5rem;
        margin: 0.5rem;
    }
    .header .icon-menu .flyout-box {
        width: 25rem;
    }
    #login-form{
        width: 95%;
    }
    .login-box {
        overflow-y: auto;
        max-height: 30rem;
    }
}

@media (min-width: 100px) and (max-width: 330px) {
    .header .center .logo {
        width: 8rem;
    }
    .header .icon-menu .flyout-box {
        width: 20rem;
    }
    .header .icon-menu li .btn-search,
    .header .icon-menu li .btn-profile,
    .header .icon-menu li .btn-wishlist,
    .header .icon-menu li .btn-cart {
        background-size: auto 70%;
    }

    .login-box {
        overflow-y: auto;
        max-height: 30rem;
    }
}
