.woocommerce-checkout #payment {
	background: #fff !important;
	border: 1px solid var(--site-border) !important;
}

.woocommerce-info {
	border-color: var(--site-primary) !important;
	background: #fff !important;
}

.woocommerce-message {
	border-color: green !important;
	background: #fff !important;
}

.woocommerce-message::before {
	color: green !important;
}

.woocommerce-info::before {
	color: var(--site-primary) !important;
}

.woocommerce table.shop_table {
	background: #fff !important;
	border: 1px solid var(--site-border) !important;
}

#customer_details h3 {
	font-size: 30px !important;
	margin-bottom: 0px !important;
	margin-top: 30px !important;
}

#order_review_heading {
	font-size: 30px !important;
	margin-top: 30px !important;
}

.woocommerce form .form-row {
	margin-top: 20px !important;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
    float: none !important;
    width: 100% !important;
}

.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
	display: none !important;
}

.select2-container .select2-selection--single {
	height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px !important;
	padding-left: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px !important;
    right: 10px !important;
}

#customer_details h3,
.thwcfd-field-heading h3 {
	display: grid !important;
	align-items: center !important;
	grid-template-columns: auto 1fr;
}

#customer_details h3:after,
.thwcfd-field-heading h3:after {
	content: "";
	height: 1px;
	border-bottom: 1px dashed var(--site-border);
	margin-left: 20px;
	width: 100%;
}

.woocommerce-customer-details address {
	padding: 30px !important;
	background: #fff !important;
	border: 1px dashed var(--site-border) !important;
}

.woocommerce img, 
.woocommerce-page img {
    width: auto;
}