#page_checkout {
	.woocommerce-form-coupon-toggle {
		display: none;
	}
	form.checkout {
		background: #F7F7F2;
		h2 {
			padding-top: 4rem;
			margin-bottom: 1.888rem;
		}
		h3 {
			font-size: 1.333rem;
			margin-bottom: 1.777rem;
		}
	}
	#customer_details {
		grid-template-columns: 2fr 1fr;
		input {
			background-color: #fff;
			border: 1px solid #2D863E;
			padding: 0.833rem;
		}
		.select2-container--default {
			.select2-selection--single {
				.select2-selection__arrow {
					top: 53%;
					@include translate(0,-50%);
					b {
						left: 97%;
					} 
				}
			}
		}
		.select2-selection {
			background-color: #fff;
			border: 1px solid #2D863E;
			padding: 0.733rem;
			height: auto;
			border-radius: 0;
		}
		.woocommerce-billing-fields {
			label {
				display: none;
			}
			span {
				width: 100%;
				input {
					width: 100%;
				}
			}
		}
		.woocommerce-shipping-fields {
			.shipping_address {
				label {
					display: none;
				}
				span {
					width: 100%;
					input {
						width: 100%;
					}
				}
			}
		}
		.woocommerce-additional-fields {
			display: none;
		}
	}
	#order_review {
		table.shop_table {
			border-radius: 1rem;
			border-collapse: collapse;
			border: none;
			thead {
				tr {
					background-color: #000;
					th {
						background: #2E1F27;
						border: none;
						color: #fff;
						font-family: poppins;
						padding: 1rem;
					}
					th.product-name {
						border-top-left-radius: 1rem;
						width: 80%;
					}
					th.product-total {
						border-top-right-radius: 1rem;
					}
				}
			}
		}
		#payment {
			background: transparent;
			button[type="submit"] {
				@include btn01();
			}
			button[type="submit"]:hover {
				@include btn01_hover();
			}
		}
	}
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 100%;
}