@CHARSET "UTF-8";

header {
    width: 100%;
    height: 40px;

    display: flex;
    position: fixed;
    top: 0;
    margin: 0px;
    padding: 10px;

    background-color: #F2F2F2;
    align-items: center;
}

header .menuButton {
    height: 20px;
    width: 20px;
}

header .pPoint {
    display: flex;
    margin-left: 10px;
    align-items: center;
    color: red;
}

header .pPoint .p {
    width: 20px;
    height: 20px;
    border-radius: 999em;
    text-align: center;
    background-color: red;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
}

header .cart {
    width: 100px;
    height: 40px;

    display: flex;
    right: 0;

    justify-content: flex-end;

    position: fixed;
    align-items: center;

    padding-right: 5px;
    background-image: url("../images/bg_action_bar.png");
    color: #FFFFFF;
}
