.elementor-14 .elementor-element.elementor-element-724c75e{--display:flex;--min-height:80vh;--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:1rem 1rem;--row-gap:1rem;--column-gap:1rem;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-19f750a{text-align:start;}.elementor-14 .elementor-element.elementor-element-19f750a .elementor-heading-title{font-family:var( --e-global-typography-e0d755e-font-family ), Sans-serif;font-size:var( --e-global-typography-e0d755e-font-size );font-weight:var( --e-global-typography-e0d755e-font-weight );text-transform:var( --e-global-typography-e0d755e-text-transform );line-height:var( --e-global-typography-e0d755e-line-height );letter-spacing:var( --e-global-typography-e0d755e-letter-spacing );color:var( --e-global-color-secondary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14 .elementor-element.elementor-element-c9117c7{width:var( --container-widget-width, 64% );max-width:64%;--container-widget-width:64%;--container-widget-flex-grow:0;text-align:start;font-family:var( --e-global-typography-ac43b6a-font-family ), Sans-serif;font-size:var( --e-global-typography-ac43b6a-font-size );line-height:var( --e-global-typography-ac43b6a-line-height );letter-spacing:var( --e-global-typography-ac43b6a-letter-spacing );color:var( --e-global-color-text );}.elementor-14 .elementor-element.elementor-element-e961232{--update-cart-automatically-display:none;--sections-background-color:#00000000;--sections-border-color:#00000000;}.elementor-14 .elementor-element.elementor-element-e961232 > .elementor-widget-container{margin:3rem 0rem 0rem 0rem;}.elementor-14 .elementor-element.elementor-element-e961232.elementor-element{--align-self:stretch;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-14 .elementor-element.elementor-element-19f750a .elementor-heading-title{font-size:var( --e-global-typography-e0d755e-font-size );line-height:var( --e-global-typography-e0d755e-line-height );letter-spacing:var( --e-global-typography-e0d755e-letter-spacing );}.elementor-14 .elementor-element.elementor-element-c9117c7{--container-widget-width:76%;--container-widget-flex-grow:0;width:var( --container-widget-width, 76% );max-width:76%;font-size:var( --e-global-typography-ac43b6a-font-size );line-height:var( --e-global-typography-ac43b6a-line-height );letter-spacing:var( --e-global-typography-ac43b6a-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-14 .elementor-element.elementor-element-19f750a .elementor-heading-title{font-size:var( --e-global-typography-e0d755e-font-size );line-height:var( --e-global-typography-e0d755e-line-height );letter-spacing:var( --e-global-typography-e0d755e-letter-spacing );}.elementor-14 .elementor-element.elementor-element-c9117c7{width:100%;max-width:100%;font-size:var( --e-global-typography-ac43b6a-font-size );line-height:var( --e-global-typography-ac43b6a-line-height );letter-spacing:var( --e-global-typography-ac43b6a-letter-spacing );}.elementor-14 .elementor-element.elementor-element-e961232 > .elementor-widget-container{margin:1rem 0rem 0rem 0rem;}}/* Start custom CSS for woocommerce-cart, class: .elementor-element-e961232 *//* =========================================================
   WILDFIRE / ELEMENTOR / WOOCOMMERCE CART
   FINAL CLEAN CSS
   ========================================================= */

/* ---------------------------------------------------------
   0) TOKENS / BASE
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart {
	--wf-card-bg: var(--e-global-color-80e6180);
	--wf-border: var(--e-global-color-0734a67);
	--wf-accent: var(--e-global-color-75c4720);
	--wf-muted: var(--e-global-color-text);
	--wf-text: #f5f5f7;
	--wf-radius-lg: 18px;
	--wf-radius-md: 8px;
}

/* ---------------------------------------------------------
   1) GENERAL CART TABLE RESET
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-cart-form table.shop_table thead,
.elementor-widget-woocommerce-cart .woocommerce-cart-form table.shop_table thead tr,
.elementor-widget-woocommerce-cart .woocommerce-cart-form table.shop_table thead th {
	display: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form table.shop_table,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tbody,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr,
.elementor-widget-woocommerce-cart .woocommerce-cart-form td {
	background: transparent !important;
	border: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
	background: var(--wf-card-bg) !important;
	border: 1px solid var(--wf-border) !important;
	border-radius: var(--wf-radius-lg) !important;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.02) inset,
		0 10px 30px rgba(0,0,0,0.28);
	overflow: hidden;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item:hover {
	border-color: var(--wf-border) !important;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.03) inset,
		0 14px 36px rgba(0,0,0,0.34);
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td {
	background: transparent !important;
	vertical-align: middle !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) td.actions {
	background: transparent !important;
	border: 0 !important;
	padding-top: 18px !important;
}

/* remove default Elementor section padding */
.elementor-widget-woocommerce-cart .e-cart-section {
	padding: 0 !important;
}

/* ---------------------------------------------------------
   2) DESKTOP / TABLET PRODUCT CARD GRID
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item {
	display: grid !important;
	grid-template-columns: 150px minmax(0, 1fr) 130px !important;
	grid-template-areas:
		"thumb name price"
		"thumb quantity remove";
	align-items: center !important;
	column-gap: 24px !important;
	row-gap: 10px !important;
	padding: 22px !important;
	box-sizing: border-box !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td {
	display: block !important;
	width: auto !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail {
	grid-area: thumb;
	align-self: center !important;
	width: 150px !important;
	min-width: 150px !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name {
	grid-area: name;
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	align-self: end;
	min-width: 0 !important;
	overflow: hidden !important;
	padding-right: 8px !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price {
	grid-area: price;
	display: flex !important;
	align-items: flex-start !important;
	justify-content: flex-end !important;
	align-self: end !important;
	justify-self: end;
	width: 100% !important;
	min-width: 0 !important;
	text-align: right !important;
	padding-bottom: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-remove {
	grid-area: remove;
	align-self: start !important;
	justify-self: end;
	text-align: right !important;
	position: relative;
	z-index: 2;
	margin-top: 6px !important;
	width: 130px !important;
	max-width: 130px !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-quantity {
	grid-area: quantity;
	display: flex !important;
	align-items: center !important;
	align-self: start;
	min-width: 0 !important;
	max-width: 100% !important;
	overflow: hidden !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-subtotal {
	display: none !important;
	visibility: hidden !important;
	width: 0 !important;
	min-width: 0 !important;
	max-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	overflow: hidden !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-subtotal::before,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-subtotal::after {
	display: none !important;
	content: none !important;
}

/* ---------------------------------------------------------
   3) THUMBNAIL
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail a {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	border-radius: var(--wf-radius-md);
	overflow: hidden;
	text-decoration: none !important;
	flex-shrink: 0;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
	object-position: center;
	border-radius: var(--wf-radius-md);
	background: transparent !important;
	box-shadow: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item:hover > td.product-thumbnail a {
	border-color: rgba(255,255,255,0.09);
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,0.03),
		0 10px 28px rgba(0,0,0,0.32),
		0 0 24px rgba(255,120,77,0.05);
}

/* ---------------------------------------------------------
   4) TITLE / SUBTITLE
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name a {
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--wf-text) !important;
	text-decoration: none !important;
	word-break: break-word !important;
	overflow-wrap: anywhere !important;
	hyphens: auto;
	text-overflow: ellipsis !important;
	white-space: normal !important;

	font-family: var(--e-global-typography-785768a-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-785768a-font-size) !important;
	font-weight: var(--e-global-typography-785768a-font-weight) !important;
	text-transform: var(--e-global-typography-785768a-text-transform) !important;
	line-height: var(--e-global-typography-785768a-line-height) !important;
	letter-spacing: var(--e-global-typography-785768a-letter-spacing) !important;

	transition: color 0.25s ease, opacity 0.25s ease;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name a:hover,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name a:focus,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name a:visited,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name a:active {
	color: #ffffff !important;
	text-decoration: none !important;
	opacity: 1 !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name .cart-item-subtitle {
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 8px;
	color: var(--wf-muted) !important;
	text-overflow: ellipsis !important;
	white-space: normal !important;

	font-family: var(--e-global-typography-47dd76f-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-47dd76f-font-size) !important;
	line-height: var(--e-global-typography-47dd76f-line-height) !important;
	letter-spacing: var(--e-global-typography-47dd76f-letter-spacing) !important;
}

/* ---------------------------------------------------------
   5) PRICE / REMOVE
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price .woocommerce-Price-amount,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price .amount,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price bdi {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--wf-accent) !important;

	font-family: var(--e-global-typography-785768a-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-785768a-font-size) !important;
	font-weight: var(--e-global-typography-785768a-font-weight) !important;
	text-transform: var(--e-global-typography-785768a-text-transform) !important;
	line-height: var(--e-global-typography-785768a-line-height) !important;
	letter-spacing: var(--e-global-typography-785768a-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price .woocommerce-Price-currencySymbol {
	font: inherit !important;
	color: inherit !important;
	margin-right: 0.02em;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove {
	display: inline-flex !important;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	color: var(--wf-muted) !important;
	text-decoration: none !important;
	transition: opacity 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	background: currentColor;
	opacity: 0.9;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6h18'/><path d='M8 6V4h8v2'/><path d='M19 6l-1 14H6L5 6'/><path d='M10 11v6'/><path d='M14 11v6'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 6h18'/><path d='M8 6V4h8v2'/><path d='M19 6l-1 14H6L5 6'/><path d='M10 11v6'/><path d='M14 11v6'/></svg>");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove::after {
	content: "REMOVE";
	display: inline-block;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.12em;
	font-weight: 600;
	color: inherit;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove:hover,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove:focus {
	color: var(--wf-accent) !important;
	background: transparent !important;
	transform: translateY(-1px);
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove:hover::before,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove:focus::before {
	opacity: 1;
}

/* ---------------------------------------------------------
   6) QUANTITY UI
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-ui {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	min-width: 0;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-label {
	margin: 0;
	white-space: nowrap;
	font-family: var(--e-global-typography-10df59d-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-10df59d-font-size) !important;
	font-weight: var(--e-global-typography-10df59d-font-weight) !important;
	text-transform: var(--e-global-typography-10df59d-text-transform) !important;
	line-height: var(--e-global-typography-10df59d-line-height) !important;
	letter-spacing: var(--e-global-typography-10df59d-letter-spacing) !important;
	color: var(--wf-accent) !important;
	opacity: 1;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls {
	display: inline-flex;
	align-items: center;
	height: 46px;
	padding: 0 4px;
	border: 1px solid var(--wf-border);
	border-radius: var(--wf-radius-md);
	background: transparent;
	box-shadow: none;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--wf-text);
	cursor: pointer;
	border-radius: 6px;
	transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-btn:hover,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-btn:focus {
	background: rgba(255,255,255,0.05);
	color: #ffffff;
	outline: none;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls .quantity {
	display: flex !important;
	align-items: center;
	margin: 0 !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls .screen-reader-text {
	display: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls input.qty {
	width: 28px !important;
	min-width: 28px !important;
	height: 38px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-align: center !important;
	-moz-appearance: textfield;
	appearance: textfield;
	color: var(--wf-text) !important;
	font-family: var(--e-global-typography-10df59d-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-10df59d-font-size) !important;
	font-weight: var(--e-global-typography-10df59d-font-weight) !important;
	text-transform: none !important;
	line-height: 1 !important;
	letter-spacing: var(--e-global-typography-10df59d-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls input.qty::-webkit-outer-spin-button,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* ---------------------------------------------------------
   7) UPDATE CART ROW
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 12px !important;
	width: 100% !important;
	padding: 20px 0 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions::before,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions::after {
	display: none !important;
	content: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions button[name="update_cart"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 26px !important;
	border-radius: var(--wf-radius-md) !important;
	border: 1px solid var(--wf-border) !important;
	background: var(--wf-card-bg) !important;
	color: var(--wf-text) !important;
	box-shadow: none !important;
	cursor: pointer;
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease,
		opacity 0.25s ease !important;
	font-family: var(--e-global-typography-10df59d-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-10df59d-font-size) !important;
	font-weight: var(--e-global-typography-10df59d-font-weight) !important;
	text-transform: var(--e-global-typography-10df59d-text-transform) !important;
	line-height: var(--e-global-typography-10df59d-line-height) !important;
	letter-spacing: var(--e-global-typography-10df59d-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions button[name="update_cart"]:hover:not(:disabled),
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions button[name="update_cart"]:focus:not(:disabled) {
	border-color: var(--wf-accent) !important;
	color: #ffffff !important;
	transform: translateY(-1px);
	outline: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions button[name="update_cart"]:disabled,
.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions button[name="update_cart"][aria-disabled="true"] {
	opacity: 0.45 !important;
	cursor: not-allowed !important;
	box-shadow: none !important;
	transform: none !important;
}

.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions input[type="hidden"] {
	display: none !important;
}

/* ---------------------------------------------------------
   8) RESPONSIVE OVERRIDES / TABLET
   --------------------------------------------------------- */
@media (max-width: 1024px) {
	.elementor-widget-woocommerce-cart .shop_table_responsive tr.cart_item td::before,
	.elementor-widget-woocommerce-cart .shop_table_responsive tr.cart_item td[data-title]::before,
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td::before,
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr.cart_item td[data-title]::before {
		display: none !important;
		content: none !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name {
		align-items: flex-start !important;
		text-align: left !important;
		justify-self: start !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name a {
		text-align: left !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		width: 100% !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-remove,
	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price {
		width: 110px !important;
		max-width: 110px !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail a {
		width: 120px;
		height: 120px;
		border-radius: 12px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail img {
		border-radius: 12px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item {
		grid-template-columns: 120px minmax(0, 1fr) 110px !important;
		grid-template-areas:
			"thumb name price"
			"thumb quantity remove" !important;
		column-gap: 18px !important;
		padding: 18px !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail {
		width: 120px !important;
		min-width: 120px !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price,
	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-remove {
		justify-self: end !important;
		text-align: right !important;
		width: auto !important;
		margin-top: 0 !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price {
		align-self: end !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-remove {
		align-self: start !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions button[name="update_cart"] {
		width: 100% !important;
		min-height: 48px;
	}
}

/* ---------------------------------------------------------
   9) RESPONSIVE OVERRIDES / MOBILE
   --------------------------------------------------------- */
@media (max-width: 767px) {
	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item {
		display: grid !important;
		grid-template-columns: 1fr auto !important;
		grid-template-areas:
			"thumb thumb"
			"name name"
			"quantity quantity"
			"price remove" !important;
		column-gap: 1rem !important;
		row-gap: 0 !important;
		padding: 16px !important;
		align-items: start !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail {
		grid-area: thumb !important;
		width: 140px !important;
		min-width: 140px !important;
		justify-self: start !important;
		align-self: start !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail a {
		width: 140px !important;
		height: 140px !important;
		border-radius: 12px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-thumbnail img {
		width: 100% !important;
		height: 100% !important;
		border-radius: 12px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name {
		grid-area: name !important;
		width: 100% !important;
		text-align: left !important;
		justify-self: start !important;
		align-self: start !important;
		margin-top: 2rem !important;
		padding-right: 0 !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-name .cart-item-subtitle {
		margin-top: 1rem !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-quantity {
		grid-area: quantity !important;
		width: 100% !important;
		justify-self: start !important;
		align-self: start !important;
		margin-top: 1rem !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-ui {
		gap: 12px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls {
		height: 42px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-btn,
	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item .cart-qty-controls input.qty {
		height: 34px !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price {
		grid-area: price !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		justify-self: start !important;
		align-self: center !important;
		width: auto !important;
		max-width: 100% !important;
		text-align: left !important;
		margin-top: 3rem !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price .woocommerce-Price-amount,
	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price .amount,
	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-price bdi {
		font-size: calc(var(--e-global-typography-785768a-font-size) * 1.18) !important;
		line-height: 1 !important;
		text-align: left !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item > td.product-remove {
		grid-area: remove !important;
		display: flex !important;
		align-items: center !important;
		justify-content: flex-start !important;
		justify-self: start !important;
		align-self: center !important;
		width: auto !important;
		max-width: 100% !important;
		text-align: left !important;
		margin-top: 3rem !important;
		margin-left: 1rem !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr.cart_item td.product-remove a.remove {
		justify-content: flex-start !important;
		margin: 0 !important;
		gap: 0.5rem !important;
	}

	.elementor-widget-woocommerce-cart .woocommerce-cart-form tr:not(.cart_item) > td.actions {
		justify-content: stretch !important;
		padding-top: 16px !important;
	}
}

/* ---------------------------------------------------------
   10) ORDER SUMMARY CARD
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .e-cart__column-end .e-cart__column-inner,
.elementor-widget-woocommerce-cart .e-cart-totals,
.elementor-widget-woocommerce-cart .cart-collaterals,
.elementor-widget-woocommerce-cart .cart_totals {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals {
	display: flex;
	flex-direction: column;
	background: var(--wf-card-bg) !important;
	border: 1px solid var(--wf-border) !important;
	border-radius: var(--wf-radius-lg) !important;
	padding: 28px !important;
	box-shadow:
		0 0 0 1px rgba(255,255,255,0.02) inset,
		0 10px 30px rgba(0,0,0,0.28) !important;
	overflow: hidden;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals > *:first-child,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals > *:last-child {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/* heading */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals h2 {
	position: relative;
	margin: 0 0 22px !important;
	padding: 0 0 18px !important;
	border: 0 !important;
	box-shadow: none !important;
	color: var(--wf-text) !important;
	text-align: left !important;
	font-family: var(--e-global-typography-785768a-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-785768a-font-size) !important;
	font-weight: var(--e-global-typography-785768a-font-weight) !important;
	text-transform: none !important;
	line-height: 1.1 !important;
	letter-spacing: var(--e-global-typography-785768a-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 18px;
	background: var(--wf-border);
	opacity: 1;
}

/* totals table */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	table-layout: fixed !important;
	border-collapse: collapse !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tbody {
	display: table-row-group !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr {
	display: table-row !important;
	width: 100% !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table th,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td {
	display: table-cell !important;
	vertical-align: middle !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* remove duplicate responsive labels on all screens */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td::before,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td[data-title]::before,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table th::before,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table th[data-title]::before {
	display: none !important;
	content: none !important;
}

/* spacing */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr:not(.order-total) th,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr:not(.order-total) td {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total th,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td {
	padding-top: 34px !important;
	padding-bottom: 0 !important;
	vertical-align: middle !important;
}

/* left side */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table th {
	width: 42% !important;
	padding: 10px 12px 10px 0 !important;
	text-align: left !important;
	color: var(--wf-muted) !important;
	font-family: var(--e-global-typography-47dd76f-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-47dd76f-font-size) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	line-height: var(--e-global-typography-47dd76f-line-height) !important;
	letter-spacing: var(--e-global-typography-47dd76f-letter-spacing) !important;
}

/* right side */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td {
	width: 58% !important;
	padding: 10px 0 10px 12px !important;
	text-align: right !important;
	color: var(--wf-text) !important;
	font-family: var(--e-global-typography-47dd76f-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-47dd76f-font-size) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	line-height: var(--e-global-typography-47dd76f-line-height) !important;
	letter-spacing: var(--e-global-typography-47dd76f-letter-spacing) !important;
}

/* keep only values aligned right */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td .woocommerce-Price-amount,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td .amount,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td bdi,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td .woocommerce-Price-currencySymbol,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td strong {
	color: inherit !important;
	font: inherit !important;
	text-align: right !important;
}

/* total row */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total th {
	color: var(--wf-text) !important;
	font-family: var(--e-global-typography-785768a-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-47dd76f-font-size) !important;
	font-weight: 600 !important;
	text-transform: none !important;
	line-height: 1.2 !important;
	letter-spacing: var(--e-global-typography-47dd76f-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td strong,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-amount,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .amount,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td bdi,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-currencySymbol {
	color: var(--wf-accent) !important;
	font-family: var(--e-global-typography-785768a-font-family), Sans-serif !important;
	font-size: calc(var(--e-global-typography-785768a-font-size) * 1.15) !important;
	font-weight: var(--e-global-typography-785768a-font-weight) !important;
	text-transform: var(--e-global-typography-785768a-text-transform) !important;
	line-height: 1 !important;
	letter-spacing: var(--e-global-typography-785768a-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td strong {
	font-weight: inherit !important;
}

/* checkout button */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout {
	margin: 34px 0 0 !important;
	padding: 0 !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 64px !important;
	padding: 18px 64px 18px 24px !important;
	border: 1px solid var(--wf-accent) !important;
	border-radius: var(--wf-radius-md) !important;
	background: var(--wf-accent) !important;
	color: #111111 !important;
	box-shadow:
		0 8px 20px rgba(0,0,0,0.22),
		0 0 0 1px rgba(255,255,255,0.02) inset !important;
	text-decoration: none !important;
	transition:
		transform 0.25s ease,
		filter 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease,
		border-color 0.25s ease !important;
	font-family: var(--e-global-typography-10df59d-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-10df59d-font-size) !important;
	font-weight: var(--e-global-typography-10df59d-font-weight) !important;
	text-transform: var(--e-global-typography-10df59d-text-transform) !important;
	line-height: var(--e-global-typography-10df59d-line-height) !important;
	letter-spacing: var(--e-global-typography-10df59d-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button::after,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button::after,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button::after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background: currentColor;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='M13 5l7 7-7 7'/></svg>");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: transform 0.25s ease, opacity 0.25s ease;
	opacity: 0.95;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button:focus,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button:hover,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button:focus,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button:hover,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button:focus {
	background: var(--wf-accent) !important;
	border-color: var(--wf-accent) !important;
	color: #111111 !important;
	filter: brightness(1.04);
	transform: translateY(-1px);
	outline: none !important;
	box-shadow:
		0 12px 26px rgba(0,0,0,0.28),
		0 0 0 1px rgba(255,255,255,0.03) inset !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover::after,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button:focus::after,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button:hover::after,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button:focus::after,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button:hover::after,
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button:focus::after {
	transform: translateY(-50%) translateX(2px);
	opacity: 1;
}

/* icons row injected by JS */
.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 20px !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: rgba(245,245,247,0.72);
	opacity: 0.95;
}

.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icon svg {
	display: block;
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

/* ---------------------------------------------------------
   11) WOO NOTICES
   --------------------------------------------------------- */
.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 20px !important;
}

.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
	position: relative;
	margin: 0 !important;
	padding: 18px 20px 18px 48px !important;
	background: var(--wf-card-bg) !important;
	border: 1px solid var(--wf-border) !important;
	border-top: 1px solid var(--wf-border) !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	color: var(--wf-muted) !important;
	font-family: var(--e-global-typography-47dd76f-font-family), Sans-serif !important;
	font-size: var(--e-global-typography-47dd76f-font-size) !important;
	line-height: var(--e-global-typography-47dd76f-line-height) !important;
	letter-spacing: var(--e-global-typography-47dd76f-letter-spacing) !important;
}

.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message::before,
.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info::before,
.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error::before {
	color: var(--wf-accent) !important;
	top: 50% !important;
	left: 18px !important;
	transform: translateY(-50%) !important;
}

.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a,
.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info a,
.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error a {
	color: var(--wf-muted) !important;
	text-decoration: underline;
}

/* ---------------------------------------------------------
   12) ORDER SUMMARY RESPONSIVE
   --------------------------------------------------------- */
@media (max-width: 1024px) {
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals {
		padding: 24px !important;
		border-radius: 16px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals h2 {
		margin-bottom: 20px !important;
		padding-bottom: 16px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals h2::after {
		margin-top: 16px;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table th {
		width: 42% !important;
		padding: 9px 10px 9px 0 !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td {
		width: 58% !important;
		padding: 9px 0 9px 10px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total th,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td {
		padding-top: 28px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td strong,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-amount,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .amount,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td bdi,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-currencySymbol {
		font-size: calc(var(--e-global-typography-785768a-font-size) * 1.05) !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout {
		margin-top: 30px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button {
		min-height: 60px !important;
		padding: 16px 58px 16px 22px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button::after,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button::after,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button::after {
		right: 22px;
		width: 17px;
		height: 17px;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icons {
		gap: 16px;
		margin-top: 18px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icon {
		width: 26px;
		height: 26px;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icon svg {
		width: 20px;
		height: 20px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
	.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
	.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
		padding: 16px 18px 16px 44px !important;
	}
}

@media (max-width: 767px) {
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals {
		padding: 20px !important;
		border-radius: 14px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals h2 {
		margin-bottom: 18px !important;
		padding-bottom: 14px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals h2::after {
		margin-top: 14px;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table th {
		width: 42% !important;
		padding: 8px 8px 8px 0 !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table td {
		width: 58% !important;
		padding: 8px 0 8px 8px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total th,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td {
		padding-top: 24px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td strong,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-amount,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .amount,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td bdi,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals table.shop_table tr.order-total td .woocommerce-Price-currencySymbol {
		font-size: calc(var(--e-global-typography-785768a-font-size) * 0.95) !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout {
		margin-top: 24px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button {
		min-height: 56px !important;
		padding: 15px 54px 15px 20px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.checkout-button::after,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout a.button::after,
	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .wc-proceed-to-checkout .button::after {
		right: 20px;
		width: 16px;
		height: 16px;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icons {
		gap: 14px;
		margin-top: 16px !important;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icon {
		width: 24px;
		height: 24px;
	}

	.elementor-widget-woocommerce-cart .e-cart-totals .cart_totals .order-summary-icon svg {
		width: 18px;
		height: 18px;
	}

	.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message,
	.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info,
	.elementor-widget-woocommerce-cart .woocommerce-notices-wrapper .woocommerce-error {
		padding: 14px 16px 14px 42px !important;
		border-radius: 8px !important;
	}
}
/* Hide cart shipping calculator/change-address UI */
.elementor-widget-woocommerce-cart .shipping-calculator-button,
.elementor-widget-woocommerce-cart .shipping-calculator-form {
	display: none !important;
}
/* Hide cart shipment/shipping totals row */
body.woocommerce-cart .elementor-widget-woocommerce-cart .shop_table tr.woocommerce-shipping-totals.shipping,
body.woocommerce-cart .elementor-widget-woocommerce-cart .shop_table tr.woocommerce-shipping-totals,
body.woocommerce-cart .elementor-widget-woocommerce-cart .shop_table tr.shipping {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
}/* End custom CSS */