#footer h1 {
    margin: auto;
    font-size: 15px;
    font-weight: 300;
}

.buttonLogin {
    width: 45% !important;
}

body {
    /*text-align: center;*/
}

#notifMember {
    width: 25px;
    height: 25px;
    background-color: red;
    display: inline-block;
    border-radius: 5px;
    color: white;
    position: relative;
    text-align: center;
    font-size: 16;
    border: 2px solid grey
}

#notifMemberZero {
    width: 25px;
    height: 25px;
    background-color: black;
    display: inline-block;
    border-radius: 5px;
    color: white;
    position: relative;
    text-align: center;
    font-size: 16;
    border: 2px solid grey
}

#notifCart td {
    border: 0 solid;
    font-family: Oswald !important;
    font-weight: 300;
    font-size: 20px;
    padding: 10px
}

#cartContainer tr {
    border: 1px solid
}

#registerDiv {
    overflow-y: scroll;
    padding-bottom: 20px;
}

#loginDiv, #registerDiv, #resetDiv {
    overflow: auto;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 620px;
    border-radius: 4px;
    max-height: 520px;
    font-size: 25px;
    position: fixed;
    background-color: white;
    z-index: 6;
    text-align: center;
    -webkit-box-shadow: 6px 13px 40px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 13px 40px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 13px 40px -12px rgba(0, 0, 0, 0.75);
    padding-bottom: 10px
}

#loginDiv .input, #registerDiv .input, #resetDiv .input {
    width: 90%;
    height: 70px;
    font-size: 25px;
    padding: 10px;
    font-family: Oswald, Arial, sans-serif !important
}

#loginDiv #submit, #registerDiv #submit, #resetDiv #submit {
    background-color: black;
    color: white
}

#loginDiv #register1, #registerDiv #register2 {
    background-color: orange;
    color: white
}

#closeDiv {
    background-color: #333;
    color: white;
    text-align: right;
    padding-right: 2%;
    width: 98%;
    height: 70px;
    font-size: 40px
}

#closeDiv a {
    color: white
}

#loginMember {
    cursor: pointer
}

#loginMemberDiv {
    float: right
}

#loginMemberDiv #loginButton {
    padding: 5px;
    border-radius: 5px;
    background-color: white;
    color: black;
    margin: 5px;
    cursor: pointer
}

#closeDiv a {
    cursor: pointer
}

.alertFalse {
    font-size: 10px;
    color: red
}

#submit1 #submit2 {
    margin-bottom: 20px
}

.iconGender {
    width: 50px;
    margin-top: -10px;
    float: left
}

#logoImage {
    width: 40%;
    margin: 15px;
}

#loginFontReturn {
    text-decoration: underline;
    color: blue;
    cursor: pointer
}

#forgotPassword {
    color: blue;
    text-decoration: underline;
    cursor: pointer
}

#header {
    height: 60px;
}

@media screen and (min-width: 100px) {
    .text-table {
        margin-top: 20px;
    }
}

@media (max-width: 475px) {
    #logo, .headerUl {
        height: 50px;
    }

    #header{
        height: 60px!important;
    }
}

@media (max-width: 365px) {
    #logo, .headerUl {
        height: 40px;
    }

    #header{
        height: 50px!important;
    }
}

@media (max-width: 325px) {
    #logo, .headerUl {
        height: 30px;
    }

    #header{
        height: 40px!important;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-left: 3% !important;
}

.itemImage {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 65px;
}

.img-pembayaran {
    width:960px;
    margin-left: auto;
    margin-right:auto
}