.woocommerce-cart .woocommerce-shipping-methods label, .woocommerce-cart .cart-discount.deposit-options label {
	display: inline-block;
	margin-bottom: 0;
}
.woocommerce-cart .woocommerce-shipping-totals td, .woocommerce-cart .cart-discount.deposit-options td {
	width: 100%;
	text-align: left!important;
	padding-left: 0!important;
}
.woocommerce-cart .woocommerce-shipping-totals .fas {
	font-weight: 400;
	position: relative;
	top: 3px;
	margin-left: 5px;
	cursor: pointer;
}
.woocommerce-cart .checkout-shipping-title .shipping-calculator-button {
	text-decoration: underline;
	cursor: pointer;
}
.woocommerce-cart .cart-accordion-content {
	padding-top: 5px;
	font-size: 80%;
}
.woocommerce-cart .cart-cost-label {
	opacity: 0.8;
}

/* .woocommerce-checkout #custom_shipping_method_container .cart-cost-label:before {
	content:" : ";
} */
.woocommerce-cart #shipping_method input.shipping_method, .woocommerce-cart #deposit-payment-options input {
	top: -2px;
	position: relative;
	float: none;
	margin-inline-start: 0px;
	margin-inline-end: 5px;
}
.woocommerce-cart input[checked='checked']:after {
	background-color: #000;
	border: solid 2px #d2d2d2; 
}
.woocommerce-cart input:after {
	content: ".";
	display: block;
	text-indent: -9999px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #fff;
	border: solid .07143rem #d2d2d2;
}
.woocommerce-cart .woocommerce-shipping-methods li:hover input:after, .woocommerce-cart #deposit-payment-options li:not(.deposits-disabled):hover input:after {
	background-color: #000;
	border: solid 2px #d2d2d2;
}
.woocommerce-cart .woocommerce-shipping-methods li, .woocommerce-cart #deposit-payment-options li label {
	cursor: pointer;
}
.woocommerce-checkout .woocommerce-shipping-methods label {
	text-align: left;
	cursor: pointer;
}
.woocommerce-cart .woocommerce-shipping-totals.shipping td {
	padding-bottom: 20px;
}
.woocommerce-cart #deposit-payment-options {
	list-style: none;
	padding-left: 0;;
}
.woocommerce-checkout .ajl-accordion-content { 
	display: none; 
	padding: 25px; 
	padding-bottom: 40px;
	background: #fff; 
	border-top: 1px solid var(--brdcolor-gray-300);
	width: 100%;
}
.woocommerce-checkout .ajl-accordion-confirmed-content { 
	padding: 25px; 
	padding-bottom: 40px;
	background: #fff; 
	border-top: 1px solid var(--brdcolor-gray-300);
	width: 100%;
}
.woocommerce-cart #deposit-payment-options .deposit-message {
	color: red;
	display: none;
}
.woocommerce-cart #shipping_calculator_notice {
	display: none;
	color: red;
	font-weight: 400;
	margin-bottom: 10px;
}
.woocommerce-cart .woocommerce-shipping-methods li {
	padding: 15px;
	padding-left: 30px;
	border: 1px solid transparent;
	margin-bottom: 15px;
	background-color: #eeeeeea1;
	position: relative;
}
.woocommerce-cart .woocommerce-shipping-methods input[type="radio"] {
	display: none;
}
/* .woocommerce-shipping-methods li:has(input:checked) {
    border-color: #000!important;
} */
.woocommerce-cart .woocommerce-shipping-methods li:has(input:checked) label::before {
	background-color: #000;
}
.selection-made .woocommerce-shipping-methods li[data-selected] label::before,
.woocommerce-cart .woocommerce-shipping-methods li[data-selected] label::before {
	background-color: #000;
}


.ajl-checkout {
	display: flex;
	align-items: stretch;
    width: 100%;
	margin-top: 10px;
}
.ajl-checkout .ajl-accordion-container {
	flex: 2;
}
.ajl-checkout .woocommerce-checkout-column-right {
	flex: 1;
	position: relative;
    align-self: start; /* Ensures it aligns properly in a flexbox layout */
}
@media (max-width: 768.98px) {
    .ajl-checkout .woocommerce-checkout-column-right {
		top: 40px; /* Adjust as needed */
		margin-bottom: 80px;

	}
}

.woocommerce-checkout .main-page-wrapper {
	background-color: #eeeeeea1;
}
.ajl-checkout .ajl-accordion-item, .ajl-checkout .woocommerce-checkout-shopping-bag {
	margin-bottom: 30px;
	background-color: #ffffff;
}
.ajl-checkout .ajl-accordion-header {
	padding: 25px;
	font-size: 150%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ajl-checkout .ajl-accordion-header .step-title {
	margin-right: auto;
	margin-left: 10px;
}
.ajl-checkout .ajl-accordion-header button,
.copy-shipping-address {
	margin-left: auto;
	background-color: transparent;
	border-bottom: 1px solid #000;
	padding: 0;
	min-height: 0;
}
.copy-shipping-address {
	display: none;
}
.editing-billing:not(.click-n-collect) .copy-shipping-address {
	display: block;
	margin-bottom: 20px;
}
.ajl-checkout .ajl-accordion-item {
    transition: opacity 0.3s ease; /* Add transition for opacity */
	display: flex;
	flex-wrap: wrap;
}
.ajl-checkout .ajl-accordion-item:not(.active):not(.validated) .ajl-accordion-header,
.ajl-checkout .ajl-accordion-item:not(.active):not(.validated) .ajl-accordion-content,
.ajl-checkout .ajl-accordion-item:not(.active):not(.validated) .ajl-accordion-confirmed-content
{
	opacity: 0.4;
}

.woocommerce-checkout .whb-main-header {
	position: relative!important;
	top: 0px!important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
	display: none;
}

.ajl-checkout .checkout-delivery-options .shipping-calculator h3 {
	display: none;
}

.woocommerce-checkout .woocommerce-shipping-methods {
	margin-top: 15px;
}
.woocommerce-shipping-methods li .woocommerce-Price-amount,
.woocommerce-shipping-methods li  .cart-cost-label {
	/* float: right; */
}

.woocommerce-checkout .woocommerce-shipping-methods li:not(.delivery-option-title) {
	padding: 25px;
	padding-left: 40px;
	padding-right: 15px;
	border: 1px solid transparent;
	margin-bottom: 15px;
	background-color: #eeeeeea1;
	cursor: pointer;
}
/* .woocommerce-shipping-methods li:hover {
	border: 1px solid #000;
} */
.woocommerce-shipping-methods li.delivery-option-title {
	pointer-events: none;
	border: none;
	background-color: none;
}
.woocommerce-shipping-methods li.delivery-option-title:not(:first-of-type) {
	margin-top: 40px;
}
.woocommerce-checkout .woocommerce-shipping-methods li:last-of-type {
	margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-shipping-methods .cart-accordion-trigger {
	display: none;
}
.woocommerce-checkout .woocommerce-shipping-methods input {
	display: none;
}

.woocommerce-checkout #custom_shipping_options_container ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}

.woocommerce-checkout li.selected-shipping-method {
	border-color: #000;
}

.woocommerce-checkout .ajl-accordion-confirmed-content .summary-section,
.woocommerce-checkout .ajl-accordion-confirmed-content .delivery-option
 {
    position: relative; /* Enables absolute positioning for the button */

}

.woocommerce-checkout .ajl-accordion-confirmed-content .address-container {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between columns */
}

/* .woocommerce-checkout .ajl-accordion-confirmed-content .billing-address,
.woocommerce-checkout .ajl-accordion-confirmed-content .shipping-address {
    width: 48%; 
} */

.woocommerce-checkout .edit-detail {
    border: none; /* Remove border */
    padding: 0; /* Padding */
	background-color: transparent;
	min-height: 0;
	border-bottom: 1px solid #000 ;
    cursor: pointer; /* Pointer cursor */
	margin-left: 10px;
}

.woocommerce-checkout .address-container p, .woocommerce-checkout .delivery-option p {
	margin-bottom: 0;
}
.woocommerce-checkout .shipping-method-description {
	display: block;
	font-size: 80%;
	max-width: 500px;
	/* text-align: left; */
}
.woocommerce-checkout .address-container h4, .woocommerce-checkout .delivery-option h4 {
	margin-bottom: 5px;
	display: inline;
}
.woocommerce-checkout .ajl-accordion-item.delivery-options h4 {
	font-size: 22px;
}

.woocommerce-checkout .payment_methods .payment_box {
	margin-top: 0px;
	padding: 0px;
	box-shadow: none;
}


.woocommerce-checkout .step-circle {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px; /* Circle width */
    height: 30px; /* Circle height */
    border-radius: 50%; /* Makes the circle */
    background-color: transparent; /* Circle color when unvalidated */
	border: 1px solid #000;
    color: #000; /* Number color */
    font-size: 20px; /* Font size of the number */
    font-weight: bold; /* Make the number bold */
    transition: background-color 0.3s, color 0.3s; /* Smooth transition for colors */
}
.woocommerce-checkout .active .step-circle {
    background-color: #000; /* Circle color when validated */
	border-color: #000;
	color: #fff;
}
.woocommerce-checkout .validated .step-circle {
    background-color: #567608; /* Circle color when validated */
	border-color: #567608;
}

.woocommerce-checkout .validated .step-number {
	display: none;
}
.woocommerce-checkout .step-checkmark {
	display: none; /* Hide the check mark by default */
	width: 18px; /* Width of the check mark */
	height: 18px; /* Height of the check mark */
}
.woocommerce-checkout .validated .step-checkmark {
	display: block;
}

.woocommerce-checkout .ajl-accordion-item.delivery-options .continue_button {
	margin-top: 0px!important;
}

.woocommerce-checkout .ajl-accordion-item.delivery-options .ajl-accordion-confirmed-content > div {
	margin-bottom: 20px;
}


.woocommerce-checkout .hide-shipping, .woocommerce-checkout .hide-billing {
	display: none;
}

/* .woocommerce-checkout .delivery-options:not(.requesting-quotation) .woocommerce-shipping-methods li:has(input:checked) {
    border-color: #000;
} */
/* .woocommerce-shipping-methods li[data-selected] {
    border-color: #000!important;
} */
/* .delivery-options.requesting-quotation li.request-quotation {
	border-color: #000;
} */
.woocommerce-checkout #submit_customer_details,
.woocommerce-checkout #place_order_button {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top:	1px solid var(--brdcolor-gray-300);
}
.woocommerce-checkout #submit_customer_details button {
	background-color: #000;
	color: #fff;
	float: right;
}


.checkout-small-print {
	padding: 25px;
	background-color: #fff;
	color: #727070;
	font-size: 80%;;
}

.woocommerce-checkout-shopping-bag {
	padding: 30px;
}
@media (max-width: 576px) {
	.woocommerce-checkout-shopping-bag {
		padding-left: 15px;
		padding-right: 15px;
	}
}
#order_review_heading {
	text-align: left;
	display: inline-block;
}


.woocommerce-checkout .checkout-cart-back-link  {
	font-size: 13px;
	font-weight: var(--btn-font-weight);
	font-family: var(--btn-font-family);
    font-style: var(--btn-font-style);
	cursor: pointer;
    line-height: 1.2;
	float: right;
	margin-left: auto;
	background-color: transparent;
	border-bottom: 1px solid #000;
	padding: 0;
	min-height: 0;
	position: relative;
	top: 8px;
}

.woocommerce-checkout .btn {
	margin-top: 40px;
}
.woocommerce-checkout .woocommerce {
	margin-top: 20px;
}

.woocommerce-checkout .woocommerce-checkout-column-right .checkout-small-print {
	display: none;
}

@media (max-width: 768.98px) {
	
	.woocommerce-checkout .ajl-accordion-container .checkout-small-print {
		display: none;
	}
	.woocommerce-checkout .woocommerce-checkout-column-right .checkout-small-print {
		display: inline-block;
	}
}

.woocommerce-checkout-review-order-table tfoot tr {
	align-items: flex-start;
}




.woocommerce-checkout button.btn {
	min-width: 250px;
}
@media (max-width: 568px) {
	.woocommerce-checkout button.btn {
		min-width: 100%;
	}
}

.open_description {
	cursor: pointer;
}


.ajl-accordion-item.payment .payment-option img {
	display: inline;
	float: right;
	height: 30px;
	max-height: 30px;
	max-width: 59px;
	width: 59px;
	margin-inline-start: 5px;
	margin-inline-end: 5px;
}
@media (max-width: 768.98px) {
	.ajl-accordion-item.payment .payment-option img {
		float: none;
		height: 26px;
		width: 34px;
		margin-inline-start: 3px;
		margin-inline-end: 3px;
	}
}
@media (max-width: 576px) {
	.ajl-accordion-item.payment .payment-option img {
		/* height: 16px!important; */
		width: 32px!important;
		margin-inline-start: 1px;
		margin-inline-end: 1px;
	}
}

.ajl-accordion-item.payment .payment-option {
	padding: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid transparent;
	margin-bottom: 15px;
	background-color: #eeeeeea1;
	cursor: pointer;
	margin-top: 20px;

}


.payment-option label {
    position: relative;
    padding-left: 25px; /* Adjust for spacing */
    cursor: pointer;
}
.cart-discount.deposit-options li {
	position: relative;
}
.cart-discount.deposit-options li input {
	display: none;
}
.cart-discount.deposit-options li label {
	margin-left: 20px;
}
.payment-option label::before, 
.cart-discount.deposit-options label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid #333; /* Outline of the circle */
    border-radius: 50%;
    background-color: white; /* Default background */
}
.woocommerce-shipping-methods li label::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid #333; /* Outline of the circle */
    border-radius: 50%;
    background-color: white; /* Default background */
}
.woocommerce-checkout .woocommerce-shipping-methods li label::before {
    left: 15px;
}
.payment-option:hover label::after, 
.cart-discount.deposit-options label:hover::after {
    content: "";
    position: absolute;
    left: 6px; /* Center horizontally (half of width) */
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px; /* Size of the dot */
    height: 6px;
    background-color: #333; /* Color of the dot */
    border-radius: 50%;
}
.woocommerce-shipping-methods li:hover label::after {
    content: "";
    position: absolute;
    left: 16px; /* Center horizontally (half of width) */
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px; /* Size of the dot */
    height: 6px;
    background-color: #333; /* Color of the dot */
    border-radius: 50%;
}
.woocommerce-checkout .woocommerce-shipping-methods li:hover label::after {
    left: 21px; /* Center horizontally (half of width) */
}
/* .delivery-options:not(.requesting-quotation) .woocommerce-shipping-methods li:has(input:checked) label::before {
	background-color: #000;
} */
.delivery-options:not(.requesting-quotation) .woocommerce-shipping-methods li label.clicked::before {
	background-color: #000!important;
}
.delivery-options.requesting-quotation li.request-quotation label::before {
	background-color: #000;
}

.woocommerce-checkout .woocommerce-shipping-methods,
.woocommerce-checkout .woocommerce-shipping-methods li {
	position: relative;
}


.woocommerce-cart .spacer-row {
    height: 10px; /* Creates space */
}

.payment-option.selected label::before, 
.cart-discount.deposit-options .selected label::before {
    background-color: #333; /* Filled circle when selected */
}
/* .payment-option.selected {
	border-color: #000!important;
} */


#custom_billing_address_container {
	margin-bottom: 40px;
}

#payment_form .wc_payment_method input, #payment_form .wc_payment_method label {
	display: none;
}
#payment_form_heading {
	margin-bottom: 0px;
}


.nested-checkout-table-container {
	width: 100%;
	text-align: left!important;
}


.woocommerce-checkout .product-name.parent-product {
	font-weight: 600;
}
.woocommerce-checkout .product-name .checkout-item-brand {
	font-size: 80%;
	display: block;
}
.woocommerce-checkout .product-name .my-product-name {
	font-size: 80%;
}
.woocommerce-checkout-review-order-table tr {
	border-bottom: none;
}
.woocommerce-checkout .includes_tax {
	display: none;
}


.woocommerce-checkout .cart-notices {
	padding: 25px;
	background-color: #fff;
	color: #000;
}

.woocommerce-checkout td, .woocommerce-checkout th {
	padding-left: 0px;
	padding-right: 0px;
}
@media (max-width: 576px) {
	.woocommerce-checkout #order_review_heading {
		padding-left: 10px;
	}
}




.cart_shipping_notice .cart-notices-text, .deposits-accepted .cart-notices-text {
	flex-grow: 1;
}
.cart_shipping_notice::after,
.deposits-accepted::after {
    content: '';
    display: inline-block;

    /* Arrow Shape */
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    
    /* Proper Positioning */
    transform: rotate(-45deg);
    vertical-align: middle;

    /* Ensure Visibility */
    padding: 4px;
}




.woocommerce-checkout .wd-logo img {
	padding-top: 0px!important;
}
.woocommerce-checkout .whb-general-header:not(.no-hover):hover, .woocommerce-checkout .whb-main-header:not(.no-hover):hover {
	background-color: initial!important;
}
.woocommerce-checkout .whb-general-header-inner .whb-column.whb-col-left, .woocommerce-checkout .whb-general-header-inner .whb-column.whb-col-right {
	padding-top: 0px!important;
}

.woocommerce-checkout .wd-header-text {
	flex: 0 0 auto!important;
	align-content: center;
	border-left: 1px solid; 
	padding-inline: 30px;
}
.woocommerce-checkout .whb-col-right {
	border-right: 1px solid;
	height: 100%;
	margin-right: 0px!important;
}
.woocommerce-checkout .whb-general-header, .woocommerce-checkout .wd-header-text, .woocommerce-checkout .whb-col-right {
	border-color: #e1e1e1;
}
.woocommerce-checkout .wd-header-text span, .woocommerce-checkout .wd-header-text a {
	position: relative;
	top: -4px;
	font-size: 14px;
	margin-left: 10px;
}
.woocommerce-checkout .checkout-header-secure-payment:before {
    font-family: "Material Symbols Outlined";
    content: "\f686";
    font-size: 18px;
    font-weight: 400;
    color: #575757;
	position: relative;
	top: 5px;
	right: 6px;
}
.woocommerce-checkout .checkout-header-contact:before {
    font-family: "Material Symbols Outlined";
    content: "\e0b0";
    font-size: 18px;
    font-weight: 400;
    color: #575757;
	position: relative;
	top: 5px;
	right: 6px;
}
.woocommerce-checkout .main-page-wrapper {
	min-height: calc(100vh - 70px);
	/* top: 40px; */
}


.woocommerce-cart .sidenav_container > div, .woocommerce-checkout .sidenav_container > div {
	padding-left: 30px;
	padding-right: 30px;
}
@media (min-width: 1024px) {
    .woocommerce-cart .sidenav_container > div, .woocommerce-checkout .sidenav_container > div {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (min-width: 1512px) {
	.woocommerce-cart .sidenav_container > div, .woocommerce-checkout .sidenav_container > div {
		padding-left: 8vw;
		padding-right: 8vw;
	}
}

@media (min-width: 1024px) {
    .woocommerce-checkout .wd-side-hidden, .woocommerce-cart .wd-side-hidden {
        width: 40vw !important;
		max-width: 40vw!important;
    }
	.woocommerce-checkout .sidenav_container, .woocommerce-cart .sidenav_container {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	

}
/* @media (max-width: 1024px) {
	.woocommerce-cart .sidenav_container > div, .woocommerce-checkout .sidenav_container > div {
		padding-left: 5vw;
		padding-right: 5vw;
	}
} */




.cart_icon_secured_payment:before {
	font-family: "Material Symbols Outlined";
	content: "\f686";	
	font-size: 46px;
	font-weight: 100;
	color: #575757;
}


.cart-notices {
	margin-top: 0px;
}


.woocommerce-terms-and-conditions-wrapper {
	font-size: 80%;
}

@media (max-width: 576px) {
	.woocommerce-checkout .wd-side-hidden,
	.woocommerce-cart .wd-side-hidden {
		width: 100vw!important;
	}
}


.woocommerce-checkout .coupon-deposit.balance th, 
.woocommerce-checkout .coupon-deposit.balance .amount {
	font-weight: 400;
}
.woocommerce-checkout tfoot th,
.woocommerce-checkout tfoot td {
	padding-top: 10px;
	padding-bottom: 10px;
}


@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.9);
    }
    50% {
        box-shadow: 0 0 10px 5px rgba(255, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

.pulse-ring {
    animation: pulse 1s infinite;
    border-radius: 5px; /* Adjust for rounded effect */
}



.spinner::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	opacity: 0;
	z-index: 2;
	transition: opacity 0s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid transparent;
	border-left-color: currentColor;
	border-radius: 50%;
	vertical-align: middle;
}
.spinner {
	background-color: #212121;
	opacity: 1!important;
	color:#212121!important;
}
.spinner::after {
	opacity: 1;
	color:#fff;
	transition: opacity .25s ease;
	animation: wd-rotate 450ms infinite linear; 
}

@media (max-width: 568px) {
	.woocommerce-checkout:not(.woocommerce-order-received) .vc_column_container>.vc_column-inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cart-back-link {
		margin-left: 15px;
	}
}

.woocommerce-checkout #ship-to-different-address {
	display: none;
}


.collection-address {
	margin-top: 10px;
}

.request-quotation-container {
	padding-left: 0;
	list-style: none;
}


#calculate_shipping_postcode_container {
	margin-top: 10px;
}
#calculate_shipping_postcode_container label {
	margin-bottom: 0;
}
.woocommerce-additional-fields {
	margin-top: 20px;
}
span.optional {
    display: none;
}
.woocommerce-cart .delivery-option-title {
	display: none;
}

.woocommerce-shipping-methods p {
	margin-bottom: 0;
}

.woocommerce-thankyou-order-received {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}


.woocommerce-terms-and-conditions-wrapper {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.woocommerce-privacy-policy-text:not(:last-child) {
	padding-bottom: 0;
	border-bottom: none;
}

.sidenav_container.delivery .request-quotation {
	text-decoration: underline;
	cursor: pointer;
}

#payment_options_container li {
	list-style: none;
}

#billing_email_field {
	margin-bottom: 0;
}

.payment_method_stripe_cc .woocommerce-error {
	display: none;
}

@media (max-width: 568px) {
	.woocommerce-terms-and-conditions-wrapper {
		margin-bottom: 10px;
	}
	.woocommerce-checkout #place_order_button {
		padding-top: 10px;
	}
}

#ajl-close-side {
	backdrop-filter: blur(0px);
	transition: backdrop-filter 0.3s ease;
	transition: background-color 0.2s ease;
}
#ajl-close-side.open {
	backdrop-filter: blur(5px);
  }

#wc-stripe-applepay-container .wc-stripe-wallet-notice--icon {
	display: none;
}

.woocommerce-checkout tr.order-total strong .amount, .woocommerce-checkout tr.order-total th {
	font-size: 18px;
}


.woocommerce-checkout header {
	border-bottom: 1px solid #e1e1e1;
}
.wd-side-hidden {
    position: fixed;
    inset-block: var(--wd-admin-bar-h) 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: var(--bgcolor-white);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


#payment .wc_payment_method.payment_method_stripe_cc {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}




#worldwide-form-message {
  opacity: 1;
  max-height: 200px; /* or whatever the natural height is */
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

/* Hidden state */
#worldwide-form-message.hidden {
  opacity: 0;
  max-height: 0;
}