.div-order-item {
    border: 1px solid #ddd;
    border-bottom-width: 0px;
    background-color: #d2ffe0;
}

#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: 14px;
}

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: 14px;
    width: 500px !important;

}

#productTable td {
    border: 0px solid;
}

textarea {
    width: 300px;
    font-family: Oswald, Arial, sans-serif !important;
    font-weight: 300;
    height: 200px;
    font-size: 14px;
}

.btn-confirmation {
    font-weight: 300;
    font-size: 18px;
    font-family: Oswald, Arial, sans-serif !important;
}

#contentForm input, #contentForm select, #contentForm option {
    font-weight: 300;
    font-size: 14px;
    font-family: Oswald, Arial, sans-serif !important;
}

#contentForm td {
    font-size: 14px;
    font-weight: 300;
    font-family: Oswald, Arial, sans-serif !important;
    weight: 300;
}

#productTable {
    max-width: 97%;
}

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

#tarifOngkir, #pakaiasuransi {
    /*width: auto !important;*/
    display: block;
    margin: 0 auto;
}

#inputOngkir td {
    background-color: white;
}

#dataDiriTable {

    width: 97%;
}

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

#acceptFlashMessage {
    border-radius: 5px;
    margin: auto;
    padding: 10px;
    margin: -15;
    margin-bottom: 20;
    background-color: #cdfdc1;
    font-family: Oswald, Arial, sans-serif !important;
    font-weight: 300;
    text-align: center;

}


#declineFlashMessage {
	border-radius: 5px;
    margin: auto;
    padding: 10px;
    margin: -15;
    margin-bottom: 20;
    background-color: #ff7979;
    font-family: Oswald, Arial, sans-serif !important;
    font-weight: 300;
    text-align: center;
}

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

}

.text {
    padding-top: 20px;
}

.next-button {
    font-size: 20px;
    font-weight: 300;
    padding: 10px;
    margin-top: 20px;
    width: 46%;
}

.textContent {
    font-size: 14px;
}

.textContentBig {
    font-size: 16px;
}

@media screen and (max-width: 900px) {
    .next-button {
        width: 43%;
    }
}

@media screen and (max-width: 768px) {
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .textContent {
        font-size: 17px;
    }

    .textContentBig {
        font-size: 18px;
    }

    .select {
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .container {
        margin-top: 0px;
        padding-top: 0px;
    }

    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .textContent {
        font-size: 15px;
    }

    .textContentBig {
        font-size: 16px;
    }

    .next-button {
        width: 46%;
    }
}

@media screen and (max-width: 380px) {
    .textContent {
        font-size: 13px;
    }

    .textContentBig {
        font-size: 14px;
    }

    .textContent1 {
        font-size: 13px;
    }

    .textSize {
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 300px) {
    .textContent {
        font-size: 10px;
    }

    .textContentBig {
        font-size: 11px;
    }
}

.vertical-center {
    display: flex;
    align-items: center;
}