.woocommerce-checkout .page.page-content .content {
	width: 100%;
}

.woocommerce-checkout .page.page-content .content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 32px;
}

.delba-checkout-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
}

.delba-checkout-page .woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce ul#shipping_method li{
	display: flex!important;
	align-items: baseline!important;
}
.woocommerce-checkout #payment div.payment_box {
	border-radius: var(--spacing-16)!important;
}


.delba-checkout-page .woocommerce-message,
.delba-checkout-page .woocommerce-info,
.delba-checkout-page .woocommerce-error,
.delba-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info,
.delba-checkout-page .woocommerce-form-login-toggle .woocommerce-info {
	margin: 0;
	padding: 18px 22px;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
	font: var(--font-p4);
	line-height: 1.6;
	color: var(--text);
	list-style: none;
}

.delba-checkout-page .woocommerce-message {
	border-color: rgba(21, 109, 50, 0.18);
	background: rgba(21, 109, 50, 0.04);
}

.delba-checkout-page .woocommerce-error {
	border-color: rgba(154, 52, 18, 0.18);
	background: rgba(154, 52, 18, 0.05);
	color: #9a3412;
}

.delba-checkout-page .woocommerce-message::before,
.delba-checkout-page .woocommerce-info::before,
.delba-checkout-page .woocommerce-error::before,
.delba-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info::before,
.delba-checkout-page .woocommerce-form-login-toggle .woocommerce-info::before {
	display: none;
}

.delba-checkout-page .woocommerce-message a,
.delba-checkout-page .woocommerce-info a,
.delba-checkout-page .woocommerce-error a {
	color: var(--primary);
	font-weight: 600;
}

.delba-checkout-page .checkout_coupon {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 16px;
	padding: 32px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.05);
}

.delba-checkout-page .checkout_coupon > p:first-child {
	grid-column: 1 / -1;
	margin: 0;
	font: var(--font-p4);
	color: #4b5563;
}

.delba-checkout-page .checkout_coupon .form-row {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

.delba-checkout-page .checkout_coupon .form-row-last {
	display: flex;
	align-items: flex-end;
}

.delba-checkout {
	width: 100%;
}

.delba-checkout__layout {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 20px;
	width: 100%;
}

.delba-checkout__main {
	min-width: 0;
	flex: 0 1 65%;
	max-width: 65%;
}

.delba-checkout__customer {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 0;
}

.delba-checkout .col2-set,
.delba-checkout #customer_details {
	width: 100% !important;
	max-width: 100%;
	margin: 0;
	padding: 0;
	float: none !important;
}

.delba-checkout__customer::before,
.delba-checkout__customer::after,
.delba-checkout__section .woocommerce-billing-fields::before,
.delba-checkout__section .woocommerce-billing-fields::after,
.delba-checkout__section .woocommerce-shipping-fields::before,
.delba-checkout__section .woocommerce-shipping-fields::after,
.delba-checkout__section .woocommerce-additional-fields::before,
.delba-checkout__section .woocommerce-additional-fields::after {
	content: none !important;
	display: none !important;
}

.delba-checkout__customer > .col-1,
.delba-checkout__customer > .col-2,
.delba-checkout .col2-set .col-1,
.delba-checkout .col2-set .col-2,
.delba-checkout #customer_details .col-1,
.delba-checkout #customer_details .col-2,
.delba-checkout__section--billing,
.delba-checkout__section--shipping {
	width: 100%;
	max-width: 100%;
	margin: 0;

	float: none !important;
	clear: none;
	flex: 0 0 100%;
}

.delba-checkout__section,
.delba-checkout__summary {
	padding: 32px 24px;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
	min-width: 0;
}

.delba-checkout__summary {
	position: sticky;
	top: var(--header-height);
	align-self: flex-start;
	flex: 1 1 0;
	max-width: calc(35% - 10px);
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
}

.delba-checkout__summary-title,
.delba-checkout__section .woocommerce-billing-fields > h3,
.delba-checkout__section .woocommerce-additional-fields > h3,
.delba-checkout__section #ship-to-different-address {
	margin: 0 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1.15 !important;
	color: #111827;
}

.delba-checkout__section #ship-to-different-address .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.delba-checkout__section .woocommerce-billing-fields,
.delba-checkout__section .woocommerce-shipping-fields,
.delba-checkout__section .woocommerce-additional-fields,
.delba-checkout__section .woocommerce-account-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.delba-checkout__section .woocommerce-shipping-fields + .woocommerce-additional-fields,
.delba-checkout__section .woocommerce-billing-fields + .woocommerce-account-fields {
	padding-top: 16px;
	border-top: 1px solid #eef2f7;
}

.delba-checkout__section .woocommerce-billing-fields__field-wrapper,
.delba-checkout__section .woocommerce-shipping-fields__field-wrapper,
.delba-checkout__section .woocommerce-additional-fields__field-wrapper,
.delba-checkout__section .create-account {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
}

.delba-checkout__section .form-row {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
	grid-column: 1 / -1;
}

.delba-checkout__section .form-row-first,
.delba-checkout__section .form-row-last,
.delba-checkout__section .create-account .form-row {
	grid-column: auto;
	width: 100% !important;
	max-width: 100%;
	float: none !important;
	min-width: 0;
}

.delba-checkout__section .form-row-wide,
.delba-checkout__section .woocommerce-additional-fields__field-wrapper .form-row,
.delba-checkout__section .create-account .form-row-wide {
	grid-column: 1 / -1;
}

.delba-checkout__section label,
.delba-checkout-page .checkout_coupon label,
.delba-checkout__order-review label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
	color: #111827;
}

.delba-checkout__section .required {
	color: var(--primary);
	font-weight: 700;
}

.delba-checkout__section input.input-text,
.delba-checkout__section textarea,
.delba-checkout__section select,
.delba-checkout-page .checkout_coupon input.input-text {
	width: 100%;
	min-height: 56px;
	padding: 0 16px;
	border: 1px solid #d1d5db;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
	font: var(--font-input);
	color: #111827;
	transition: var(--transition-fast);
	appearance: none;
}

.delba-checkout__section textarea {
	min-height: 144px;
	padding: 16px;
	resize: vertical;
}

.delba-checkout__section input.input-text:focus,
.delba-checkout__section textarea:focus,
.delba-checkout__section select:focus,
.delba-checkout-page .checkout_coupon input.input-text:focus {
	border-color: var(--primary);
	outline: none;
	box-shadow: 0 0 0 4px rgba(255, 40, 14, 0.12);
}

.delba-checkout__section .woocommerce-input-wrapper,
.delba-checkout__section .password-input,
.delba-checkout__section .select2-container,
.delba-checkout-page .checkout_coupon .input-text {
	display: block;
	width: 100%;
}

.delba-checkout__section .password-input input.input-text {
	padding-right: 48px;
}

.delba-checkout__section .show-password-input::after {
	right: 18px;
	color: #6b7280;
}

.delba-checkout__section--billing input.input-text {
	padding-right: 44px;
}

.delba-checkout__section--billing .suggestions-addon[data-addon-type="clear"] {
	left: auto !important;
	right: 16px !important;
	top: 50% !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px;
	min-height: 18px;
	margin: 0 !important;
	transform: translateY(calc(-50% - 40px));
	background-position: center !important;
	background-size: 12px 12px !important;
	border-radius: 50%;
}

.delba-checkout__section .input-checkbox,
.delba-checkout__order-review .shipping_method,
.delba-checkout__order-review .wc_payment_methods input[type="radio"] {
	accent-color: var(--primary);
}

.delba-checkout__section .input-checkbox {
	width: 18px;
	height: 18px;
	margin-top: 4px;
	flex-shrink: 0;
}

.delba-checkout__section .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	cursor: pointer;
}

.delba-checkout__section .woocommerce-invalid input.input-text,
.delba-checkout__section .woocommerce-invalid textarea,
.delba-checkout__section .woocommerce-invalid select {
	border-color: rgba(154, 52, 18, 0.42);
}

.delba-checkout__section .woocommerce-validated input.input-text,
.delba-checkout__section .woocommerce-validated textarea,
.delba-checkout__section .woocommerce-validated select {
	border-color: rgba(21, 109, 50, 0.35);
}

.woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-checkout .select2-container--default .select2-selection--multiple {
	min-height: 56px;
	border: 1px solid #d1d5db;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
	transition: var(--transition-fast);
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0 44px 0 16px;
	font: var(--font-input);
	line-height: 54px;
	color: #111827;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 54px;
	right: 12px;
}

.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-checkout .select2-container--default.select2-container--focus .select2-selection--multiple,
.woocommerce-checkout .select2-container--open .select2-selection--single,
.woocommerce-checkout .select2-container--open .select2-selection--multiple {
	border-color: var(--primary);
	box-shadow: 0 0 0 4px rgba(255, 40, 14, 0.12);
}

.woocommerce-checkout .select2-dropdown {
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.woocommerce-checkout .select2-search--dropdown {
	padding: 12px;
	background: #ffffff;
}

.woocommerce-checkout .select2-search--dropdown .select2-search__field {
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid #d1d5db;
	border-radius: 12px;
}

.woocommerce-checkout .select2-results__option {
	padding: 10px 14px;
	font: var(--font-p4);
	color: #111827;
}

.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
	background: rgba(255, 40, 14, 0.08);
	color: #111827;
}

.delba-checkout__order-review {
	display: flex;
	flex-direction: column;
	gap: 16px;
	text-align: left;
}

.delba-checkout-review {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
}

.delba-checkout-review__items,
.delba-checkout-review__summary {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.delba-checkout-review__item,
.delba-checkout-review__row {
	padding: 16px 0;
	border-bottom: 1px solid #eef2f7;
	min-width: 0;
}

.delba-checkout-review__item-line,
.delba-checkout-review__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 12px 16px;
}

.delba-checkout-review__item-name,
.delba-checkout-review__row-label {
	min-width: 0;
	font: var(--font-p4);
	color: var(--text);
	text-align: left;
}

.delba-checkout-review__item-total,
.delba-checkout-review__row-value {
	justify-self: end;
	min-width: 0;
	text-align: right;
	font: var(--font-p4);
	font-weight: 700;
	color: #111827;
	white-space: nowrap;
}

.delba-checkout-review__item-total .amount,
.delba-checkout-review__row-value .amount,
.delba-checkout-review__row-value .woocommerce-Price-amount {
	white-space: nowrap;
}

.delba-checkout-review__item-name .product-quantity {
	margin-left: 6px;
	color: #6b7280;
	font-weight: 600;
	white-space: nowrap;
}

.delba-checkout-review__item-meta {
	margin-top: 10px;
	color: #6b7280;
}

.delba-checkout-review__item-meta .variation {
	margin: 0;
	color: #6b7280;
}

.delba-checkout-review__item-meta .variation dt,
.delba-checkout-review__item-meta .variation dd {
	display: inline;
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
}

.delba-checkout-review__item-meta .variation dd::after {
	content: none;
}

.delba-checkout-review__row--shipping {
	grid-template-columns: 1fr;
	gap: 14px;
}

.delba-checkout-review__shipping {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
	text-align: left;
}

.delba-checkout-review__row--shipping .delba-checkout-review__row-label {
	font-weight: 600;
	color: #111827;
}

.delba-checkout-review__row--total {
	padding-top: 22px;
	border-bottom: 0;
}

.delba-checkout-review__row--total .delba-checkout-review__row-label,
.delba-checkout-review__row--total .delba-checkout-review__row-value,
.delba-checkout-review__row--total .delba-checkout-review__row-value strong {
	font-size: 20px;
	font-weight: 700;
}

.delba-checkout-review__row:last-child,
.delba-checkout-review__item:last-child {
	border-bottom: 0;
}

.delba-checkout__order-review .shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	background: transparent;
}

.delba-checkout__order-review thead th {
	padding: 0 0 20px;
	border-bottom: 1px solid #e5e7eb;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6b7280;
}

.delba-checkout__order-review tbody th,
.delba-checkout__order-review tbody td,
.delba-checkout__order-review tfoot th,
.delba-checkout__order-review tfoot td {
	padding: 16px 0;
	border-bottom: 1px solid #eef2f7;
	vertical-align: top;
	font: var(--font-p4);
	color: var(--text);
	text-align: left;
}

.delba-checkout__order-review tbody td,
.delba-checkout__order-review tfoot td {
	text-align: left;
	color: #111827;
}

.delba-checkout__order-review .product-name,
.delba-checkout__order-review .product-total,
.delba-checkout__order-review .amount,
.delba-checkout__order-review .woocommerce-Price-amount {
	font-weight: 700;
	color: #111827;
	white-space: normal;
}

.delba-checkout__order-review .product-name {
	white-space: normal;
}

.delba-checkout__order-review .product-quantity {
	color: #6b7280;
	font-weight: 600;
}

.delba-checkout__order-review tfoot .order-total th,
.delba-checkout__order-review tfoot .order-total td {
	padding-top: 22px;
	border-bottom: 0;
	font-size: 20px;
	font-weight: 700;
}

.delba-checkout__order-review .cart_item .variation {
	margin: 10px 0 0;
	color: #6b7280;
}

.delba-checkout__order-review .cart_item .variation dt,
.delba-checkout__order-review .cart_item .variation dd {
	display: inline;
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
}

.delba-checkout__order-review .cart_item .variation dd::after {
	content: none;
}

.delba-checkout__order-review .woocommerce-shipping-methods,
.delba-checkout__order-review .wc_payment_methods {
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
	text-align: left;
}


.delba-checkout__order-review .woocommerce-shipping-methods > li,
.delba-checkout__order-review .wc_payment_methods > li {
	padding: 14px 16px;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #f8fafc;
}

.delba-checkout__order-review .woocommerce-shipping-methods > li > * + *,
.delba-checkout__order-review .wc_payment_methods > li > * + * {
	margin-top: 12px;
}

.delba-checkout__order-review .woocommerce-shipping-methods label,
.delba-checkout__order-review .wc_payment_methods label {
	margin-bottom: 0;
	font-weight: 600;
	cursor: pointer;
}

.delba-checkout__order-review .woocommerce-shipping-methods .amount,
.delba-checkout__order-review .wc_payment_methods .amount {
	margin-left: 4px;
}

.delba-checkout__order-review #payment {
	padding: 20px;
	border: 1px solid #eef2f7;
	border-radius: 24px;
	background: #f8fafc;
}

.delba-checkout__order-review .wc_payment_methods.payment_methods.methods {
	margin: 0;
	padding: 0;
}

.delba-checkout__order-review .payment_box {
	margin: 0;
	padding: 14px 16px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: none;
	font: var(--font-p4);
	line-height: 1.6;
	color: #4b5563;
}

.delba-checkout__order-review .payment_box::before {
	display: none;
}

.delba-checkout__order-review .place-order {
	margin: 0;
	padding: 0 !important;
}

.delba-checkout__order-review .woocommerce-terms-and-conditions-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 20px;
	text-align: left;
}

.delba-checkout__order-review .woocommerce-privacy-policy-text,
.delba-checkout__order-review .woocommerce-terms-and-conditions-wrapper p {
	margin: 0;
	font: var(--font-p4);
	line-height: 1.6;
	color: #4b5563;
}

.delba-checkout__order-review .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	cursor: pointer;
}

.delba-checkout__order-review #place_order,
.delba-checkout-page .checkout_coupon .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 60px;
	padding: var(--spacing-16) var(--spacing-40);
	border: none;
	border-radius: var(--radius-16);
	background: var(--primary) !important;
	box-shadow: none;
	font: var(--font-btn);
	color: var(--white-100);
	text-decoration: none;
	transition: var(--transition-fast);
}

.delba-checkout__order-review #place_order:hover,
.delba-checkout-page .checkout_coupon .button:hover {
	background: var(--primary-hover) !important;
	color: var(--white-100);
	transform: translateY(calc(-3 * var(--rpx)));
}

.delba-checkout__order-review .woocommerce-remove-coupon {
	font-size: 14px;
	font-weight: 600;
}
.delba-checkout__section--billing{
width: 100%;
}
.woocommerce-checkout #payment ul.payment_methods{border-bottom: none;}
.woocommerce-checkout-payment > ul{
		padding: 0!important;
	}
@media (max-width: 1023px) {
	.delba-checkout__layout {
		flex-direction: column;
	}

	.delba-checkout__main,
	.delba-checkout__summary {
		max-width: 100%;
		flex-basis: auto;
		width: 100%;
	}

	.delba-checkout__summary {
		position: static;
	}
}

@media (max-width: 767px) {
	.delba-checkout__section,
	.delba-checkout__summary,
	.delba-checkout-page .checkout_coupon {
		padding: 24px 20px;
		border-radius: 24px;
	}
	.woocommerce-checkout-payment > ul{
		padding: 0!important;
	}
	.delba-checkout__summary-title,
	.delba-checkout__section .woocommerce-billing-fields > h3,
	.delba-checkout__section .woocommerce-additional-fields > h3,
	.delba-checkout__section #ship-to-different-address {
		font-size: 22px !important;
		margin: 0 !important;
	}

	.delba-checkout__section .woocommerce-billing-fields__field-wrapper,
	.delba-checkout__section .woocommerce-shipping-fields__field-wrapper,
	.delba-checkout__section .woocommerce-additional-fields__field-wrapper,
	.delba-checkout__section .create-account,
	.delba-checkout-page .checkout_coupon {
		grid-template-columns: 1fr;
	}

	.delba-checkout__section .form-row-first,
	.delba-checkout__section .form-row-last,
	.delba-checkout__section .create-account .form-row,
	.delba-checkout-page .checkout_coupon .form-row-last {
		grid-column: 1 / -1;
	}

	.delba-checkout__order-review thead {
		display: none;
	}

	.delba-checkout__order-review .shop_table,
	.delba-checkout__order-review .shop_table tbody,
	.delba-checkout__order-review .shop_table tfoot {
		display: block;
		width: 100%;
	}

	.delba-checkout__order-review .shop_table tr {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: start;
		gap: 12px 16px;
		padding: 18px 0;
		border-bottom: 1px solid #eef2f7;
	}

	.delba-checkout__order-review .shop_table tbody td,
	.delba-checkout__order-review .shop_table tfoot th,
	.delba-checkout__order-review .shop_table tfoot td {
		display: block;
		width: 100%;
		padding: 0;
		border-bottom: 0;
		min-width: 0;
		text-align: left;
	}

	.delba-checkout__order-review .shop_table tbody .product-name,
	.delba-checkout__order-review .shop_table tfoot th {
		grid-column: 1;
	}

	.delba-checkout__order-review .shop_table tbody .product-total,
	.delba-checkout__order-review .shop_table tfoot td {
		grid-column: 2;
		justify-self: end;
		text-align: right;
	}

	.delba-checkout__order-review .shop_table tbody .product-total,
	.delba-checkout__order-review .shop_table tfoot td,
	.delba-checkout__order-review .shop_table tbody .product-total .amount,
	.delba-checkout__order-review .shop_table tfoot td .amount,
	.delba-checkout__order-review .shop_table tfoot td .woocommerce-Price-amount {
		white-space: nowrap;
	}

	.delba-checkout__order-review .shop_table tfoot tr.shipping {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.delba-checkout__order-review .shop_table tfoot tr.shipping th,
	.delba-checkout__order-review .shop_table tfoot tr.shipping td {
		grid-column: 1;
		justify-self: stretch;
		text-align: left;
	}

	.delba-checkout__order-review .shop_table tfoot tr.order-total {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__clear,
	.woocommerce-checkout .select2-container--default .select2-selection--multiple .select2-selection__clear,
	.woocommerce-checkout .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		width: 16px;
		height: 16px;
		font-size: 14px !important;
		line-height: 1;
		text-align: center;
	}

	.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__clear {
		position: absolute;
		top: 50%;
		right: 40px;
		float: none;
		margin: 0;
		transform: translateY(-50%);
	}

	.woocommerce-checkout .select2-container--default .select2-selection--multiple .select2-selection__clear {
		margin-top: 0;
		margin-right: 8px;
	}

	.woocommerce-checkout .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-right: 6px;
	}

	.delba-checkout__section .show-password-input::after {
		font-size: 16px;
		line-height: 1;
	}

	.delba-checkout__section--billing input.input-text {
		padding-right: 42px;
	}

	.delba-checkout__section--billing .suggestions-addon[data-addon-type="clear"] {
		right: 14px !important;
		width: 16px !important;
		height: 16px !important;
		min-width: 16px;
		min-height: 16px;
		transform: translateY(calc(-50% - 40px));
		background-size: 10px 10px !important;
	}


	.delba-checkout__section input.input-text::-webkit-search-cancel-button,
	.delba-checkout__section input.input-text::-webkit-clear-button,
	.delba-checkout-page .checkout_coupon input.input-text::-webkit-search-cancel-button,
	.delba-checkout-page .checkout_coupon input.input-text::-webkit-clear-button {
		width: 14px;
		height: 14px;
	}

	.delba-checkout__order-review #payment {
		padding: 20px;
		border-radius: 20px;
	}

	.delba-checkout__order-review .woocommerce-message,
	.delba-checkout-page .woocommerce-message,
	.delba-checkout-page .woocommerce-info,
	.delba-checkout-page .woocommerce-error,
	.delba-checkout-page .woocommerce-form-coupon-toggle .woocommerce-info,
	.delba-checkout-page .woocommerce-form-login-toggle .woocommerce-info {
		padding: 16px;
		border-radius: 18px;
	}
}

/* -------------------------------------------------------------------------
   DaData статус-элемент на странице оформления заказа
   ------------------------------------------------------------------------- */

.woocommerce-checkout .delba-checkout-inn-hint {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.45;
	color: #6b7280;
}

.woocommerce-checkout .delba-checkout-dadata-status {
	display: block;
	margin-top: 8px;
	padding: 10px 12px;
	border-radius: 14px;
	background: #f8fafc;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.woocommerce-checkout .delba-checkout-dadata-status[data-state="info"] {
	background: rgba(29, 78, 216, 0.08);
	color: #1d4ed8;
}

.woocommerce-checkout .delba-checkout-dadata-status[data-state="success"] {
	background: rgba(21, 109, 50, 0.08);
	color: #156d32;
}

.woocommerce-checkout .delba-checkout-dadata-status[data-state="error"] {
	background: rgba(180, 35, 24, 0.08);
	color: #b42318;
}