form.form-wpdt-wc-payment {
	margin: 0 auto;
	font-size: 14px;
	line-height: normal;
	width: 100%;
	float: none;
	clear: both;
}
form.form-wpdt-wc-payment section {
	clear: both;
	margin-bottom: 20px;
}
form.form-wpdt-wc-payment section h3 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 20px;
}
form.form-wpdt-wc-payment div.bank-table  .row {
	clear: both;
	text-align: left;
	display: grid;
	grid-template-columns: 70px 1fr  1fr  1fr;
	grid-template-gaps: 0;
	width: 100%;
}
form.form-wpdt-wc-payment div.bank-table div.row div {
	min-height: 1px;
}

form.form-wpdt-wc-payment div.bank-table div.row div label {
	display: block;
	cursor: pointer;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
form.form-wpdt-wc-payment div.bank-table div.row.row-head {
	font-weight: bold;
	margin-bottom: 10px;
}

form.form-wpdt-wc-payment div.bank-table  span.wpdt_wc_payment_form_bank_name {
	display: block;
	font-weight: bold;
}
form.form-wpdt-wc-payment div.bank-table  span.wpdt_wc_payment_form_bank_branch {
	font-size: 12px;
	display: block;
}
form.form-wpdt-wc-payment div.bank-table input {
		cursor: pointer;
		margin-right: 10px;
		float: left;
		margin-top: 9px;
}
form.form-wpdt-wc-payment div.bank-table   img {
	height: 30px;
	width: 30px;
}

form.form-wpdt-wc-payment div.info-table div.row {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	float: left;
}
form.form-wpdt-wc-payment div.info-table div.row>label {
	width: 20%;
	float: left;
	margin-top: 12px;
	text-align: left;
}
form.form-wpdt-wc-payment div.info-table div.row>div {
	width: 80%;
	float: right;
	position: relative;
}

form.form-wpdt-wc-payment div.info-table div.row input,
form.form-wpdt-wc-payment div.info-table div.row textarea {
	width: 100%;
	padding: 0 10px;
	border: 1px solid #e1e1e1;
	outline: none;
	font-family: inherit;
	height: 40px;
	resize: none;
	box-sizing: border-box;
}

form.form-wpdt-wc-payment div.info-table div.row input[type="submit"] {
	width: 20%;
	margin-left: 20%;
}

form.form-wpdt-wc-payment div.info-table div.row input[type=number]::-webkit-inner-spin-button, 
form.form-wpdt-wc-payment div.info-table div.row input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
form.form-wpdt-wc-payment div.info-table div.row input[type="file"] {
	padding-left: 0;
	border-style: none;
	padding-top: 5px;
}
form.form-wpdt-wc-payment div.info-table div.row textarea {
	height: 120px;
}
form.form-wpdt-wc-payment div.info-table div.row span.required {
	color: #d40000;
	margin-left: 5px;
}
form.form-wpdt-wc-payment div.info-table div.row label.error {
	float: left;
	font-size: 12px;
	margin-top: 5px;
		color: #d40000;
}

@media (max-width: 767px) {
	form.form-wpdt-wc-payment {
		width: 325px;
		margin-right: auto !important;
		margin-left: auto !important;
	}
	form.form-wpdt-wc-payment section {
		width: 100%;
		float: left;
	}
	form.form-wpdt-wc-payment div.bank-table  .row {
		display: block;
		margin-bottom: 10px;
		float: left;
	}
		form.form-wpdt-wc-payment div.bank-table  .row.row-head {
			display: none;
		}
		form.form-wpdt-wc-payment div.bank-table div.row div label {
			padding-top: 0;
		padding-bottom: 0;
		}
		form.form-wpdt-wc-payment div.bank-table div.row div {
			width: 260px;
			float: right;
			line-height: 1.4em;
		}
		form.form-wpdt-wc-payment div.bank-table div.row div:first-child {
			width: 60px;
			float: left;
		}
		form.form-wpdt-wc-payment div.bank-table  span.wpdt_wc_payment_form_bank_branch {
			font-size: inherit;
			
		}
		
		form.form-wpdt-wc-payment div.info-table div.row>label {
			width: 100%;
			margin-top: 0;
		margin-bottom: 10px;
		}
		form.form-wpdt-wc-payment div.info-table div.row>div {
			width: 100%;
		}
		form.form-wpdt-wc-payment div.info-table div.row input[type="submit"] {
			width: 100%;
			margin-left: 0;
		}
		
}