/* ==========================================================================
   Single product – add to cart / checkout actions
   ========================================================================== */

.single-product .fs-single-product-actions {
	display: flex !important;
	align-items: center !important;
	gap: 14px !important;
	width: 100% !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translateY(4px) !important;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease !important;
}

.single-product .fs-single-product-actions.fs-actions-ready {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

.single-product .fs-single-add-to-cart-btn {
	flex: 0 0 50% !important;
	max-width: 50% !important;
	width: 50% !important;
}

.single-product .fs-single-add-to-cart-btn .elementor-add-to-cart,
.single-product .fs-single-add-to-cart-btn form.cart {
	width: 100% !important;
	margin: 0 !important;
}

.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button,
.single-product .fs-single-add-to-cart-btn a.button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 50px !important;
	min-height: 50px !important;
	padding: 14px 24px !important;
	margin: 0 !important;
	background: #E30B2E !important;
	background-color: #E30B2E !important;
	background-image: none !important;
	border: 1px solid #E30B2E !important;
	border-radius: 30px !important;
	color: #ffffff !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	outline: none !important;
	opacity: 1 !important;
	cursor: pointer !important;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease !important;
}

.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button:hover,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button:hover,
.single-product .fs-single-add-to-cart-btn a.button:hover,
.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button:focus,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button:focus,
.single-product .fs-single-add-to-cart-btn a.button:focus,
.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button:active,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button:active,
.single-product .fs-single-add-to-cart-btn a.button:active {
	background: #E30B2E !important;
	background-color: #E30B2E !important;
	background-image: none !important;
	border-color: #E30B2E !important;
	color: #ffffff !important;
	box-shadow: none !important;
	outline: none !important;
	transform: none !important;
}

.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.loading,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.loading,
.single-product .fs-single-add-to-cart-btn a.button.loading,
.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.added,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.added,
.single-product .fs-single-add-to-cart-btn a.button.added {
	opacity: 1 !important;
	padding-right: 24px !important;
}

.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.loading::after,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.loading::after,
.single-product .fs-single-add-to-cart-btn a.button.loading::after,
.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.added::after,
.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.added::after,
.single-product .fs-single-add-to-cart-btn a.button.added::after {
	display: none !important;
	content: none !important;
}

.single-product .fs-single-add-to-cart-btn .fuse-single-added-to-cart,
.single-product .fs-single-add-to-cart-btn button.fuse-single-added-to-cart,
.single-product .fs-single-add-to-cart-btn a.fuse-single-added-to-cart,
body.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.fuse-single-added-to-cart,
body.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.fuse-single-added-to-cart,
body.single-product .fs-single-add-to-cart-btn a.button.fuse-single-added-to-cart {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 50px !important;
	min-height: 50px !important;
	padding: 14px 24px !important;
	margin: 0 !important;
	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;
	border: 1px solid #E30B2E !important;
	border-radius: 30px !important;
	color: #000000 !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	outline: none !important;
	opacity: 1 !important;
	cursor: pointer !important;
	transition: none !important;
}

.single-product .fs-single-add-to-cart-btn .fuse-single-added-to-cart:hover,
.single-product .fs-single-add-to-cart-btn .fuse-single-added-to-cart:focus,
.single-product .fs-single-add-to-cart-btn .fuse-single-added-to-cart:active,
.single-product .fs-single-add-to-cart-btn .fuse-single-added-to-cart:visited,
.single-product .fs-single-add-to-cart-btn button.fuse-single-added-to-cart:hover,
.single-product .fs-single-add-to-cart-btn button.fuse-single-added-to-cart:focus,
.single-product .fs-single-add-to-cart-btn button.fuse-single-added-to-cart:active,
.single-product .fs-single-add-to-cart-btn a.fuse-single-added-to-cart:hover,
.single-product .fs-single-add-to-cart-btn a.fuse-single-added-to-cart:focus,
.single-product .fs-single-add-to-cart-btn a.fuse-single-added-to-cart:active,
.single-product .fs-single-add-to-cart-btn a.fuse-single-added-to-cart:visited,
body.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.fuse-single-added-to-cart:hover,
body.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.fuse-single-added-to-cart:focus,
body.single-product .fs-single-add-to-cart-btn button.single_add_to_cart_button.fuse-single-added-to-cart:active,
body.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.fuse-single-added-to-cart:hover,
body.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.fuse-single-added-to-cart:focus,
body.single-product .fs-single-add-to-cart-btn .single_add_to_cart_button.fuse-single-added-to-cart:active,
body.single-product .fs-single-add-to-cart-btn a.button.fuse-single-added-to-cart:hover,
body.single-product .fs-single-add-to-cart-btn a.button.fuse-single-added-to-cart:focus,
body.single-product .fs-single-add-to-cart-btn a.button.fuse-single-added-to-cart:active,
body.single-product .fs-single-add-to-cart-btn a.button.fuse-single-added-to-cart:visited {
	background: #ffffff !important;
	background-color: #ffffff !important;
	background-image: none !important;
	border-color: #E30B2E !important;
	color: #000000 !important;
	box-shadow: none !important;
	outline: none !important;
	transform: none !important;
}

.single-product .fs-single-add-to-cart-btn .fuse-single-added-to-cart *,
body.single-product .fs-single-add-to-cart-btn .fuse-single-added-to-cart * {
	color: #000000 !important;
}

.single-product .fs-single-checkout-btn {
	display: none !important;
	flex: 0 0 50% !important;
	max-width: 50% !important;
	width: 50% !important;
}

.single-product .fs-single-product-actions.fs-product-is-added .fs-single-add-to-cart-btn,
.single-product .fs-single-product-actions.fs-product-is-added .fs-single-checkout-btn {
	flex: 1 1 0 !important;
	max-width: none !important;
	width: auto !important;
}

.single-product .fs-single-product-actions.fs-product-is-added .fs-single-checkout-btn {
	display: block !important;
}

.single-product .fs-single-checkout-btn .elementor-button,
.single-product .fs-single-checkout-btn a.elementor-button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 50px !important;
	min-height: 50px !important;
	padding: 14px 24px !important;
	margin: 0 !important;
	background: #E30B2E !important;
	background-color: #E30B2E !important;
	background-image: none !important;
	border: 1px solid #E30B2E !important;
	border-radius: 30px !important;
	color: #ffffff !important;
	font-family: Montserrat, sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
	text-align: center !important;
	text-decoration: none !important;
	text-transform: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.single-product .fs-single-checkout-btn .elementor-button:hover,
.single-product .fs-single-checkout-btn a.elementor-button:hover,
.single-product .fs-single-checkout-btn .elementor-button:focus,
.single-product .fs-single-checkout-btn a.elementor-button:focus,
.single-product .fs-single-checkout-btn .elementor-button:active,
.single-product .fs-single-checkout-btn a.elementor-button:active {
	background: #E30B2E !important;
	background-color: #E30B2E !important;
	border-color: #E30B2E !important;
	color: #ffffff !important;
	box-shadow: none !important;
	outline: none !important;
}

.single-product .fs-single-product-actions a.added_to_cart.wc-forward {
	display: none !important;
}

.single-product .fs-single-product-actions .fs-btn-text-anim {
	display: inline-block !important;
	animation: fsButtonTextSwitch 0.24s ease both !important;
}

@media (max-width: 767px) {
	.single-product .fs-single-product-actions {
		flex-direction: column !important;
		align-items: stretch !important;
	}

	.single-product .fs-single-add-to-cart-btn,
	.single-product .fs-single-checkout-btn,
	.single-product .fs-single-product-actions.fs-product-is-added .fs-single-add-to-cart-btn,
	.single-product .fs-single-product-actions.fs-product-is-added .fs-single-checkout-btn {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 auto !important;
	}
}
