.payment_method_hstmobilcheckout img{
    display: inline-block!important;
    max-width: 80px!important;
}

.hstmobilOdemeForm .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}
.hstmobilOdemeForm .col-50 {
    -ms-flex: 50%; /* IE10 */
    flex: 50%;
}

.hstmobilOdemeForm .col-100 {
    -ms-flex: 100%; /* IE10 */
    flex: 100%;
}
.hstmobilOdemeForm .col-50,
.hstmobilOdemeForm .col-100 {
    padding: 0 16px;
}

.hstmobilOdemeForm .container {
    background-color: #f2f2f2;
    padding: 5px 20px 15px 20px;
    border: 1px solid lightgrey;
    border-radius: 3px;
	width: 100%!important;
}

.hstmobilOdemeForm input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 3px;
}

.hstmobilOdemeForm select {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 3px;
}

.hstmobilOdemeForm label {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    color: black;
}


.hstmobilOdemeForm .btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.hstmobilOdemeForm .btn:hover {
    background-color: #45a049;
    color: white;
}
.hstmobilOdemeForm iframe{
    width: 100%;
    min-height: 500px;
    border: 1px solid lightgrey;
    border-radius: 3px;
}

@media (max-width: 800px) {
    .hstmobilOdemeForm .row {
        flex-direction: column-reverse;
    }
}
.hstmobilOdemeForm .alert {
    padding: 20px;
    border-radius: 3px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
}

/* The close button */
.hstmobilOdemeForm .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.hstmobilOdemeForm .closebtn:hover {
    color: black;
}


.woocommerce ul.order_details {
    display: none !important;
}