/* =======================================
   CONTAINER
======================================= */

.container{

    max-width:1600px;

    margin:auto;

    padding:0 18px;

}


/* =======================================
   HEADER
======================================= */

header{

    position:sticky;

    top:0;

    z-index:100;

    width:100%;

    height:90px;

    background:#fff;

    border-bottom:1px solid #eee;

}

.header-container{

    height:100%;

    display:flex;

    align-items:center;

    justify-content:space-between;

}

.logo img{

    display:block;

    height:50px;

}

.header-account{

    width:50px;

    height:50px;

    border-radius:50%;

    background:#f5f5f5;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.header-account img{

    width:28px;

    height:28px;

}