.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: left;
}
.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
}
.woocommerce form .form-row-first input{
	height: 35px;
	padding: 5px;
}

.woocommerce .showcoupon{
	text-decoration: none;
	color: #2f854e;
	font-weight: bold;
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper>p.form-row {
	margin-right: 30px !important;
	margin-bottom: 10px !important;
	width: 400px;
	display: flex;

}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}
.woocommerce form .form-row label {
	flex-grow: 1;
	line-height: 2;
	letter-spacing: -1px;
}

.woocommerce-billing-fields__field-wrapper>p label {
	width: 60%;
	flex-grow: 1;
}
#customer_details .col-1, #customer_details .col-2 {
	display: block;
	max-width: unset;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: auto;
	float: unset;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	width: 100%;
}
span.woocommerce-input-wrapper>input {
	height: 35px;
	padding-left: 10px;
	width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.woocommerce-billing-fields__field-wrapper>p span {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	width: 100%;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 35px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}
#order_comments_field {
    display: flex;
    width: 650px;
    height: 100%;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-input-wrapper {
    flex: 0 0 50%;
}
.woocommerce-input-wrapper textarea{
	padding: 10px;
	height: 100px;
}
.wc_payment_methods{
	list-style: none;
	padding: 0;
}
.woocommerce-privacy-policy-link{
	text-decoration: none;
	color: #2f854e;
	font-weight: bold;
}