.wd-side-hidden.wd-opened {
    transform: none;
    z-index: 99999999999;
}

/* ===== Kiyora Peptide Custom Checkout Restyle ===== */

@media (min-width: 992px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 40px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields,
	body.woocommerce-checkout .woocommerce-additional-fields,
	body.woocommerce-checkout .woocommerce-shipping-fields {
		flex: 0 0 55%;
		max-width: 55%;
		box-sizing: border-box;
		padding-right: 20px;
	}

	body.woocommerce-checkout #order_review,
	body.woocommerce-checkout #order_review_heading {
		flex: 0 0 40%;
		max-width: 40%;
		box-sizing: border-box;
		position: sticky;
		top: 24px;
		align-self: flex-start;
	}
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout #order_review_heading {
	font-weight: 700;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

body.woocommerce-checkout .woocommerce-billing-fields .form-row,
body.woocommerce-checkout .woocommerce-additional-fields .form-row,
body.woocommerce-checkout .woocommerce-shipping-fields .form-row {
	margin-bottom: 18px;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-container .select2-selection--single {
	border: 1px solid #d6d6d6 !important;
	border-radius: 4px !important;
	padding: 12px 14px !important;
	height: auto !important;
}

body.woocommerce-checkout input.input-text:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout select:focus {
	border-color: #3e50a6 !important;
	box-shadow: 0 0 0 3px rgba(62, 80, 166, 0.15);
	outline: none;
}

body.woocommerce-checkout #order_review table.shop_table {
	border-collapse: collapse;
	width: 100%;
	font-size: 0.92em;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
	padding: 8px 6px;
}

body.woocommerce-checkout #order_review .cart_item td,
body.woocommerce-checkout #order_review .cart_item th {
	border-bottom: 1px solid #eee;
}

body.woocommerce-checkout ul.wc_payment_methods {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
	border-top: 1px solid #e2e2e2;
}

body.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method {
	border-bottom: 1px solid #e2e2e2;
	padding: 18px 4px;
	margin: 0;
}

body.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method label {
	font-weight: 700;
	font-size: 1.02em;
	letter-spacing: 0.01em;
	cursor: pointer;
}

body.woocommerce-checkout ul.wc_payment_methods li.wc_payment_method input.input-radio {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	accent-color: #3e50a6;
}

body.woocommerce-checkout ul.wc_payment_methods .payment_box {
	margin-top: 14px;
	padding: 20px;
	border-radius: 6px;
	font-size: 0.95em;
	line-height: 1.5;
}

body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box p,
body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box label,
body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box span,
body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box strong {
	color: #fff;
}

body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box input.input-text,
body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box textarea,
body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box select {
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #ffffff99 !important;
	border-radius: 4px !important;
}

body.woocommerce-checkout li.payment_method_edd_draft_yodlee_gateway .payment_box a {
	color: #9db3ff;
}

body.woocommerce-checkout li.payment_method_riskpaydotbiz-instant-payment-gateway-smart-providers .payment_box {
	background: #f5f6fb;
	border: 2px solid #3e50a6;
	color: #1a1a1a;
}

body.woocommerce-checkout li.payment_method_riskpaydotbiz-instant-payment-gateway-smart-providers .payment_box strong,
body.woocommerce-checkout li.payment_method_riskpaydotbiz-instant-payment-gateway-smart-providers .payment_box label {
	color: #3e50a6;
}

body.woocommerce-checkout li.payment_method_riskpaydotbiz-instant-payment-gateway-smart-providers .payment_box input.input-text {
	border: 1px solid #3e50a6 !important;
	border-radius: 4px !important;
}

body.woocommerce-checkout #place_order {
	display: block;
	width: 100%;
	background: #3e50a6 !important;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	padding: 18px 24px !important;
	border-radius: 5px !important;
	border: none;
	font-size: 1rem;
}

body.woocommerce-checkout #place_order:hover {
	background: #313f85 !important;
}

@media (max-width: 991px) {
	body.woocommerce-checkout .woocommerce-billing-fields,
	body.woocommerce-checkout .woocommerce-additional-fields,
	body.woocommerce-checkout .woocommerce-shipping-fields,
	body.woocommerce-checkout #order_review,
	body.woocommerce-checkout #order_review_heading {
		max-width: 100%;
		flex: 0 0 100%;
		position: static;
	}
}

/* Direct Bank Transfer (bacs) payment box - black theme */
body.woocommerce-checkout li.payment_method_bacs .payment_box {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

body.woocommerce-checkout li.payment_method_bacs .payment_box p,
body.woocommerce-checkout li.payment_method_bacs .payment_box label,
body.woocommerce-checkout li.payment_method_bacs .payment_box span,
body.woocommerce-checkout li.payment_method_bacs .payment_box strong,
body.woocommerce-checkout li.payment_method_bacs .payment_box li,
body.woocommerce-checkout li.payment_method_bacs .payment_box table,
body.woocommerce-checkout li.payment_method_bacs .payment_box th,
body.woocommerce-checkout li.payment_method_bacs .payment_box td {
	color: #fff;
}

body.woocommerce-checkout li.payment_method_bacs .payment_box table {
	border-color: #444;
}

body.woocommerce-checkout li.payment_method_bacs .payment_box a {
	color: #9db3ff;
}

/* Cash App (cashapp_manual) payment box - black theme */
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box p,
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box label,
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box span,
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box strong,
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box li,
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box table,
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box th,
body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box td {
	color: #fff;
}

body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box table {
	border-color: #444;
}

body.woocommerce-checkout li.payment_method_cashapp_manual .payment_box a {
	color: #9db3ff;
}

/* Zelle (zelle_manual) payment box - black theme */
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}

body.woocommerce-checkout li.payment_method_zelle_manual .payment_box p,
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box label,
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box span,
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box strong,
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box li,
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box table,
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box th,
body.woocommerce-checkout li.payment_method_zelle_manual .payment_box td {
	color: #fff;
}

body.woocommerce-checkout li.payment_method_zelle_manual .payment_box table {
	border-color: #444;
}

body.woocommerce-checkout li.payment_method_zelle_manual .payment_box a {
	color: #9db3ff;
}