/* ===================================
   Custom Woocommerce Styles - Brand Consistent   
   =================================== */

:root {
    --main-theme-color: #ff7800;
    --main-theme-dark-color: #0C107D;
    --main-gray-bg-color: #efefef;
    --main-txt-color: #67667D;
    --main-dark-txt-color: #020026;
    --main-txt-url-color: #020026;
    --main-txt-url-hover-color: #ff7800;
}

/* Old nested .wp-block-woocommerce-cart styles removed - see WooCommerce Blocks Cart section below */

table.shop_table {
	border-collapse: collapse;
	background: #fff;
	border: none !important;
	margin: 0 0 20px !important;
	border-radius: 6px !important;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}

table.shop_table th {
	padding: 20px 30px;
	line-height: normal;
	font-family: 'Figtree';
	font-weight: 400;
	font-size: 16px;
}

table.shop_table td {
	border-top: 1px solid var(--main-gray-bg-color);
	padding: 15px 30px;
	font-family: 'Figtree';
	font-weight: 500;
}

table.shop_table .coupon .input-text {
	width: 200px !important;
	background: var(--main-gray-bg-color);
	border: 2px solid #ccc !important;
	height: auto;
	border-radius: 5px;
	line-height: 21px;
	transition: 0.2s;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
	border-radius: 7px;
	line-height: 39px;
	padding: 10px 10px 10px 50px !important;
	margin: 0 0 25px !important;
	border: 2px solid #ccc;
	font-size: 16px;
	font-family: 'Figtree';
	font-weight: 500;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top: 15px;
	left: 20px;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	padding: 10px 15px !important;
	font-size: 15px !important;
	line-height: 15px !important;
	box-shadow: unset !important;
}

.woocommerce-error {
	border-color: #ec4a4a;
}

.woocommerce-error::before {
	color: #ec4a4a;
}

form.checkout_coupon {
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
	border-radius: 7px !important;
	line-height: 39px;
	border: none !important;
	font-size: 16px;
	font-family: 'Figtree';
	font-weight: 500;
	display: flex;
}

form.checkout_coupon .form-row {
	margin: 0 !important;
	width: auto;
	float: left;
}

form.checkout_coupon .form-row.form-row-first {
	margin: 0 15px 0 0 !important;
}

form.checkout_coupon .form-row.form-row-last input[type="submit"] {
	border-radius: 5px !important;
	box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1) !important;
	border: 2px solid var(--main-theme-color) !important;
}

form.checkout_coupon .form-row .input-text,
form.login .input-text,
form.lost_reset_password .input-text,
form.register .input-text {
	font-family: 'Figtree' !important;
	width: 100% !important;
	margin-right: 15px !important;
	background: #fff;
	border: 2px solid #ccc !important;
	height: auto;
	padding: 13px 15px !important;
	border-radius: 5px;
	font-size: 17px;
	line-height: 21px !important;
	outline: 0 !important;
	transition: 0.2s;
}

form .form-row {
	padding: 0 !important;
	margin: 0 0 20px !important;
}

.form-row label {
	font-family: 'Figtree';
	font-size: 16px;
	line-height: 23px !important;
	margin: 0 0 5px !important;
	padding: 0 !important;
}

.woocommerce-input-wrapper .input-text {
	font-family: 'Figtree' !important;
	font-weight: 500;
	width: 100% !important;
	margin-right: 15px !important;
	background: #fff;
	border: 2px solid var(--main-gray-bg-color) !important;
	height: auto;
	padding: 13px 15px !important;
	border-radius: 5px;
	font-size: 17px;
	line-height: 21px !important;
	outline: 0 !important;
	transition: 0.2s;
}

.automatewoo-birthday-field select:hover,
.woocommerce-input-wrapper .input-text:hover {
	border-color: var(--main-txt-color) !important;
}

.woocommerce-input-wrapper .input-text::-webkit-input-placeholder {
	color: #ccc;
	font-family: 'Figtree' !important;
}

.woocommerce-input-wrapper .input-text:-ms-input-placeholder {
	color: #ccc;
	font-family: 'Figtree' !important;
}

.woocommerce-input-wrapper .input-text::placeholder {
	color: #ccc;
	font-family: 'Figtree' !important;
}

.woocommerce-subscriptions .woocommerce_account_subscriptions table.my_account_subscriptions.shop_table_responsive,
.woocommerce-view-order .woocommerce-MyAccount-content table.shop_table.order_details,
.woocommerce-view-subscription .woocommerce-MyAccount-content table.shop_table.order_details,
.woocommerce-view-subscription .woocommerce-MyAccount-content table.shop_table.subscription_details,
.woocommerce-view-subscription .woocommerce-MyAccount-content table.shop_table.woocommerce-orders-table--orders {
	box-shadow: 0 10px 30px 0 rgb(0 0 0 / 5%) !important;
	margin-bottom: 30px !important;
}

.woocommerce-pagination--without-numbers {
	text-align: center;
	margin-top: 30px;
}

.subscription-auto-renew-toggle__i.fa-toggle-on {
	border: 2px solid #01a301 !important;
	background-color: #01a301 !important;
}

td .wc-item-meta {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.woocommerce-MyAccount-navigation {
	position: sticky;
	top: 100px;
	width: 25%;
}

.woocommerce-MyAccount-content {
	width: 72%;
}

.my-account-info h2 {
	font-family: 'Figtree';
	font-weight: 400;
	margin-bottom: 5px;
}

.woocommerce-MyAccount-content h4 {
	font-size: 20px;
	font-family: 'Figtree';
	font-weight: 600;
	font-weight: normal;
}

.woocommerce-MyAccount-content .woocommerce-input-wrapper small {
	font-size: 12px;
	display: block;
	line-height: normal;
	margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: var(--box-shadow);
}

.woocommerce-MyAccount-navigation a {
	display: block;
	padding: 15px;
	border-bottom: 1px solid var(--main-gray-bg-color);
	font-family: 'Figtree';
	font-weight: 500;
}

.woocommerce-EditAccountForm .wpem-row {
	border-bottom: 1px solid var(--main-gray-bg-color);
	border-top: 1px solid var(--main-gray-bg-color);
	margin-bottom: 30px;
}

.woocommerce-EditAccountForm .wpem-col-lg-6:first-child {
	border-right: 1px solid var(--main-gray-bg-color);
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
}

.woocommerce-EditAccountForm .wpem-col-lg-6:nth-child(2) {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* ===================================
   WOOCOMMERCE BLOCKS CART PAGE
   =================================== */


/* Cart Items Table */
.wc-block-cart__main {
	flex: 1 1 65%;
	margin-right: 30px;
}

.wc-block-cart-items {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

/* Table Header */
.wc-block-cart-items__header {
	padding: 25px 30px !important;
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
	font-size: 12px !important;
	letter-spacing: 1.5px !important;
	border: none !important;
}

.wc-block-cart-items__header span,
.wc-block-cart-items__header .wc-block-components-table__cell {
	    font-weight: 600 !important;
    font-family: 'Figtree' !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    padding: 10px 15px !important;
    display: block;
}

/* Cart Item Row */
.wc-block-cart-items__row {
	border-bottom: 1px solid var(--main-gray-bg-color);
	padding: 20px 30px !important;
	transition: background 0.3s ease;
	position: relative;
}

.wc-block-cart-items__row:hover {
	background: #f9f9f9;
}

/* Cart Item Row Layout - Align remove button to right */
.wc-block-cart-items__row .wc-block-components-table__cell:last-child {
	text-align: right !important;
}

/* Remove Item Text Link (if displayed as text) */
.wc-block-cart-item__remove-link span {
	color: #999 !important;
	font-family: 'Figtree' !important;
	font-weight: 500;
	font-size: 14px;
	transition: color 0.3s ease;
}

.wc-block-cart-item__remove-link:hover span {
	color: #fff !important;
}

/* Product Image */
.wc-block-cart-item__image {
	border-radius: 8px;
	overflow: hidden;
}

.wc-block-cart-item__image img {
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.wc-block-cart-item__image:hover img {
	transform: scale(1.05);
}

/* Product Details */
.wc-block-cart-item__product {
	font-family: 'Figtree';
	font-weight: 600;
}

.wc-block-components-product-name {
	color: var(--main-dark-txt-color) !important;
	font-size: 16px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	text-decoration: none !important;
	transition: color 0.3s ease;
}

.wc-block-components-product-name:hover {
	color: var(--main-theme-color) !important;
}

.wc-block-components-product-metadata {
	font-size: 14px;
	color: var(--main-txt-color);
	margin-top: 8px;
}

.wc-block-components-product-metadata__description {
	font-family: 'Figtree';
}

/* Product Price */
.wc-block-cart-item__prices,
.wc-block-cart-item__total-price {
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 18px !important;
	color: var(--main-theme-color) !important;
}

.wc-block-components-product-price {
	font-family: 'Figtree' !important;
	font-weight: 600;
	color: var(--main-theme-color) !important;
}

/* Quantity Selector */
.wc-block-components-quantity-selector {
	display: flex;
	align-items: center;
	border: 2px solid var(--main-gray-bg-color);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	max-width: 120px;
}

.wc-block-components-quantity-selector__button {
	width: 35px;
	height: 40px;
	background: #f5f5f5 !important;
	border: none !important;
	color: var(--main-dark-txt-color) !important;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: bold;
}

.wc-block-components-quantity-selector__button:hover {
	background: var(--main-theme-color) !important;
	color: #fff !important;
}

.wc-block-components-quantity-selector input {
	width: 50px !important;
	height: 40px !important;
	text-align: center;
	border: none !important;
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 16px;
	color: var(--main-dark-txt-color);
}

.wc-block-components-quantity-selector input:focus {
	outline: none;
	box-shadow: none;
}

/* Remove Item Button */
.wc-block-cart-item__remove-link {
	display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 36px !important;
    min-width: 36px !important;
    border: 2px solid #e5e5e5 !important;
    border-radius: 8px !important;
    color: #666 !important;
    font-size: 16px !important;
    transition: all 0.3s ease;
    text-decoration: none !important;
    padding: 10px  !important;
    margin: 0 0 0 auto !important;
    line-height: 1 !important;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.wc-block-cart-item__remove-link:hover {
	background: #ff4444 !important;
	border-color: #ff4444 !important;
	color: #fff !important;
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
}

.wc-block-cart-item__remove-link svg,
.wc-block-cart-item__remove-icon {
	width: 16px !important;
	height: 16px !important;
	fill: currentColor !important;
	transition: transform 0.3s ease;
}

.wc-block-cart-item__remove-link:hover svg,
.wc-block-cart-item__remove-link:hover .wc-block-cart-item__remove-icon {
	transform: rotate(90deg);
}

/* Cart Totals Sidebar */
.wc-block-cart__sidebar {
	flex: 1 1 30%;
	min-width: 300px;
}

.wc-block-cart__totals-title {
	background: linear-gradient(135deg, #020026 0%, #1a1a3e 100%) !important;
	color: #fff !important;
	padding: 20px 30px !important;
	margin: 0 !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 22px !important;
	text-align: center;
	border-radius: 12px 12px 0 0 !important;
}

.wc-block-components-totals-wrapper {
	background: #fff;
	/* border-radius: 0 0 12px 12px; */
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); */
	overflow: hidden;
    padding: 0;
}

/* Coupon Section */
.wc-block-components-totals-coupon {
	padding: 25px 30px !important;
	border-bottom: 1px solid #f0f0f0;
}

.wc-block-components-totals-coupon__button {
	color: var(--main-theme-color) !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	text-decoration: none !important;
	font-size: 15px;
	cursor: pointer;
	transition: color 0.3s ease;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
}

.wc-block-components-totals-coupon__button:hover {
	color: var(--main-theme-dark-color) !important;
}

.wc-block-components-totals-coupon__content {
	margin-top: 20px !important;
	padding-top: 5px !important;
}

.wc-block-components-totals-coupon input {
	width: 100% !important;
	height: auto !important;
	padding: 15px 15px !important;
	border: 2px solid #ddd !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 500;
	font-size: 15px !important;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	color: var(--main-dark-txt-color) !important;
}

.wc-block-components-totals-coupon input::placeholder {
	color: #999 !important;
	font-family: 'Figtree' !important;
	font-weight: 400;
	font-size: 14px;
}

.wc-block-components-totals-coupon input:focus {
	border-color: var(--main-theme-color) !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1);
}

.wc-block-components-totals-coupon .wc-block-components-button {
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: 2px solid var(--main-theme-color) !important;
	padding: 12px 25px !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 15px !important;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
}

.wc-block-components-totals-coupon .wc-block-components-button:hover {
	background: transparent !important;
	color: var(--main-theme-color) !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(252, 135, 0, 0.2);
}

/* Totals Items */
.wc-block-components-totals-item {
	padding: 15px 30px !important;
	border-top: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wc-block-components-totals-item__label {
	font-family: 'Figtree';
	font-weight: 500;
	color: var(--main-dark-txt-color);
	font-size: 15px;
}

.wc-block-components-totals-item__value {
	font-family: 'Figtree';
	font-weight: 600;
	color: var(--main-txt-color);
	font-size: 16px;
}

/* Order Total */
.wc-block-components-totals-footer-item {
	background: #f9f9f9;
	padding: 20px 30px !important;
	border-top: 2px solid var(--main-gray-bg-color) !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 18px;
	color: var(--main-dark-txt-color);
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 24px;
	color: var(--main-theme-color);
}

/* Proceed to Checkout Button */
.wc-block-cart__submit-container {
	padding: 20px 30px 30px;
}

.wc-block-cart__submit-button,
.wc-block-components-checkout-button {
	display: block;
	width: 100% !important;
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: none !important;
	padding: 18px 30px !important;
	border-radius: 10px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 17px !important;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.wc-block-cart__submit-button::before,
.wc-block-components-checkout-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.wc-block-cart__submit-button:hover::before,
.wc-block-components-checkout-button:hover::before {
	width: 300px;
	height: 300px;
}

.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(252, 135, 0, 0.4) !important;
}

/* Empty Cart */
.wc-block-cart__empty-cart {
	background: #fff;
	border: 2px dashed #ddd;
	border-radius: 12px;
	padding: 60px 40px;
	text-align: center;
	margin: 40px 0;
}

.wc-block-cart__empty-cart__title {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 24px;
	color: var(--main-dark-txt-color);
	margin-bottom: 15px;
}

.wc-block-cart__empty-cart__description {
	font-family: 'Figtree';
	font-size: 16px;
	color: var(--main-txt-color);
	margin-bottom: 30px;
}

.wc-block-cart__empty-cart .wc-block-components-button {
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: 2px solid var(--main-theme-color) !important;
	padding: 15px 40px !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 16px !important;
	transition: all 0.3s ease;
}

.wc-block-cart__empty-cart .wc-block-components-button:hover {
	background: transparent !important;
	color: var(--main-theme-color) !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(252, 135, 0, 0.2);
}

/* Responsive Layout for Blocks */
@media (max-width: 768px) {
	.wp-block-woocommerce-cart {
		flex-direction: column;
	}

	.wc-block-cart__main {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.wc-block-cart-items__row {
		padding: 15px 20px !important;
	}

	.wc-block-components-totals-item,
	.wc-block-components-totals-footer-item {
		padding: 12px 20px !important;
	}
}

/* ===================================
   CART PAGE CUSTOMIZATION (Classic)
   =================================== */

/* Cart Page Layout */

.woocommerce-cart > form {
	flex: 1 1 65%;
	min-width: 300px;
}

.woocommerce-cart .cart-collaterals {
	flex: 1 1 30%;
	min-width: 300px;
}

/* Cart Table Header */
table.shop_table thead {
	background: linear-gradient(135deg, var(--main-theme-color) 0%, #ff9d3d 100%);
	color: #fff;
}

table.shop_table thead th {
	color: #fff !important;
	font-family: 'Figtree';
	font-weight: 600;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.5px;
	border: none !important;
}

/* Cart Table Body */
.woocommerce-cart table.cart td {
	vertical-align: middle;
}

.woocommerce-cart table.cart img {
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.woocommerce-cart table.cart img:hover {
	transform: scale(1.05);
}

/* Product Name */
.woocommerce-cart table.cart .product-name a {
	color: var(--main-dark-txt-color);
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.woocommerce-cart table.cart .product-name a:hover {
	color: var(--main-theme-color);
}

/* Product Price */
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 18px;
	color: var(--main-theme-color);
}

/* Quantity Input */
.woocommerce-cart table.cart .quantity .qty {
	width: 80px;
	height: 45px;
	text-align: center;
	border: 2px solid var(--main-gray-bg-color) !important;
	border-radius: 8px;
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 16px;
	transition: all 0.3s ease;
}

.woocommerce-cart table.cart .quantity .qty:hover,
.woocommerce-cart table.cart .quantity .qty:focus {
	border-color: var(--main-theme-color) !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1);
}

/* Remove Button */
.woocommerce-cart table.cart .product-remove a {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #fff;
	border: 2px solid #ddd !important;
	border-radius: 50%;
	color: #999 !important;
	font-size: 18px;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

.woocommerce-cart table.cart .product-remove a:hover {
	background: #ff4444;
	border-color: #ff4444 !important;
	color: #fff !important;
	transform: rotate(90deg);
}

/* Update Cart Button */
.woocommerce-cart table.cart .actions {
	background: #f9f9f9;
	padding: 20px !important;
	border-radius: 0 0 8px 8px;
}

.woocommerce-cart table.cart button[name="update_cart"] {
	background: var(--main-theme-dark-color) !important;
	color: #fff !important;
	border: 2px solid var(--main-theme-dark-color) !important;
	padding: 12px 30px !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 15px !important;
	cursor: pointer;
	transition: all 0.3s ease;
}

.woocommerce-cart table.cart button[name="update_cart"]:hover {
	background: transparent !important;
	color: var(--main-theme-dark-color) !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(12, 16, 125, 0.2);
}

/* Coupon Section */
.woocommerce-cart table.cart .coupon {
	display: flex;
	gap: 10px;
	align-items: center;
}

.woocommerce-cart table.cart .coupon label {
	font-family: 'Figtree';
	font-weight: 600;
	margin-right: 10px;
	color: var(--main-dark-txt-color);
}

.woocommerce-cart table.cart .coupon .input-text {
	flex: 1;
	max-width: 250px;
	height: 45px !important;
	padding: 10px 15px !important;
	border: 2px solid var(--main-gray-bg-color) !important;
	border-radius: 8px !important;
	font-family: 'Figtree';
	font-weight: 500;
	transition: all 0.3s ease;
}

.woocommerce-cart table.cart .coupon .input-text:focus {
	border-color: var(--main-theme-color) !important;
	outline: none;
	box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1);
}

.woocommerce-cart table.cart .coupon button[name="apply_coupon"] {
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: 2px solid var(--main-theme-color) !important;
	padding: 12px 25px !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 15px !important;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.woocommerce-cart table.cart .coupon button[name="apply_coupon"]:hover {
	background: transparent !important;
	color: var(--main-theme-color) !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(252, 135, 0, 0.2);
}

/* Cart Totals Section */
.cart-collaterals .cart_totals {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	position: sticky;
	top: 120px;
}

.cart-collaterals .cart_totals h2 {
	background: linear-gradient(135deg, var(--main-theme-dark-color) 0%, #1a1d9d 100%);
	color: #fff;
	padding: 20px 30px;
	margin: 0;
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 22px;
	text-align: center;
}

.cart-collaterals .cart_totals table {
	margin: 0 !important;
	box-shadow: none !important;
}

.cart-collaterals .cart_totals th,
.cart-collaterals .cart_totals td {
	padding: 15px 30px !important;
	font-family: 'Figtree';
	font-weight: 500;
	border-top: 1px solid #f0f0f0 !important;
}

.cart-collaterals .cart_totals th {
	color: var(--main-dark-txt-color);
	font-size: 15px;
	width: 40%;
}

.cart-collaterals .cart_totals td {
	text-align: right;
	color: var(--main-txt-color);
}

/* Order Total Row */
.cart-collaterals .cart_totals .order-total th {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 18px;
	color: var(--main-dark-txt-color);
}

.cart-collaterals .cart_totals .order-total td {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 24px;
	color: var(--main-theme-color);
}

/* Proceed to Checkout Button */
.wc-proceed-to-checkout {
	padding: 20px 30px 30px;
}

.wc-proceed-to-checkout .checkout-button {
	display: block;
	width: 100%;
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: none !important;
	padding: 18px 30px !important;
	border-radius: 10px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 17px !important;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.wc-proceed-to-checkout .checkout-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.wc-proceed-to-checkout .checkout-button:hover::before {
	width: 300px;
	height: 300px;
}

.wc-proceed-to-checkout .checkout-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(252, 135, 0, 0.4);
}

/* Empty Cart Message */
.woocommerce-cart .cart-empty {
	background: #fff;
	border: 2px dashed #ddd;
	border-radius: 12px;
	padding: 60px 40px;
	text-align: center;
	font-family: 'Figtree';
	font-weight: 500;
	font-size: 18px;
	color: var(--main-txt-color);
}

.return-to-shop {
	margin-top: 30px;
	text-align: center;
}

.return-to-shop .button {
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: 2px solid var(--main-theme-color) !important;
	padding: 15px 40px !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 16px !important;
	text-decoration: none !important;
	display: inline-block;
	transition: all 0.3s ease;
}

.return-to-shop .button:hover {
	background: transparent !important;
	color: var(--main-theme-color) !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(252, 135, 0, 0.2);
}

/* Shipping Calculator */
.shipping-calculator-form {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	margin-top: 15px;
}

.shipping-calculator-form .form-row {
	margin-bottom: 15px;
}

.shipping-calculator-form .button {
	background: var(--main-theme-dark-color) !important;
	color: #fff !important;
	border: 2px solid var(--main-theme-dark-color) !important;
	padding: 10px 25px !important;
	border-radius: 6px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
}

.shipping-calculator-form .button:hover {
	background: transparent !important;
	color: var(--main-theme-dark-color) !important;
}

/* Cross-sells Section */
.cross-sells {
	margin-top: 50px;
	padding: 40px;
	background: #f9f9f9;
	border-radius: 12px;
}

.cross-sells h2 {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 24px;
	color: var(--main-dark-txt-color);
	margin-bottom: 30px;
	text-align: center;
}

.cross-sells ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.woocommerce-cart {
		flex-direction: column;
	}

	.woocommerce-cart > form,
	.woocommerce-cart .cart-collaterals {
		flex: 1 1 100%;
	}

	.cart-collaterals .cart_totals {
		position: static;
	}

	table.shop_table th,
	table.shop_table td {
		padding: 12px 15px !important;
	}

	.woocommerce-cart table.cart .coupon {
		flex-direction: column;
		align-items: stretch;
	}

	.woocommerce-cart table.cart .coupon .input-text {
		max-width: 100%;
	}

	.woocommerce-cart table.cart .actions .coupon,
	.woocommerce-cart table.cart .actions button[name="update_cart"] {
		width: 100%;
		margin-bottom: 10px;
	}
}

/* ===================================
   WOOCOMMERCE BLOCKS CHECKOUT PAGE
   =================================== */

/* Blocks Checkout Container */
.wp-block-woocommerce-checkout {
	max-width: 1400px;
	margin: 40px auto;
	padding: 20px;
}

/* Checkout Main Content Area */
.wc-block-checkout__main {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Checkout Form Sections */
.wc-block-checkout__form {
	display: grid;
	gap: 30px;
}

/* Section Titles */
.wc-block-components-checkout-step__heading,
.wc-block-checkout__billing-fields h2,
.wc-block-checkout__shipping-fields h2,
.wc-block-checkout__additional-fields h2 {
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	color: var(--main-dark-txt-color) !important;
	margin: 0 0 25px 0 !important;
	padding-bottom: 12px;
	border-bottom: 2px solid var(--main-theme-color);
}

/* Form Fields */
.wc-block-components-text-input,
.wc-block-components-textarea,
.wc-block-components-combobox {
	margin-bottom: 20px;
}

.wc-block-components-text-input label,
.wc-block-components-textarea label,
.wc-block-components-combobox label {
	display: block;
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	color: var(--main-dark-txt-color) !important;
	margin-bottom: 8px !important;
}

.wc-block-components-text-input .wc-block-components-text-input__input,
.wc-block-components-textarea textarea,
.wc-block-components-combobox input {
	width: 100% !important;
	height: 50px !important;
	padding: 12px 18px !important;
	border: 2px solid #e5e5e5 !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	color: var(--main-dark-txt-color) !important;
	background: #fff !important;
	transition: all 0.3s ease !important;
	outline: none !important;
	box-shadow: none !important;
}

.wc-block-components-textarea textarea {
	height: 120px !important;
	resize: vertical;
}

.wc-block-components-text-input .wc-block-components-text-input__input:hover,
.wc-block-components-textarea textarea:hover,
.wc-block-components-combobox input:hover {
	border-color: #ccc !important;
}

.wc-block-components-text-input .wc-block-components-text-input__input:focus,
.wc-block-components-textarea textarea:focus,
.wc-block-components-combobox input:focus {
	border-color: var(--main-theme-color) !important;
	box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1) !important;
}

.wc-block-components-text-input .wc-block-components-text-input__input::placeholder,
.wc-block-components-textarea textarea::placeholder,
.wc-block-components-combobox input::placeholder {
	color: #999 !important;
	font-family: 'Figtree' !important;
	font-weight: 400;
}

/* Required Field Asterisk */
.wc-block-components-text-input .required,
.wc-block-components-textarea .required,
.wc-block-components-combobox .required {
	color: #ff4444 !important;
}

/* Combobox Dropdown */
.wc-block-components-combobox__control {
	height: 50px !important;
	min-height: 50px !important;
	border: 2px solid #e5e5e5 !important;
	border-radius: 8px !important;
	padding: 8px 18px !important;
	font-family: 'Figtree' !important;
}

.wc-block-components-combobox__control:hover {
	border-color: #ccc !important;
}

.wc-block-components-combobox__control--is-focused {
	border-color: var(--main-theme-color) !important;
	box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1) !important;
}

/* Checkbox Styling */
.wc-block-components-checkbox {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.wc-block-components-checkbox__input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	margin-right: 12px !important;
	cursor: pointer;
	accent-color: var(--main-theme-color);
	border: 2px solid #e5e5e5 !important;
	border-radius: 4px;
}

.wc-block-components-checkbox__label {
	font-family: 'Figtree' !important;
	font-weight: 500 !important;
	font-size: 14px !important;
	color: var(--main-txt-color) !important;
	cursor: pointer;
}

/* Coupon Section on Checkout Blocks */
.wc-block-components-totals-coupon {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.wc-block-components-totals-coupon__button {
	color: var(--main-theme-color) !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}

/* Sidebar Order Summary */
.wc-block-checkout__sidebar {
	position: sticky;
	top: 120px;
}

.wc-block-components-order-summary {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.wc-block-components-order-summary__header {
	background: linear-gradient(135deg, var(--main-theme-dark-color) 0%, #1a1d9d 100%) !important;
	color: #fff !important;
	padding: 25px 30px !important;
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	font-size: 20px !important;
}

.wc-block-components-order-summary__header .wc-block-components-button {
	color: #fff !important;
	font-family: 'Figtree' !important;
}

/* Order Summary Items */
.wc-block-components-order-summary-item {
	padding: 20px 30px !important;
	border-bottom: 1px solid #f0f0f0 !important;
	font-family: 'Figtree';
}

.wc-block-components-order-summary-item__image {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.wc-block-components-order-summary-item__description {
	flex: 1;
	padding: 0 15px;
}

.wc-block-components-order-summary-item__description .wc-block-components-product-name {
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	font-size: 15px !important;
	color: var(--main-dark-txt-color) !important;
}

.wc-block-components-order-summary-item__total-price {
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	color: var(--main-theme-color) !important;
}

/* Totals Section */
.wc-block-components-totals-wrapper {
	padding: 20px 30px;
	background: #fff;
}

.wc-block-components-totals-item {
	padding: 12px 0 !important;
	border-bottom: 1px solid #f0f0f0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wc-block-components-totals-item__label {
	font-family: 'Figtree' !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	color: var(--main-dark-txt-color) !important;
}

.wc-block-components-totals-item__value {
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	color: var(--main-txt-color) !important;
}

/* Total */
.wc-block-components-totals-footer-item {
	background: #f9f9f9;
	padding: 20px 30px !important;
	margin: 20px -30px -20px -30px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(--main-dark-txt-color) !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 24px !important;
	font-weight: 700 !important;
	color: var(--main-theme-color) !important;
}

/* Payment Methods in Blocks */
.wc-block-components-radio-control {
	border: 2px solid #e5e5e5;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wc-block-components-radio-control-accordion-option {
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s ease;
}

.wc-block-components-radio-control-accordion-option:last-child {
	border-bottom: none;
}

.wc-block-components-radio-control-accordion-option:hover {
	background: #f9f9f9;
}

.wc-block-components-radio-control__option {
	padding: 20px 25px !important;
}

.wc-block-components-radio-control__option label {
	display: flex;
	align-items: center;
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	color: var(--main-dark-txt-color) !important;
	cursor: pointer;
}

.wc-block-components-radio-control__option input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	cursor: pointer;
	accent-color: var(--main-theme-color);
}

.wc-block-components-radio-control-accordion-content {
	background: #f9f9f9;
	padding: 20px 25px;
	font-family: 'Figtree';
	font-size: 14px;
	color: var(--main-txt-color);
}

/* Place Order Button in Blocks */
.wc-block-components-checkout-place-order-button {
	width: 100% !important;
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: none !important;
	padding: 20px 30px !important;
	border-radius: 10px !important;
	font-family: 'Figtree' !important;
	font-weight: 600 !important;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	box-shadow: 0 10px 30px rgba(252, 135, 0, 0.3) !important;
}

.wc-block-components-checkout-place-order-button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

.wc-block-components-checkout-place-order-button:hover::before {
	width: 400px;
	height: 400px;
}

.wc-block-components-checkout-place-order-button:hover {
	transform: translateY(-3px) !important;
	box-shadow: 0 15px 40px rgba(252, 135, 0, 0.5) !important;
}

.wc-block-components-checkout-place-order-button:disabled {
	background: #ccc !important;
	cursor: not-allowed;
	transform: none !important;
	box-shadow: none !important;
}

/* Error/Validation Messages */
.wc-block-components-validation-error {
	color: #ff4444 !important;
	font-family: 'Figtree' !important;
	font-size: 13px !important;
	margin-top: 5px;
}

.wc-block-components-text-input.has-error .wc-block-components-text-input__input,
.wc-block-components-textarea.has-error textarea,
.wc-block-components-combobox.has-error input {
	border-color: #ff4444 !important;
}

/* Notice Messages in Blocks Checkout */
.wc-block-components-notice-banner {
	padding: 20px 25px !important;
	border-left: 4px solid;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	font-family: 'Figtree' !important;
	font-size: 15px;
	margin-bottom: 20px;
}

.wc-block-components-notice-banner.is-error {
	border-left-color: #ff4444 !important;
	background: #fff !important;
	color: #ff4444 !important;
}

.wc-block-components-notice-banner.is-success {
	border-left-color: #4caf50 !important;
	background: #fff !important;
	color: #4caf50 !important;
}

.wc-block-components-notice-banner.is-info {
	border-left-color: var(--main-theme-color) !important;
	background: #fff !important;
	color: var(--main-txt-color) !important;
}

/* Responsive Blocks Checkout */
@media (max-width: 992px) {
	.wp-block-woocommerce-checkout {
		display: flex;
		flex-direction: column;
	}

	.wc-block-checkout__main {
		padding: 30px 25px;
	}

	.wc-block-checkout__sidebar {
		position: static;
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.wc-block-checkout__main {
		padding: 25px 20px;
	}

	.wc-block-components-order-summary__header,
	.wc-block-components-order-summary-item,
	.wc-block-components-totals-wrapper {
		padding: 20px !important;
	}

	.wc-block-components-checkout-place-order-button {
		font-size: 16px !important;
		padding: 18px 25px !important;
	}
}

/* ===================================
   WOOCOMMERCE CHECKOUT PAGE (Classic)
   =================================== */

/* Checkout Page Container */


/* Checkout Layout */
.woocommerce-checkout .col2-set {
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
	flex: 1;
}

/* Checkout Form Sections */
.woocommerce-billing-fields,
.woocommerce-additional-fields {
	background: #fff;
	padding: 35px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 22px;
	color: var(--main-dark-txt-color);
	margin: 0 0 25px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--main-theme-color);
}

/* Form Fields */
.woocommerce-checkout .form-row {
	margin-bottom: 20px;
}

.woocommerce-checkout .form-row label {
	display: block;
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 14px;
	color: var(--main-dark-txt-color);
	margin-bottom: 8px;
}

.woocommerce-checkout .form-row label .required {
	color: #ff4444;
	margin-left: 3px;
}

.woocommerce-checkout .form-row .input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
	width: 100% !important;
	height: 50px !important;
	padding: 12px 18px !important;
	border: 2px solid #e5e5e5 !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 500;
	font-size: 15px !important;
	color: var(--main-dark-txt-color) !important;
	background: #fff !important;
	transition: all 0.3s ease;
	outline: none;
}

.woocommerce-checkout .form-row textarea {
	height: 120px !important;
	resize: vertical;
}

.woocommerce-checkout .form-row .input-text:hover,
.woocommerce-checkout .form-row select:hover,
.woocommerce-checkout .form-row textarea:hover {
	border-color: #ccc !important;
}

.woocommerce-checkout .form-row .input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
	border-color: var(--main-theme-color) !important;
	box-shadow: 0 0 0 3px rgba(252, 135, 0, 0.1) !important;
}

.woocommerce-checkout .form-row .input-text::placeholder,
.woocommerce-checkout .form-row textarea::placeholder {
	color: #999 !important;
	font-family: 'Figtree' !important;
	font-weight: 400;
}

/* Select2 Dropdown Styling */
.woocommerce-checkout .select2-container .select2-selection--single {
	height: 50px !important;
	border: 2px solid #e5e5e5 !important;
	border-radius: 8px !important;
	padding: 8px 18px !important;
	font-family: 'Figtree' !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 32px !important;
	font-family: 'Figtree' !important;
	color: var(--main-dark-txt-color) !important;
	padding: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
}

/* Checkbox Styling */
.woocommerce-checkout .form-row input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
	cursor: pointer;
	accent-color: var(--main-theme-color);
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	font-family: 'Figtree';
	font-weight: 500;
	color: var(--main-txt-color);
	cursor: pointer;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
	margin-left: 5px;
}

/* Shipping Method Toggle */
#ship-to-different-address {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

#ship-to-different-address label {
	display: flex;
	align-items: center;
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 16px;
	color: var(--main-dark-txt-color);
	cursor: pointer;
}

/* Order Review Section */
#order_review_heading {
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 24px;
	color: var(--main-dark-txt-color);
	margin: 0 0 25px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--main-theme-color);
}

#order_review {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Order Review Table */
.woocommerce-checkout-review-order-table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.woocommerce-checkout-review-order-table thead {
	background: var(--main-theme-dark-color);
	color: #fff;
}

.woocommerce-checkout-review-order-table thead th {
	padding: 20px 25px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff !important;
	border: none !important;
}

.woocommerce-checkout-review-order-table tbody tr {
	border-bottom: 1px solid #f0f0f0;
}

.woocommerce-checkout-review-order-table tbody td {
	padding: 20px 25px !important;
	font-family: 'Figtree';
	font-weight: 500;
	font-size: 15px;
	color: var(--main-txt-color);
}

.woocommerce-checkout-review-order-table .product-name {
	font-family: 'Figtree';
	font-weight: 600;
	color: var(--main-dark-txt-color);
}

.woocommerce-checkout-review-order-table .product-total {
	text-align: right;
	font-family: 'Figtree';
	font-weight: 600;
	color: var(--main-theme-color);
}

.woocommerce-checkout-review-order-table .cart_item .product-quantity {
	color: #999;
	font-size: 14px;
}

/* Order Totals */
.woocommerce-checkout-review-order-table tfoot {
	background: #f9f9f9;
}

.woocommerce-checkout-review-order-table tfoot tr {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-checkout-review-order-table tfoot th {
	padding: 18px 25px !important;
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 15px;
	color: var(--main-dark-txt-color);
	text-align: left;
}

.woocommerce-checkout-review-order-table tfoot td {
	padding: 18px 25px !important;
	text-align: right;
	font-family: 'Figtree';
	font-weight: 600;
	color: var(--main-txt-color);
}

/* Order Total Row */
.woocommerce-checkout-review-order-table .order-total th {
	font-size: 18px !important;
	color: var(--main-dark-txt-color) !important;
}

.woocommerce-checkout-review-order-table .order-total td {
	font-size: 24px !important;
	color: var(--main-theme-color) !important;
	font-weight: 700 !important;
}

/* Payment Methods */
#payment {
	background: #fff !important;
	border-radius: 12px;
	padding: 0;
	margin-top: 30px;
}

#payment .wc_payment_methods {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 12px;
	overflow: hidden;
}
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0;
}
#payment .wc_payment_method {
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.3s ease;
}

#payment .wc_payment_method:last-child {
	border-bottom: none;
}

#payment .wc_payment_method:hover {
	background: #f9f9f9;
}

#payment .wc_payment_method label {
	display: flex;
	align-items: center;
	padding: 20px 25px;
	font-family: 'Figtree';
	font-weight: 600;
	font-size: 16px;
	color: var(--main-dark-txt-color);
	cursor: pointer;
	margin: 0;
}

#payment .wc_payment_method input[type="radio"] {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	cursor: pointer;
	accent-color: var(--main-theme-color);
}

#payment .wc_payment_method img {
	margin-left: auto;
	max-height: 30px;
	width: auto;
}

#payment .payment_box {
	background: #f9f9f9;
	padding: 25px;
	margin: 0;
	font-family: 'Figtree';
	font-size: 14px;
	color: var(--main-txt-color);
	border-top: 1px solid #e5e5e5;
}

#payment .payment_box p {
	margin: 0 0 10px 0;
}

#payment .payment_box p:last-child {
	margin: 0;
}

/* Terms and Conditions */
.woocommerce-terms-and-conditions-wrapper {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 8px;
	margin: 20px 0;
}

.woocommerce-terms-and-conditions {
	max-height: 200px;
	overflow-y: auto;
	padding: 15px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	font-family: 'Figtree';
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
	margin: 0;
}

/* Privacy Policy */
.woocommerce-privacy-policy-text {
	font-family: 'Figtree';
	font-size: 13px;
	color: var(--main-txt-color);
}

.woocommerce-privacy-policy-text a {
	color: var(--main-theme-color);
	text-decoration: underline;
}

/* Place Order Button */
#place_order {
	width: 100%;
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: none !important;
	padding: 20px 30px !important;
	border-radius: 10px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	box-shadow: 0 10px 30px rgba(252, 135, 0, 0.3);
}

#place_order::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	transform: translate(-50%, -50%);
	transition: width 0.6s, height 0.6s;
}

#place_order:hover::before {
	width: 400px;
	height: 400px;
}

#place_order:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 40px rgba(252, 135, 0, 0.5);
}

#place_order:disabled {
	background: #ccc !important;
	cursor: not-allowed;
	transform: none;
	box-shadow: none;
}

/* Checkout Notice/Error Messages */
.woocommerce-checkout .woocommerce-NoticeGroup {
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message,
.woocommerce-checkout .woocommerce-info {
	background: #fff;
	padding: 15px 25px 15px 50px !important;
	border-left: 4px solid;
	border-radius: 8px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	font-family: 'Figtree';
	font-size: 15px;
	margin-bottom: 15px;
}
.woocommerce-checkout-payment .woocommerce-info{
	margin: 0 15px 15px 15px !important;
}
.woocommerce-checkout .woocommerce-error {
	border-left-color: #ff4444;
	color: #ff4444;
}

.woocommerce-checkout .woocommerce-message {
	border-left-color: #4caf50;
	color: #4caf50;
}

.woocommerce-checkout .woocommerce-info {
	border-left-color: var(--main-theme-color);
	color: var(--main-txt-color);
}

.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-message li,
.woocommerce-checkout .woocommerce-info li {
	margin: 0;
	padding: 0;
}

/* Coupon Form on Checkout */
.woocommerce-form-coupon-toggle {
	margin-bottom: 25px;
}

/* .woocommerce-form-coupon-toggle .woocommerce-info {
	display: inline-block;
	padding: 15px 25px !important;
	background: #f9f9f9;
	border: 2px solid var(--main-theme-color);
	border-radius: 8px;
	font-family: 'Figtree';
	font-weight: 500;
} */
 .woocommerce form .form-row .woocommerce-input-wrapper span.description{
	color: #888;
	font-size: 12px;
 }
.woocommerce form .form-row .woocommerce-input-wrapper .description::before{
    display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-additional-fields h4{
	    padding: 10px 15px;
    background: rgb(255 70 0 / 10%);
    border-left: 3px solid #ff4600;
    color: #111;
    margin-bottom: 20px;
    border-radius: 0 5px 5px 0;
    font-weight: 600;
}
.woocommerce-form-coupon-toggle .showcoupon {
	color: var(--main-theme-color);
	font-weight: 600;
	text-decoration: none;
	border-bottom: 2px solid var(--main-theme-color);
	transition: all 0.3s ease;
}

.woocommerce-form-coupon-toggle .showcoupon:hover {
	color: var(--main-theme-dark-color);
	border-bottom-color: var(--main-theme-dark-color);
}

.checkout_coupon {
	background: #fff;
	padding: 30px;
	border: 2px solid var(--main-theme-color);
	border-radius: 12px;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(252, 135, 0, 0.1);
}

.checkout_coupon p {
	margin-bottom: 20px;
	font-family: 'Figtree';
	color: var(--main-txt-color);
}

.checkout_coupon .form-row-first {
	width: 100% !important;
	margin-bottom: 15px;
}

.checkout_coupon input[type="text"] {
	width: 100% !important;
	height: 50px !important;
	padding: 12px 18px !important;
	border: 2px solid #e5e5e5 !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 500;
	font-size: 15px !important;
}

.checkout_coupon button[type="submit"] {
	width: 100% !important;
	background: var(--main-theme-color) !important;
	color: #fff !important;
	border: 2px solid var(--main-theme-color) !important;
	padding: 15px 30px !important;
	border-radius: 8px !important;
	font-family: 'Figtree' !important;
	font-weight: 600;
	font-size: 16px !important;
	cursor: pointer;
	transition: all 0.3s ease;
}

.checkout_coupon button[type="submit"]:hover {
	background: transparent !important;
	color: var(--main-theme-color) !important;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(252, 135, 0, 0.2);
}
.payment_box.payment_method_stripe {
    background-color: rgb(255 120 0 / 10%) !important;
}
.woocommerce-checkout #payment div.payment_box::before{
	border: 1em solid rgb(255 120 0 / 10%) !important;
	border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
/* Login Form on Checkout */
.woocommerce-form-login-toggle {
	margin-bottom: 25px;
}

.woocommerce-form-login {
	background: #fff;
	padding: 30px;
	border: 2px solid var(--main-theme-dark-color);
	border-radius: 12px;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(12, 16, 125, 0.1);
}

.woocommerce-form-login p {
	font-family: 'Figtree';
	color: var(--main-txt-color);
}

/* Responsive Checkout */
@media (max-width: 992px) {
	.woocommerce-checkout .col2-set {
		flex-direction: column;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.woocommerce-billing-fields,
	.woocommerce-shipping-fields,
	.woocommerce-additional-fields,
	#order_review {
		padding: 25px 20px;
	}

	.woocommerce-checkout-review-order-table thead th,
	.woocommerce-checkout-review-order-table tbody td,
	.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-checkout-review-order-table tfoot td {
		padding: 15px !important;
		font-size: 14px !important;
	}

	#place_order {
		font-size: 16px !important;
		padding: 18px 25px !important;
	}
}

