html {
	scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #D72638;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #D72635;
}

div#choose_your_offer .form-row.form-row-wide p.woocommerce-form__label.woocommerce-form__label-for-radio {
	flex: 0 0 100%;
}

div#choose_your_offer label {
	border: 2px solid lightgray;
	border-radius: 6px;
	padding: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 15px;
	flex-direction: column;
	justify-content: space-between;
	margin: 0;
	line-height: 1;
	text-align: center;
	background-color: #077b1005;
}

@media( max-width: 768px ) {
	div#choose_your_offer .form-row.form-row-wide p.woocommerce-form__label.woocommerce-form__label-for-radio .price {
		font-size: 0.7em!important;
	}
}

div#choose_your_offer label i {
	font-size: 2em;
}

div#choose_your_offer label:hover {
	border-color: #077b10;
}

div#choose_your_offer input[type="radio"]:checked+label,
div#choose_your_offer input[type="checkbox"]:checked+label {
	border-color: #077b10;
}

div#choose_your_offer input[name="selected_offer"] {
	display: none;
}

div#choose_your_offer .form-row.form-row-wide {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

body.page-id-4.woocommerce-cart #choose_your_offer {
	width: 100%;
}

.guaranteed-safe-trust-cards {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 13px;
	border-radius: 6px;
	padding: 10px;
	background-color: var(--mfn-button-shop-border-color);
	color: var(--mfn-button-shop-bg);
	font-family: var(--mfn-button-font-family);
	margin-top: 20px;
	gap: 5px;
}

.guaranteed-safe-trust-cards p {
	margin: 0;
	line-height: 1;
}

.guaranteed-safe-trust-cards div {
	display: flex;
	gap: 5px;
}

/* Alpha Stacks Checkout Trust Sections */
.alpha-stacks-trust-footer {
	margin-top: 30px;
	font-family: var(--mfn-button-font-family);
}

.trust-section {
	display: flex;
	margin-bottom: 20px;
}

.trust-section.section-box {
	color: var(--mfn-button-shop-border-color);
	padding: 18px;
	border-radius: 6px;
	align-items: center;
}

.trust-icon-wrap {
	min-width: 45px;
	text-align: center;
}

.trust-content h4 {
	margin: 0 0 5px 0 !important;
	color: var(--mfn-button-shop-border-color);
	font-size: 1.1em;
	font-weight: bold;
}

.trust-content p {
	margin: 0 !important;
	font-size: 0.92em;
	color: #555;
	line-height: 1.5;
}

.section-box .trust-content {
	font-weight: 600;
	font-size: 0.95em;
	line-height: 1.3;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	color: var(--mfn-button-shop-bg);
	background: #D72638;
	border: none!important;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	color: var(--mfn-button-shop-bg);
	background: var(--mfn-button-shop-color-hover);
}

/* Container for the three stacked faces */
.alpha-stacks-top-trust-wrapper .lifter-faces-wrap {
	position: relative;
	width: 70px; /* Adjust based on desired overlap */
	height: 30px; /* Same as face height */
	 /* Space between faces and text */
	flex-shrink: 0;
}

.trust-section.section-box.lifter-counter-stacked {
	width: fit-content;
	margin: 0 auto;
	padding: 10px 18px;
}

/* Base style for each individual face image */
.alpha-stacks-top-trust-wrapper .lifter-face {
	width: 35px; /* Diameter of the circle */
	height: 35px!important;
	border-radius: 50%; /* Perfect circle */
	object-fit: cover; /* Prevents stretching */
	border: 2px solid #fff; /* Separation border */
	position: absolute;
	top: 0;
}

/* Individual face positioning and stacking order (z-index) */
.alpha-stacks-top-trust-wrapper .face-1 {
	left: 0;
	z-index: 1; /* Bottom of the stack */
}

.alpha-stacks-top-trust-wrapper .face-2 {
	left: 14px; /* Adjust for overlap amount */
	z-index: 4; /* Middle */
}

.alpha-stacks-top-trust-wrapper .face-3 {
	left: 28px; /* Adjust for overlap amount */
	z-index: 3; /* Top of the stack */
}

/* Horizontal Trust Bar */
.alpha-stacks-top-trust-wrapper .trust-horizontal-bar {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	font-size: 0.85em;
	font-weight: 600;
	color: #333;
	width: max-content;
	margin: 0 auto;
	gap: 20px;
}

.alpha-stacks-top-trust-wrapper .bar-item i {
	color: black;
	min-width: 25px;
}

.alpha-stacks-top-trust-wrapper .bar-separator {
	color: #ddd;
}

/* Responsive: Stacking for Mobile & Tablets */
@media (max-width: 1024px) {
	.alpha-stacks-top-trust-wrapper .trust-horizontal-bar {
		flex-direction: column;
		gap: 10px;
		padding: 15px 0;
		align-items: flex-start;
	}

	.alpha-stacks-top-trust-wrapper .bar-separator {
		display: none;
	}

	.alpha-stacks-top-trust-wrapper.lifter-counter .trust-content {
		font-size: 1em;
	}

	.alphastacks-checkout-security-info p {
		font-size: 1.1em!important;
	}
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
	margin-left: 5px;
}

body.home .woocommerce ul.products li.product .mfn-li-product-row-button {
	display: block;
	width: 100%;
}

.wisernotifications-wrapper {
	position: relative;
	min-height: 60px;
	min-width: 220px;
}

.wisernotifications-wrapper .wn_ecomm_snippet {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 215px;
	margin: 0 auto;
	text-align: center;
	pointer-events: none;
	width: 100%;
}

.mfn-li-product-row.mfn-li-product-row-price {
	opacity: 0;
	height: 10px;
}

.mfn-li-product-row.mfn-li-product-row-price .price {
	margin: 0 !important;
	height: 0 !important;
}

body.home .woocommerce .products_wrapper.isotope_wrapper .price {
	opacity: 0;
	height: 10px;
	margin: 0 !important;
}

body.home .wisernotifications-wrapper,
body.single-product .wisernotifications-wrapper {
	display: none!important;
}

#add_payment_method #payment ul.payment_methods li.active-payment,
.woocommerce-cart #payment ul.payment_methods li.active-payment,
.woocommerce-checkout #payment ul.payment_methods li.active-payment {
	background: #ff00000a!important;
	/*box-shadow: 0px 0px 5px 1px red!important;*/
	border-color: red!important;
}

#add_payment_method #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check,
.woocommerce-cart #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check {
	background: white!important;
	border: 1px solid red!important;
}

#add_payment_method #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check .icon-check::before,
.woocommerce-cart #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check .icon-check::before,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check .icon-check::before {
	color: red!important;
}

.woocommerce .woocommerce-checkout-review-order,
.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #customer_details {
	padding: 15px!important;
}

.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #customer_details {
	box-sizing: border-box;
}

.woocommerce ul.products.mfn-equal-heights li.product .desc {
	min-height: 160px;
	justify-content: space-between;
}

#order_review #order_review_heading {
	text-align: left!important;
	padding: 0 10px!important;
	margin: 0;
}

.woocommerce-checkout-review-order-table thead {
	visibility: collapse!important;
}

.woocommerce table.woocommerce-checkout-review-order-table .product-thumbnail img {
	width: 100px!important;
}

.woocommerce table.woocommerce-checkout-review-order-table {
	border: 1px solid #d3d3d361!important;
	border-radius: 6px!important;
	border-collapse: separate!important;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal td {
	border-top: 1px solid #d3d3d361!important;
}

.woocommerce .woocommerce-checkout-review-order {
	background: white!important;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th,
.woocommerce table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td {
	border-bottom: 0;
	padding-bottom: 0;
}

.free-shipping-unlocking-progress-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid lightgray;
	padding: 15px 12px;
	border-radius: 6px;
	background: #077b100d;
}

.free-shipping-unlocking-progress-content-wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
}

.free-shipping-unlocking-progress-content {
	font-size: 14px;
}

.free-shipping-unlocking-progress-content .free-shipping-text {
	color: #077b10;
	font-weight: bold;
}

.free-shipping-unlocking-progress-bar-container {
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	background-color: #d3d3d3;
	height: auto;
}

.free-shipping-unlocking-progress-bar {
	height: 10px;
	line-height: 6px;
	width: 0% !important;
	background-color: #DE0203;
	border-radius: 6px;
	transition: width 1s ease-in-out;
}

.free-shipping-unlocking-progress-content span.amount {
	font-weight: bold;
}

.exclusive-offers-unlocked {
	display: flex;
	flex-direction: row;
	gap: 10px;
	border: 1px solid lightgray;
	padding: 15px 12px;
	border-radius: 6px;
	background: #077b100d;
	margin-bottom: 20px;
	width: 100%;
}

.exclusive-offers-unlocked-content-1 {
	font-weight: bold;
	font-size: 14px;
}

.exclusive-offers-unlocked-content-2 {
	font-size: 13px;
}

.choose-your-offer-title-wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.choose-your-offer-title-wrapper h4 {
	margin-bottom: 0;
}

.choose-your-offer-unlocked-wrapper {
	display: flex;
	gap: 5px;
	align-items: center;
	border: 1px solid lightgray;
	padding: 2px 5px;
	border-radius: 6px;
	background: #077b100d;
}

.choose-your-offer-unlocked-content {
	letter-spacing: -0.3px;
	font-size: 13px;
	font-weight: 500;
	color: #077b10;
}

div#choose_your_offer label:hover ~ .offer-most-popular-radio-btn,
div#choose_your_offer input[type="radio"]:checked ~ .offer-most-popular-radio-btn {
	border-color: #077b10 !important;
}

div#choose_your_offer label:hover ~ .offer-most-popular-radio-btn-round,
div#choose_your_offer input[type="radio"]:checked ~ .offer-most-popular-radio-btn-round {
	background: #077b10 !important;
}

.woocommerce table.shop_table tr.order-total.footer-final-total .woocommerce-Price-amount {
	color: #D72638;
}

.woocommerce-checkout #payment ul.payment_methods li .input-radio:checked ~ .payment-method-radio-btn,
.woocommerce-checkout #payment ul.payment_methods li:hover .payment-method-radio-btn {
	border-color: #D72638 !important;
}

.woocommerce-checkout #payment ul.payment_methods li .input-radio:checked ~ .payment-method-radio-btn-round,
.woocommerce-checkout #payment ul.payment_methods li:hover .payment-method-radio-btn-round {
	background: #D72638 !important;
}

#payment div.payment_box {
	margin-left: 65px!important;
	font-size: 12px!important;
	display: flex!important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .mfn-payment-check {
	display: none!important;
}

#payment_method_betpg img {
	display: none !important;
}

.woocommerce-shipping-fields {
	display: none!important;
}

.alpha-stacks-top-trust-wrapper {
	padding: 15px;
}

@media (max-width: 1440px) {
	img.etransfer-icon {
		width: 60px !important;
		position: relative !important;
		margin-left: 80px !important;
	}

	.credit-cards-icon-container {
		position: unset!important;
		margin-left: 60px!important;
	}
}

.alphastacks-box-container {
	border: 1px solid var(--mfn-woo-border);
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 20px;
}

.woocommerce-additional-fields {
	margin-bottom: 20px;
}

svg.collapse-arrow-icon.collapsed {
	transform: rotate(180deg);
	transition: 0.5s transform;
}

.credit-cards-icon-container {
	position: absolute;
	right: 15px;
}

.alpha-stacks-top-trust-wrapper .bar-item {
	display: flex;
	gap: 10px;
}

.alpha-stacks-top-trust-wrapper .bar-item i::before {
	font-size: 20px;
}

.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-checkout {
	margin-top: 20px!important;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
	background: transparent!important;
	color: dimgray!important;
	padding: 4px 0 0 0!important;
	margin: 0!important;
	display: block !important;
	position: unset!important;
	font-size: 13px!important;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
	display: none!important;
}

#billing_postcode_field {
	clear: both !important;
}

.woocommerce-billing-fields__field-wrapper::after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-additional-fields #order_comments_field textarea.input-text {
	border-color: lightgray;
}

label[for="order_comments"] {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.footer-menu-sticky .mfn-footer-tmpl {
		padding-bottom: 0!important;
	}

	.mfn-footer-stickymenu {
		display: none!important;
	}

	.mfn-footer-tmpl .mcb-section:not(.full-width) {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

body.woocommerce-checkout .mfn-cart-step .section_wrapper.clearfix {
	display: none !important;
}

.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review {
	margin-bottom: 0!important;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-login-toggle {
	margin: 0 15px;
}

form.woocommerce-form.woocommerce-form-login.login.checkout-form-toggle,
form#woocommerce-checkout-form-coupon {
	margin: 0 15px 10px;
}

.woocommerce-account-fields div.create-account {
	display: none!important;
}

.woocommerce-account-fields p.form-row.create-account {
	margin-bottom: 20px;
}

@media only screen and (max-width: 425px) {
	.woocommerce-checkout .logo-wrapper img {
		width: 50px!important;
	}
	
	.woocommerce-checkout .mfn-html-editor-wrapper .trust-section.section-box.lifter-counter-stacked {
		padding-left: 0!important;
	}

	.woocommerce-checkout section#alphastacks-checkout-header {
		padding-bottom: 4%;
		padding-top: 4%;
	}

	.woocommerce-checkout .mcb-section #alphastacks-checkout-header-logo {
		max-width: 50px!important;
	}
}

@media only screen and (max-width: 320px) {
	.woocommerce-checkout .mcb-section #alphastacks-checkout-header-logo {
		display: none!important;
	}

	.free-shipping-unlocking-progress-content {
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.place-order-btn-after-content {
		margin-top: 0!important;
	}
}

.woocommerce-cart .woocommerce-shipping-destination {
	display: none!important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	margin-left: 15px;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.mcb-section .mcb-wrap-5f8a62431 .mcb-wrap-inner-5f8a62431 {
		padding: 8px;
	}
}