.wcsc-suggestions {
	position: absolute;
	z-index: 999999;
	max-height: 320px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 10px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, .14);
}
.wcsc-suggestions[hidden] { display: none; }
.wcsc-suggestions__item {
	display: block;
	width: 100%;
	padding: 11px 14px;
	border: 0;
	border-bottom: 1px solid #f0f0f0;
	background: #fff !important;
	color: #1d2327 !important;
	font: inherit;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}
.wcsc-suggestions__item:hover,
.wcsc-suggestions__item:focus,
.wcsc-suggestions__item:active,
.wcsc-suggestions__item.is-active {
	background: #edf3fb !important;
	color: #1d2327 !important;
	outline: none;
}

/* Modern classic WooCommerce checkout. */
body.woocommerce-checkout:not(.woocommerce-order-received) .container-full.blog-post-page {
	box-sizing: border-box;
	padding-top: 34px;
	padding-bottom: 64px;
	background: #fff;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .blog-post-page > .container {
	width: 100%;
	margin-right: auto !important;
	margin-left: auto !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #primary,
body.woocommerce-checkout:not(.woocommerce-order-received) #main,
body.woocommerce-checkout:not(.woocommerce-order-received) article {
	width: 100%;
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	background: transparent !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .blog-post-page > .container #primary {
	width: auto !important;
	margin-right: -15px !important;
	margin-left: -15px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) main#main.site-main.full-width {
	width: 100% !important;
	max-width: 100% !important;
	padding-right: 15px !important;
	padding-left: 15px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #ob-header .dgwt-wcas-search-wrapp.woocommerce {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	grid-template-columns: none !important;
	gap: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) article > .entry-header {
	margin: 0 0 24px;
	padding: 0 4px;
	border: 0;
}
body.woocommerce-checkout:not(.woocommerce-order-received) h1.entry-title {
	margin: 0;
	color: #1e2a24;
	font-family: "PT Sans", sans-serif;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 700;
	line-height: 1.12;
}
.wcsc-checkout-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 680px;
	margin: 0 0 28px;
	padding: 0 4px;
}
.wcsc-checkout-step {
	position: relative;
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
	color: #8a948f;
	font-size: 14px;
	text-decoration: none !important;
}
.wcsc-checkout-step:not(:last-child):after {
	position: absolute;
	top: 16px;
	right: 12px;
	left: 42px;
	height: 1px;
	background: #d7e0db;
	content: "";
}
.wcsc-checkout-step > span {
	position: relative;
	z-index: 1;
	display: grid;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid #d5ded9;
	border-radius: 50%;
	background: #fff;
	font-weight: 700;
}
.wcsc-checkout-step > strong { position: relative; z-index: 1; padding-right: 10px; background: #fff; }
.wcsc-checkout-step.is-complete,
.wcsc-checkout-step.is-current { color: #197149; }
.wcsc-checkout-step.is-complete > span { border-color: #197149; background: #197149; color: #fff; }
.wcsc-checkout-step.is-current > span { border: 2px solid #197149; background: #fff; }
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .row {
	display: grid !important;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	align-items: start;
	gap: 28px;
	margin: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout #order_details {
	box-sizing: border-box;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .customer_details_inner,
body.woocommerce-checkout:not(.woocommerce-order-received) .order_details_inner {
	box-sizing: border-box;
	padding: clamp(22px, 3vw, 32px) !important;
	border: 1px solid #e0e8e3;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(25, 65, 45, .045);
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_details {
	position: sticky;
	top: 92px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields > h3,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields > h3 {
	display: none !important;
}
.wcsc-checkout-section-heading {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin: 0 0 25px;
}
.wcsc-checkout-section-icon {
	display: grid;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 12px;
	background: #eaf5ef;
	color: #197149;
	font-size: 16px;
	font-weight: 700;
}
.wcsc-checkout-section-heading h2,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
	margin: 0;
	color: #202b25;
	font-family: "PT Sans", sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: none;
}
.wcsc-checkout-section-heading p {
	margin: 5px 0 0;
	color: #78837d;
	font-size: 14px;
	line-height: 1.4;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
	position: relative;
	margin-bottom: 24px;
	padding: 5px 0 18px 53px;
	border-bottom: 1px solid #e6ece8;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading:before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border-radius: 12px;
	background: #eaf5ef;
	color: #197149;
	content: "2";
	font-size: 16px;
	font-weight: 700;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .form-row {
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 0 18px !important;
	padding: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .form-row label {
	display: block;
	margin: 0 0 7px;
	color: #34413a;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .optional {
	color: #8a948f;
	font-size: 12px;
	font-weight: 400;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .required { color: #197149; }
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout textarea.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout select {
	box-sizing: border-box !important;
	width: 100% !important;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 15px !important;
	border: 1px solid #d8e2dc !important;
	border-radius: 11px !important;
	background: #fff !important;
	color: #202b25 !important;
	font-family: "PT Sans", sans-serif;
	font-size: 16px !important;
	box-shadow: none !important;
	transition: border-color .2s, background .2s, box-shadow .2s;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout textarea.input-text {
	min-height: 94px;
	padding-top: 13px !important;
	padding-bottom: 13px !important;
	line-height: 1.4;
	resize: vertical;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout input.input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout textarea.input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout select:focus {
	border-color: #197149 !important;
	background: #fff !important;
	outline: 0;
	box-shadow: 0 0 0 3px rgba(25, 113, 73, .11) !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .woocommerce-invalid input.input-text {
	border-color: #b42318 !important;
	box-shadow: 0 0 0 3px rgba(180, 35, 24, .08) !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_comments_field { margin-top: 3px !important; margin-bottom: 0 !important; }
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	background: transparent !important;
	box-shadow: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table thead { display: none; }
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table th,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table td {
	border: 0 !important;
	background: transparent !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tr,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tr.order-total {
	background: transparent !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tbody td {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	border-bottom: 1px solid #e7ede9 !important;
	color: #26322b;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tbody tr.cart_item {
	height: 94px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table td.product-name {
	width: 70%;
	padding-right: 12px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table td.product-total {
	width: 30%;
	padding-right: 0 !important;
	padding-left: 8px !important;
	text-align: right;
	white-space: nowrap;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tfoot tr.cart-subtotal { display: none !important; }
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tfoot th,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tfoot td {
	padding: 20px 0 8px !important;
	border: 0 !important;
	color: #202b25;
	font-size: 19px;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tfoot td {
	text-align: right;
	white-space: nowrap;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table .order-total .amount { color: #197149; font-size: 22px; font-weight: 700; }
body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
	margin-top: 20px;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment li.wc_payment_method {
	margin: 0 !important;
	padding: 15px !important;
	border: 1px solid #dce7e0;
	border-radius: 12px;
	background: #fff;
	list-style: none;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment li.wc_payment_method > label {
	margin: 0;
	color: #26322b;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .payment_box {
	margin: 9px 0 0 !important;
	padding: 0 !important;
	background: transparent !important;
	color: #707b75;
	font-size: 13px;
	line-height: 1.45;
	box-shadow: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .payment_box:before { display: none !important; }
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .payment_box p { margin: 0; }
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order { margin: 0 !important; padding: 0 !important; }
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text {
	margin-bottom: 14px;
	color: #7b8580;
	font-size: 12px;
	line-height: 1.45;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text p { margin: 0; }
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-privacy-policy-text a { color: #197149; text-decoration: underline; }
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
	display: flex !important;
	width: 100% !important;
	min-height: 56px;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 14px 20px !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #197149 !important;
	color: #fff !important;
	font-family: "PT Sans", sans-serif;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.2;
	text-transform: none;
	box-shadow: 0 10px 24px rgba(25, 113, 73, .22) !important;
	transition: background .2s, transform .2s, box-shadow .2s;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #place_order:hover {
	background: #105d3c !important;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(25, 113, 73, .28) !important;
}
.wcsc-checkout-submit-note {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 7px;
	margin: 12px 8px 0 !important;
	color: #77827c;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
}
.wcsc-checkout-submit-note span { color: #197149; font-weight: 700; }
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-error,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-message,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-info {
	margin: 0 0 22px !important;
	padding: 15px 18px 15px 46px !important;
	border: 1px solid #dce7e0;
	border-top: 0 !important;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(25, 65, 45, .05);
}
.woocommerce-checkout-review-order-table td.product-name {
	position: relative;
	box-sizing: border-box;
	padding-top: 28px !important;
	padding-bottom: 28px !important;
	padding-left: 92px !important;
}
.woocommerce-checkout-review-order-table .wcsc-checkout-product__thumb {
	display: inline-block !important;
	position: absolute;
	top: 50%;
	left: 12px;
	width: 68px;
	height: 76px;
	margin: 0;
	overflow: hidden;
	border: 1px solid #e3eae6;
	border-radius: 10px;
	background: #fff;
	transform: translateY(-50%);
}
.woocommerce-checkout-review-order-table .wcsc-checkout-product__image {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 3px;
	object-fit: contain;
}
.wcsc-thankyou {
	margin: 28px 0;
	padding: clamp(20px, 4vw, 38px);
	border: 1px solid #e7e7e7;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(18, 28, 45, .06);
}
.wcsc-thankyou__heading { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; }
.wcsc-thankyou__heading h2 { margin: 0 0 6px; font-size: clamp(24px, 4vw, 34px); }
.wcsc-thankyou__heading p { margin: 0; color: #62666d; }
.wcsc-thankyou__check {
	display: grid;
	flex: 0 0 46px;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 50%;
	background: #eaf8ef;
	color: #16833d;
	font-size: 25px;
	font-weight: 700;
}
.wcsc-order-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 30px; }
.wcsc-order-meta > div,
.wcsc-delivery-grid > div { padding: 16px; border-radius: 12px; background: #f7f8fa; }
.wcsc-order-meta span,
.wcsc-delivery-grid span { display: block; margin-bottom: 5px; color: #6a6f77; font-size: 13px; }
.wcsc-order-meta strong,
.wcsc-delivery-grid strong { display: block; color: #1d2327; }
.wcsc-thankyou h3 { margin: 0 0 12px; }
.wcsc-items { margin-bottom: 24px; border-top: 1px solid #e8e8e8; }
.wcsc-item { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 13px 0; border-bottom: 1px solid #e8e8e8; }
.wcsc-item__product { display: flex; min-width: 0; align-items: center; gap: 14px; }
.wcsc-item__thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	overflow: hidden;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fff;
}
.wcsc-item__thumb img,
.wcsc-item__image {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 4px;
	object-fit: contain;
}
.wcsc-item small { color: #6a6f77; }
.wcsc-delivery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 720px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .container-full.blog-post-page { padding-top: 22px; padding-bottom: 40px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .blog-post-page > .container { padding-right: 15px !important; padding-left: 15px !important; }
	body.woocommerce-checkout:not(.woocommerce-order-received) #primary,
	body.woocommerce-checkout:not(.woocommerce-order-received) #main,
	body.woocommerce-checkout:not(.woocommerce-order-received) article,
	body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content { width: 100% !important; max-width: none !important; margin-right: 0 !important; margin-left: 0 !important; padding-right: 0 !important; padding-left: 0 !important; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .blog-post-page > .container #primary { width: auto !important; margin-right: -15px !important; margin-left: -15px !important; }
	body.woocommerce-checkout:not(.woocommerce-order-received) main#main.site-main.full-width { padding-right: 15px !important; padding-left: 15px !important; }
	body.woocommerce-checkout:not(.woocommerce-order-received) article > .entry-header { margin-bottom: 18px; padding: 0; }
	body.woocommerce-checkout:not(.woocommerce-order-received) h1.entry-title { font-size: 30px; }
	.wcsc-checkout-steps { margin-bottom: 20px; padding: 0; }
	.wcsc-checkout-step { gap: 6px; font-size: 11px; }
	.wcsc-checkout-step > span { flex-basis: 28px; width: 28px; height: 28px; font-size: 12px; }
	.wcsc-checkout-step:not(:last-child):after { top: 14px; right: 8px; left: 34px; }
	.wcsc-checkout-step > strong { padding-right: 5px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .row { grid-template-columns: minmax(0, 1fr); gap: 16px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) #order_details { position: static; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .customer_details_inner,
	body.woocommerce-checkout:not(.woocommerce-order-received) .order_details_inner { padding: 20px 16px !important; border-radius: 15px; }
	.wcsc-checkout-section-heading { gap: 10px; margin-bottom: 21px; }
	.wcsc-checkout-section-icon,
	body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading:before { width: 36px; height: 36px; border-radius: 10px; }
	.wcsc-checkout-section-icon { flex-basis: 36px; }
	.wcsc-checkout-section-heading h2,
	body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading { font-size: 20px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading { margin-bottom: 18px; padding: 5px 0 16px 47px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout .form-row { margin-bottom: 15px !important; }
	body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout input.input-text,
	body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout select { min-height: 50px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table td.product-name { width: 68%; }
	body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table td.product-total { width: 32%; font-size: 14px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) #order_review table tbody tr.cart_item { height: 78px !important; }
	body.woocommerce-checkout:not(.woocommerce-order-received) #place_order { min-height: 54px; font-size: 16px !important; }
	.woocommerce-checkout-review-order-table td.product-name {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		padding-left: 73px !important;
	}
	.woocommerce-checkout-review-order-table .wcsc-checkout-product__thumb {
		left: 9px;
		width: 54px;
		height: 62px;
		border-radius: 8px;
	}
	.wcsc-order-meta { grid-template-columns: repeat(2, 1fr); }
	.wcsc-delivery-grid { grid-template-columns: 1fr; }
	.wcsc-item__thumb { flex-basis: 58px; width: 58px; height: 58px; }
}

@media (min-width: 721px) and (max-width: 980px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout > .row { grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 18px; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .customer_details_inner,
	body.woocommerce-checkout:not(.woocommerce-order-received) .order_details_inner { padding: 24px !important; }
}
