/**
 * Tazemiz header mini cart.
 * Scoped to Flatsome's header cart dropdown.
 */
.header .cart-item.has-dropdown > .nav-dropdown {
	width: min(390px, calc(100vw - 24px));
	min-width: 360px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #dfe5dc;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(17, 55, 33, .18);
}

.header .cart-item .widget_shopping_cart {
	padding: 0 !important;
}

.header .cart-item .widget_shopping_cart_content {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
}

.header .cart-item .widget_shopping_cart_content::before {
	display: block;
	padding: 17px 20px 14px;
	border-bottom: 1px solid #e4e8e1;
	background: linear-gradient(90deg, #f2f6ee, #fff);
	color: #123d25;
	content: "SEPETİNİZ";
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .1em;
}

.header .cart-item .woocommerce-mini-cart {
	max-height: 390px;
	margin: 0 !important;
	padding: 4px 15px !important;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-color: #aebdab #f1f4ef;
	scrollbar-width: thin;
}

.header .cart-item .woocommerce-mini-cart-item {
	position: relative;
	min-height: 91px;
	margin: 0 !important;
	padding: 14px 37px 14px 82px !important;
	border-bottom: 1px solid #edf0eb !important;
}

.header .cart-item .woocommerce-mini-cart-item:last-child {
	border-bottom: 0 !important;
}

.header .cart-item .woocommerce-mini-cart-item > a:not(.remove) {
	display: block;
	min-height: 40px;
	color: #24352a !important;
	font-size: 13px;
	font-weight: 720;
	line-height: 1.35;
	text-decoration: none;
}

.header .cart-item .woocommerce-mini-cart-item > a:not(.remove):hover {
	color: #0d4b2b !important;
}

.header .cart-item .woocommerce-mini-cart-item img {
	position: absolute;
	top: 13px;
	left: 0;
	width: 66px !important;
	height: 66px !important;
	margin: 0 !important;
	padding: 4px;
	border: 1px solid #e0e5dd;
	border-radius: 8px;
	background: #f8faf6;
	object-fit: contain;
}

.header .cart-item .woocommerce-mini-cart-item .quantity {
	display: block;
	margin-top: 6px;
	color: #7a837c;
	font-size: 11.5px;
	font-weight: 550;
}

.header .cart-item .woocommerce-mini-cart-item .quantity .amount {
	color: #0d4b2b;
	font-size: 12px;
	font-weight: 800;
}

.header .cart-item .woocommerce-mini-cart-item .remove {
	position: absolute !important;
	top: 50% !important;
	right: 1px !important;
	left: auto !important;
	width: 25px !important;
	height: 25px !important;
	display: grid !important;
	place-items: center;
	margin: 0 !important;
	border: 1px solid #d5dcd3 !important;
	border-radius: 50%;
	background: #fff !important;
	color: #9aa19b !important;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1 !important;
	transform: translateY(-50%);
}

.header .cart-item .woocommerce-mini-cart-item .remove:hover {
	border-color: #c65d51 !important;
	background: #fff3f1 !important;
	color: #b74237 !important;
}

.header .cart-item .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 0 !important;
	padding: 16px 20px !important;
	border-top: 1px solid #dfe5dc !important;
	border-bottom: 0 !important;
	background: #f8faf6;
	color: #4a554d;
	font-size: 13px;
}

.header .cart-item .woocommerce-mini-cart__total strong {
	font-weight: 700;
}

.header .cart-item .woocommerce-mini-cart__total .amount {
	color: #0d4b2b;
	font-size: 17px;
	font-weight: 850;
}

.header .cart-item .woocommerce-mini-cart__buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 0 !important;
	padding: 14px 15px 16px !important;
	background: #fff;
}

.header .cart-item .woocommerce-mini-cart__buttons .button {
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 10px 13px;
	border: 1px solid #0d4b2b;
	border-radius: 7px;
	background: #0d4b2b;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: none;
}

.header .cart-item .woocommerce-mini-cart__buttons .button:hover {
	background: #08391f;
	color: #fff;
}

.header .cart-item .woocommerce-mini-cart__buttons .checkout {
	border-color: #0d4b2b;
	background: #0d4b2b;
	color: #fff;
}

.header .cart-item .woocommerce-mini-cart__buttons .checkout:hover {
	background: #08391f;
	color: #fff;
}

.header .cart-item .woocommerce-mini-cart__empty-message {
	margin: 0;
	padding: 35px 24px;
	color: #68736b;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 849px) {
	.header .cart-item.has-dropdown > .nav-dropdown {
		min-width: 0;
	}

	.header .account-item.has-dropdown {
		position: static;
	}

	.header .account-item.has-dropdown > .nav-dropdown {
		right: 8px !important;
		left: auto !important;
		width: min(250px, calc(100vw - 16px)) !important;
		min-width: 0 !important;
		max-width: calc(100vw - 16px) !important;
		margin: 0 !important;
		transform: none !important;
		border: 1px solid #dfe5dc;
		border-radius: 10px;
		box-shadow: 0 13px 34px rgba(20, 54, 34, .18);
	}

	.header .account-item.has-dropdown > .nav-dropdown > li > a {
		padding: 11px 16px;
		color: #354239;
		font-size: 12px;
		white-space: normal;
	}
}
