.elementor-menu-cart__container.elementor-lightbox {
	background: rgba(0, 0, 0, .35);
}

.elementor-menu-cart__main {
	position: relative;
	display: flex !important;
	flex-direction: column;
	width: 295px !important;
	max-width: calc(100vw - 12px);
	height: 100vh !important;
	margin-left: auto;
	padding: 38px 12px 12px !important;
	background: #fff !important;
	color: #000;
	font-family: Montserrat, sans-serif;
	box-shadow: none !important;
}

.elementor-menu-cart__main::before {
	content: "Cosul meu";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 12px;
	border-bottom: 1px solid #d9d9d9;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.elementor-menu-cart__close-button {
	position: absolute !important;
	top: 0;
	right: 0;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 38px !important;
	height: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
	cursor: pointer;
}

.elementor-menu-cart__close-button::after {
	content: none !important;
}

.elementor-menu-cart__close-button::before {
	content: "×" !important;
	display: block !important;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
}

.widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

.elementor-menu-cart__products {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 0;
	margin: 0 !important;
	padding: 12px 0 0 !important;
	overflow-y: auto;
}

.elementor-menu-cart__product {
	display: grid !important;
	grid-template-columns: 56px minmax(0, 1fr) auto 18px;
	grid-template-areas:
		"image name price remove"
		"image qty price remove";
	column-gap: 10px;
	align-items: start;
	margin: 0 !important;
	padding: 0 0 14px !important;
	border: 0 !important;
}

.elementor-menu-cart__product-image {
	grid-area: image;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 56px !important;
	height: 50px !important;
	border-radius: 4px;
	background: #fff8e9;
}

.elementor-menu-cart__product-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.elementor-menu-cart__product-image img {
	width: auto !important;
	height: auto !important;
	max-width: 38px !important;
	max-height: 46px !important;
	object-fit: contain !important;
}

.elementor-menu-cart__product-name {
	grid-area: name;
	margin: 0 !important;
	padding: 2px 0 0 !important;
}

.elementor-menu-cart__product-name a {
	display: block;
	color: #000 !important;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.apicola-mini-cart-quantity {
	grid-area: qty;
	display: block;
	margin-top: 3px;
	color: #cf8c28;
	font-size: 10px;
	font-weight: 400;
	line-height: 14px;
}

.elementor-menu-cart__product-price {
	display: contents !important;
}

.elementor-menu-cart__product-price .quantity {
	display: contents !important;
}

.elementor-menu-cart__product-price .product-quantity {
	display: none !important;
}

.elementor-menu-cart__product-price .woocommerce-Price-amount {
	grid-area: price;
	display: block;
	padding-top: 3px;
	color: #000 !important;
	white-space: nowrap;
	font-size: 11px;
	font-weight: 700;
	line-height: 15px;
}

.elementor-menu-cart__product-remove {
	grid-area: remove;
	display: flex !important;
	justify-content: flex-end;
	padding-top: 1px;
}

.elementor-menu-cart__product-remove a {
	position: relative;
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #ff1d12 !important;
	font-size: 0 !important;
	opacity: 1 !important;
}

.elementor-menu-cart__product-remove a::before,
.elementor-menu-cart__product-remove a::after {
	content: none !important;
}

.elementor-menu-cart__product-remove a:first-child::before {
	content: "" !important;
	position: absolute;
	inset: 0;
	display: block !important;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3Cpath d='M6 7l1 14h10l1-14'/%3E%3Cpath d='M9 7V4h6v3'/%3E%3C/g%3E%3C/svg%3E") center / 16px 16px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M10 11v6'/%3E%3Cpath d='M14 11v6'/%3E%3Cpath d='M6 7l1 14h10l1-14'/%3E%3Cpath d='M9 7V4h6v3'/%3E%3C/g%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

.elementor-menu-cart__product-remove a:not(:first-child) {
	display: none !important;
}

.elementor-menu-cart__subtotal {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: auto 0 0 !important;
	padding: 12px 10px 14px !important;
	border: 1px solid #d9d9d9;
	border-width: 1px 0 0;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.elementor-menu-cart__subtotal strong {
	font-size: 0 !important;
	font-weight: 700;
}

.elementor-menu-cart__subtotal strong::before {
	content: "Total";
	font-size: 14px;
	line-height: 20px;
}

.elementor-menu-cart__subtotal .woocommerce-Price-amount {
	color: #000 !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.elementor-menu-cart__footer-buttons {
	display: block !important;
	margin: 0 !important;
	padding: 14px 10px 0 !important;
	border-top: 1px solid #e2e2e2;
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
	display: none !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	min-height: 34px;
	padding: 9px 14px !important;
	border: 1px solid #cf8c28 !important;
	border-radius: 4px !important;
	background: #cf8c28 !important;
	color: #fff !important;
	font-size: 11px;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	text-decoration: none !important;
}
