form.woocommerce-checkout {
	overflow: hidden;
}

.woocommerce-form-coupon-toggle {
	padding-bottom: 40px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.woocommerce-form-coupon-toggle a {
	text-decoration: underline;
}

.woocommerce-form-coupon {
	margin-top: -20px;
	padding-bottom: 30px;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
	float: left;
}

.checkout_coupon .form-row-first input {
	height: 50px;
	border-radius: 5px 0 0 5px;
	min-width: 300px;
}

.checkout_coupon .form-row-last .button {
	border-radius: 0 5px 5px 0;
}

form.woocommerce-checkout h3 {
	font-size: 28px;
	margin-bottom: 25px;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
}

form.woocommerce-checkout label {
	font-weight: 600;
	display: block;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 14px;
}

.woocommerce-billing-fields__field-wrapper > * {
	flex: 1 1 50%;
	max-width: 50%;
	padding: 0 25px;
}

#billing_company_field,
#billing_address_1_field {
	flex: 1 1 100%;
	max-width: 100%;
}

#billing_address_2_field label {
	position: static !important;
	width: auto;
	height: auto;
	clip: auto;
	clip-path: none;
	display: block;
	margin: 0 0 8px;
}

#billing_country_field {
	display: none;
}

.col2-set,
#order_review_heading,
#order_review {
	width: 48%;
	float: left;
}

#order_review_heading,
#order_review {
	float: right;
}

.woocommerce-checkout-review-order table {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
	padding: 15px 20px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.woocommerce-checkout-review-order table th:last-child,
.woocommerce-checkout-review-order table td:last-child {
	text-align: right;
}

.woocommerce-checkout-review-order table tr:first-child th,
.woocommerce-checkout-review-order table tr:last-child th {
	font-weight: 600;
}

.product-name .variation {
	display: flex;
	align-items: center;
	color: #777;
	padding-top: 5px;
}

.product-name .variation-Colour {
	padding-right: 10px;
}

.woocommerce-checkout-payment {
	margin-top: 30px;
	background-color: #f8f8f8;
	padding: 30px;
}

.woocommerce-terms-and-conditions-wrapper {
	font-size: 13px;
	padding: 15px 0 20px;
}

.woocommerce-terms-and-conditions-wrapper a {
	text-decoration: underline;
}

.place-order {
	overflow: hidden;
}

.place-order .button {
	float: right;
}