h2 {
    width: 100%;
    background-color: black;
    color: white;
    margin-top: -1px;
    text-align: center;
    font-weight: normal;

}

.pembayaran {
    width: 100%;
    overflow: auto;
    border: 1px solid #ddd;
    margin: auto;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    cursor: pointer;
    margin-bottom: 15px;
}

.container {
    padding-bottom: 0px;
}

#paymentTable {
    background-color: white;
}

#paymentTable td {
    background-color: white;
}

.pembayaran img {
    float: right;
}

h3 {
    font-weight: normal;
}

#pay {
    margin: auto;
    border-collapse: collapse;
    /*width: 60%;*/
}

#pay th {
    font-weight: normal;
    width: 300px;
    text-align: left;
    padding: 5px;
}

#pay td {
    padding: 15px;
    font-weight: 100;
    text-align: center;
}

td, th {
    border-bottom: 1px solid #333333;
}

.informationPayment {
    display: none;
}

.loginButton {
    background-color: orange;
    color: white;
    padding: 5px;
    font-size: 20px;
}

#contentForm {
    /*border: 1px solid #ccc;*/
    /*margin-top: 50px;*/
    text-align: center;
    min-height: 900px;
}

/*h2 {*/
    /*width: 100%;*/
    /*background-color: black;*/
    /*color: white;*/
    /*margin-top: -1px;*/
    /*text-align: center;*/
    /*font-weight: normal;*/

/*}*/

#inputOngkir select {
    font-size: 18px;
    background-color: orange !important;
}

table {
    margin: auto;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

th {
    background-color: black;
    color: white;
    font-weight: normal;
    border: 1px solid grey !important;
}

#contentForm tr, #contentForm th, #contentForm td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 15px;
}

td {
    background-color: #d2ffe0;
    border: 1px solid;
    margin: 0px;
    font-size: 20px;
    width: 500px !important;

}

#productTable td {
    border: 0px solid;
}

textarea {
    width: 300px;
    font-weight: 300;
    height: 200px;
    font-size: 25px;
}

#contentForm input, #contentForm select, #contentForm option {
    width: 100%;
    font-weight: 300;
    font-size: 25px;
}

#contentForm td {
    font-size: 20px;
    font-weight: 300;
}

#productTable {
    max-width: 100%;
}

#productTable td {
    font-size: 20px;
}

#tarifOngkir, #pakaiasuransi {
    width: auto !important;
}

#inputOngkir td {
    background-color: white;
}

#dataDiriTable {

    width: 100%;
}

#dataDiriTable td {
    font-size: 20px;
}

.totalOngkir td {
    background-color: #ddd;
    color: black;
    border: 1px solid #f2f2f2 !important;
    font-weight: 500 !important;
}

#whatsappButton {
    background-color: #1ebea5;
    color: white;
    border-radius: 5px;
    border: 0px;
    /*width: 30%;*/
    padding: 5px;
    margin: auto;
    cursor: pointer;
    font-size: 20px;

}

.hideDiv {
    display: none;
}

#header-text-table{
	font-weight: normal;
    border: 1px solid lightgrey !important;
    padding: 5px;
    background-color: black!important;
    color: white!important;
    font-size: 20px!important;

}

label{
    width: 100%;
}

#langsungBayar{
    width: 100%;
    font-weight: 300;
    font-size: 18px;
}

#keterangankonfirmasi{
    font-size: 14px;
    color: black;
}
/*@media (min-width: 1440px) {*/
    /*#menuPembayaran{*/
        /*padding-left: 51px;*/
        /*padding-right: 51px;*/
    /*}*/
/*}*/
/*@media (min-width: 1024px) {*/
    /*#menuPembayaran{*/
        /*padding-left: 30px;*/
        /*padding-right: 30px;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*#menuPembayaran{*/
        /*padding-left: 20px;*/
        /*padding-right: 20px;*/
    /*}*/
/*}*/
/*@media (min-width: 425px) {*/
    /*#menuPembayaran{*/
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    /*}*/
/*}*/

@media only screen and (max-width: 450px) {
    .container-fluid{
        padding: 0px;
    }
    .img-responsive{
        margin-bottom: 0!important;
    }
    #whatsappButton{
        margin-bottom: 0!important;
    }

    #divLangsungBayar{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .textContent{
        font-size: 12px !important;
    }

}
