.wc-block-checkout__main input,
.wc-block-checkout__main select {
	border: 2px solid rgba(0, 0, 0, 0.105) !important;
}

button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
	background-color: #86ab03 !important;
	color: #fff !important;
	border: none !important;
	max-height: 50px !important;
}

.wc-block-components-totals-coupon__input {
	border: 2px solid rgba(0, 0, 0, 0.105) !important;
}

.wc-block-components-totals-coupon__content form {
	gap: 0;
}

input#wc-block-components-totals-coupon__input-coupon {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	outline: none !important;
}

.wc-block-components-text-input.wc-block-components-totals-coupon__input {
	border: none !important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	border: 1px solid #86ab03 !important;
	background-color: #fff !important;
	color: #86ab03 !important;
}

.wc-block-components-checkout-place-order-button.contained {
	border: 1px solid #86ab03 !important;
	background-color: #fff !important;
	color: #86ab03 !important;
}

@media screen and (max-width: 767px) {
	.wp-block-woocommerce-checkout-order-summary-block {
		margin-top: -31px !important;
	}
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
	margin-top: 100px;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
	margin-top: 80px;
}

.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block {
	padding-bottom: 40px;
}

/* Order Received Page */
.woocommerce-order {
	position: relative;
	top: 100px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	margin-bottom: 30px;
	padding: 3%;
	width: 100%;
	border: 2px dashed #7a9c59;
	border-radius: 3px;
	color: #7a9c59;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.4;
}

.woocommerce-checkout .woocommerce-order {
	max-width: 800px;
	margin: 0 auto;
}

.woocommerce-checkout section.woocommerce-customer-details {
	padding-bottom: 100px;
}

:is(.woocommerce-thankyou-order-details, .wc-bacs-bank-details) {
	list-style: none;
	--li-pl: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	--list-mb: 10px;
	--li-mb: 20px;
}

:is(.woocommerce-thankyou-order-details, .wc-bacs-bank-details) li {
	flex: 1 1 0%;
	padding-right: 20px;
	padding-left: 20px;
	border-inline-end: 1px solid var(--brdcolor-gray-300);
	color: var(--color-gray-500);
	text-align: center;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
		flex-direction: column;
		gap: 20px;
	}

	ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
		border-right: none !important;
		border-bottom: 1px solid rgba(0, 0, 0, 0.105);
		padding-bottom: 20px;
	}
}

.woocommerce-checkout section.woocommerce-customer-details address {
	border: none !important;
	padding-left: 0 !important;
}
