.elementor-menu-cart__toggle .eicon-bag-light:before,
.elementor-menu-cart__toggle .eicon-bag-medium:before,
.elementor-menu-cart__toggle .eicon-bag-solid:before,
.elementor-menu-cart__toggle .eicon-basket-light:before,
.elementor-menu-cart__toggle .eicon-basket-medium:before,
.elementor-menu-cart__toggle .eicon-basket-solid:before {
	content: "\e8ea";
}

.elementor-widget-woocommerce-menu-cart {
	--cart-border-radius: 16px;
	--cart-footer-layout: 1fr;
	--view-cart-button-display: none;
}

.elementor-widget-woocommerce-menu-cart .elementor-button--view-cart {
	display: none !important;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__footer-buttons {
	grid-template-columns: 1fr !important;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container,
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container.elementor-lightbox,
body.single-product .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container.elementor-lightbox,
body.archive .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container.elementor-lightbox,
body.woocommerce .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container.elementor-lightbox {
	background: none !important;
	background-color: transparent !important;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart.elementor-menu-cart--shown .elementor-menu-cart__container,
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart.elementor-menu-cart--shown .elementor-menu-cart__container.elementor-lightbox {
	position: fixed !important;
	top: max(12px, calc(env(safe-area-inset-top, 0px) + 56px)) !important;
	left: 50% !important;
	right: auto !important;
	bottom: auto !important;
	width: auto !important;
	height: auto !important;
	max-width: calc(100vw - 24px) !important;
	transform: translateX(-50%) !important;
	z-index: 100000 !important;
}

body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container,
body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container.elementor-lightbox {
	background: none !important;
	background-color: transparent !important;
	transform: scale(0) !important;
	transition: transform 0s !important;
}

body.single-product .elementor-menu-cart__main,
body.archive .elementor-menu-cart__main,
body.woocommerce .elementor-menu-cart__main,
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__main,
.elementor-menu-cart__main {
	display: flex !important;
	flex-direction: column !important;
	width: min(360px, calc(100vw - 24px)) !important;
	max-width: min(360px, calc(100vw - 24px)) !important;
	background: #fff !important;
	border-radius: 16px !important;
	overflow: hidden !important;
	box-shadow: 0 16px 40px rgba(17, 24, 39, 0.16) !important;
	box-sizing: border-box !important;
}

.elementor-menu-cart__products,
.elementor-menu-cart__products.cart,
.elementor-menu-cart__products.woocommerce-cart-form__contents {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .elementor-menu-cart__product,
body.archive .elementor-menu-cart__product,
.elementor-menu-cart__product,
.elementor-menu-cart__product.cart_item,
.elementor-menu-cart__product.woocommerce-cart-form__cart-item {
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr) !important;
	grid-template-rows: auto auto !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 12px 0 !important;
	box-sizing: border-box !important;
}

.elementor-menu-cart__product-image,
.elementor-menu-cart__product-image.product-thumbnail {
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	width: 72px !important;
	max-width: 72px !important;
	float: none !important;
}

.elementor-menu-cart__product-image a,
.elementor-menu-cart__product-image img,
.elementor-menu-cart__container img,
.elementor-menu-cart__main .widget_shopping_cart img {
	display: block !important;
	width: 72px !important;
	max-width: 72px !important;
	height: auto !important;
	max-height: 72px !important;
	float: none !important;
	object-fit: contain !important;
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-name.product-name {
	grid-column: 2 !important;
	grid-row: 1 !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
}

.elementor-menu-cart__product-price,
.elementor-menu-cart__product-price.product-price {
	grid-column: 2 !important;
	grid-row: 2 !important;
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
}

.elementor-menu-cart__product-price .quantity,
.elementor-menu-cart__main span.quantity {
	display: inline !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.elementor-menu-cart__main .ncn-deal {
	display: inline-flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 2px !important;
	text-align: left !important;
	white-space: normal !important;
	font-variant-numeric: tabular-nums;
}

.elementor-menu-cart__main .ncn-deal__was {
	display: flex !important;
	align-items: baseline !important;
	gap: 6px !important;
}

.elementor-menu-cart__main .ncn-deal__original,
.elementor-menu-cart__main .ncn-deal__original .woocommerce-Price-amount,
.elementor-menu-cart__main .ncn-deal__original .amount {
	color: #55657a !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-decoration: line-through !important;
}

.elementor-menu-cart__main .ncn-deal__pct {
	color: #185536 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
}

.elementor-menu-cart__main .ncn-deal__now,
.elementor-menu-cart__main .ncn-deal__now .woocommerce-Price-amount,
.elementor-menu-cart__main .ncn-deal__now .amount,
.elementor-menu-cart__main .ncn-deal__now strong {
	color: #185536 !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
	background: #0daa3b !important;
	color: #fff !important;
	border-color: #0daa3b !important;
}
