body {
	--wp--preset--color--custom-blush-pink: #fff6f7;
}

.select2-selection--single.select2-selection--single {
	color: var(--wp--preset--color--main);
	border-radius: 8px;
	border-color: var(--wp--preset--color--main-accent);
}

.select2-dropdown {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-color: var(--wp--preset--color--main-accent);
	z-index: 1;
}

.select2-results__option {
	font-size: var(--wp--preset--font-size--small);
}


.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: var(--wp--preset--color--primary);
	color: #fff;
	border-radius: 8px;
}

.wc-block-components-notice-banner.is-info {
	background-color: var(--wp--preset--color--custom-blush-pink);
	border: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background-color: var(--wp--preset--color--custom-blush-pink);
	border: none;
	margin: 1em 0;
	border-radius: 12px;
	padding: 12px;
	padding-top: 1.5rem;
	margin-top: -2rem;
}

.woocommerce form.login,
.woocommerce form.checkout_coupon {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-top: 1.5rem;
	margin-top: -2rem;
}

.woocommerce-checkout form .button.button.button {
	min-height: 59px;
	width: 100%;
}

.woocommerce form.checkout_coupon p:first-of-type {
	margin: 0;
	font-size: 14px;
	line-height: 1 !important;
	margin-bottom: 4px !important;
	font-weight: normal !important;
	opacity: .9;
}

.woocommerce form.login .form-row,
.woocommerce form.checkout_coupon .form-row {
	width: 100%;
	margin: unset;
	padding: unset;
}

.woocommerce form.checkout_coupon p:first-of-type,
.woocommerce form.login p:first-of-type,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: none;
}

a.showlogin,
a.showcoupon {
	font-size: 14px;
	color: var(--wp--preset--color--primary);
}

p.lost_password {
	font-size: 14px;
	margin: 0;
	display: none;
}

body.woocommerce-checkout #customer_details div.col-2 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	display: none !important;
}

.woocommerce ul#shipping_method li {
	margin: 0 0 0.5em;
	line-height: 1.5em;
	list-style: none outside;
	display: flex;
	align-items: center;
	background-color: var(--wp--preset--color--primary);
	padding: 4px;
	border-radius: 8px;
	color: var(--wp--preset--color--white);
	width: 100%;
	text-align: left;
}

.woocommerce ul#shipping_method li input {
	margin: 0;
	vertical-align: middle;
	margin-right: 4px;
	height: 18px;
	width: 18px;
}

.woocommerce ul#shipping_method li label {
	margin-top: 3px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 2;
	text-align: left;
	margin: 0;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	border-radius: 8px;
	background-color: #dcd7e3;
	color: #515151;
}

/* #add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
} */

#payment div.payment_box p:first-of-type {
	margin: 0;
}

.wc_payment_method {
	position: relative;
}

.wc_payment_method label {
	margin: 0;
	display: flex;
	align-items: center;
	background-color: var(--wp--preset--color--primary);
	padding: 12px;
	padding-left: 30px;
	border-radius: 8px;
	color: var(--wp--preset--color--white) !important;
	width: 100%;
	text-align: left;
	opacity: 1 !important;
}

.wc_payment_method input[type=radio] {
	margin: 0;
	position: absolute;
	top: 12px;
	left: 10px;
	height: 16px;
	width: 16px;
	z-index: 1;
}

#sameday_map_btn {
	border-radius: 8px !important;
	border: none;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white) !important;
	width: 100%;
}

#select2-curiero_sameday_lockers_select-container {
	text-align: center;
}

.wc_shipping_sameday_lockers_header th {
	padding-bottom: 15px !important;
}

#order_review {
	max-width: 100%;
}

#customer_details {
	margin-bottom: 1rem;
}

.woocommerce form .button.button.button {
	min-height: 59px;
}

.form-row-last.form-row-last,
.form-row-first.form-row-first {
	width: 100% !important;
}

.form-row {
	margin-bottom: 6px;
}

.woocommerce-billing-fields h3:first-of-type {
	font-size: inherit !important;
}

body.single-product .quantity input.qty {
	padding: 14px !important;
}

@media only screen and (max-width: 600px) {
	.wc-block-product-template__responsive {
		grid-template-columns: 1fr !important;
	}
}

.woocommerce-button.button.view {
	padding: 10px 20px;
	border-radius: 8px;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

/* Hide because of bundle module */
.wc-block-components-sale-badge {
	display: none !important;
}

.product .wp-block-post-title {
	min-height: 60px;
}