.kt-mini-cart-sheet {
	display: grid;
	gap: 16px;
}

.kt-mini-cart-sheet__header {
	padding-top: 4px;
	padding-bottom: 14px;
	border-bottom: 1px solid #d9e7f2;
}

.kt-mini-cart-sheet__title {
	margin: 0;
	color: #2d3d54;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
}

.kt-mini-cart-sheet .woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_shopping_cart_content .kt-mini-cart-item {
	position: relative;
	display: block !important;
	padding: 14px 0 14px 18px !important;
	margin: 0;
	border-bottom: 1px solid #d9e7f2;
}

.widget_shopping_cart_content .kt-mini-cart-item:last-child {
	border-bottom: 0;
	padding-bottom: 12px !important;
}

.kt-mini-cart-item--loading {
	opacity: 0.6;
	pointer-events: none;
}

.kt-mini-cart-item > a.remove {
	position: absolute;
	top: 18px;
	left: 0;
	margin: 0;
	color: #5d6a82 !important;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
}

.kt-mini-cart-item__body {
	display: grid;
	gap: 8px;
	width: 100%;
}

.kt-mini-cart-item__top {
	display: flex;
	align-items: flex-start;
	align-items: start;
	gap: 10px;
	width: 100%;
}

.kt-mini-cart-item__media {
	display: block;
	width: 52px;
	min-width: 52px;
	margin: 0 !important;
}

.kt-mini-cart-item__thumb,
.kt-mini-cart-item__media img {
	display: block;
	float: none !important;
	width: 52px !important;
	height: 52px !important;
	max-width: 52px !important;
	margin: 0 !important;
	border-radius: 8px;
	object-fit: cover;
}

.kt-mini-cart-item__summary {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
}

.kt-mini-cart-item__name {
	display: block !important;
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #2d3d54;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.18;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.kt-mini-cart-item__bottom {
	display: grid;
	gap: 4px;
	padding-left: 62px;
	box-sizing: border-box;
	width: 100%;
}

.kt-mini-cart-item__controls {
	display: block;
}

.kt-mini-cart-item__controls .quantity {
	position: relative !important;
	display: inline-block !important;
	width: auto !important;
	margin: 0 !important;
	white-space: nowrap;
}

.kt-mini-cart-item__controls .quantity .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.kt-mini-cart-item__controls .qty {
	width: 78px !important;
	min-width: 78px !important;
	height: 34px !important;
	padding: 0 22px !important;
	margin: 0 !important;
	border: 1px solid #cfd9e9 !important;
	border-radius: 4px !important;
	background: #fff !important;
	color: #2d3d54 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px !important;
	text-align: center;
	vertical-align: middle;
}

.kt-mini-cart-item__controls .quantity .ip-quantity-btn {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 16px !important;
	min-width: 16px !important;
	height: 16px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #b8bfd3 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-align: center;
	cursor: pointer;
}

.kt-mini-cart-item__controls .quantity .ip-quantity-btn--minus {
	left: 7px !important;
	right: auto !important;
}

.kt-mini-cart-item__controls .quantity .ip-prod-quantity-plus {
	right: 7px !important;
	left: auto !important;
}

.kt-mini-cart-item__price {
	display: block;
	margin: 0;
	color: #2d3d54;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	white-space: normal;
}

.kt-mini-cart-item dl.variation {
	margin: 0;
}

.kt-mini-cart-sheet__footer {
	display: grid;
	gap: 10px;
	padding-top: 22px;
	border-top: 1px solid #d9e7f2;
}

.kt-mini-cart-total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
}

.kt-mini-cart-total__label,
.kt-mini-cart-total__value {
	color: #2d3d54;
	font-weight: 700;
	line-height: 1.2;
}

.kt-mini-cart-total__label {
	font-size: 14px;
}

.kt-mini-cart-total__value {
	font-size: 20px;
}

.kt-mini-cart-shipping-note {
	margin: 0;
	color: #5d6a82;
	font-size: 12px;
	line-height: 1.4;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
	display: block;
	margin: 2px 0 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
	display: block;
	width: 100%;
	padding: 11px 14px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.01em;
}

.widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
	background: #ff5b4b !important;
	border-color: #ff5b4b !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.kt-mini-cart-item__controls .qty {
		width: 92px !important;
		min-width: 92px !important;
		height: 40px !important;
		padding: 0 26px !important;
		line-height: 40px !important;
	}

	.kt-mini-cart-item__controls .quantity .ip-quantity-btn {
		width: 20px !important;
		min-width: 20px !important;
		height: 20px !important;
		font-size: 20px !important;
	}

	.kt-mini-cart-item__controls .quantity .ip-quantity-btn--minus {
		left: 8px !important;
	}

	.kt-mini-cart-item__controls .quantity .ip-prod-quantity-plus {
		right: 8px !important;
	}
}
