.summary-sidebar {
	background: #ffffff;
	border-radius: 8px;
	min-width: 400px;
	position: absolute;
	right: 150px;
	bottom: 50vh;
}

.summary-sidebar h3 {
	font-size: 26px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding-bottom: 10px;
}

.summary-sidebar-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
	font-size: 16px;
}

.summary-sidebar-label {
	font-weight: 400;
}

.summary-sidebar-value {
	font-weight: 600;
	color: #000000;
}

.summary-sidebar-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	margin-top: 12px;
}

.summary-sidebar-total {
	display: flex;
	align-items: center;
	padding: 20px 0;
	margin-top: 12px;
	flex-direction: column;
}

.summary-sidebar-total-label {
	font-size: 30px;
	font-weight: 400;
	color: #000000;
}

.summary-sidebar-total-value {
	font-size: 30px;
	font-weight: 700;
	color: #000000;
}

.summary-sidebar-btn {
	width: 100%;
	background: #f4c542;
	border: 1px solid #000000;
	padding: 13px 24px;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	/* margin-top: 24px; */
	transition: all 0.3s ease;
}

.summary-sidebar-btn:hover {
	background: #e6b835;
	/* transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
}

/* .summary-sidebar-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
} */

.summary-sidebar-btn i {
	font-size: 18px;
}

@media (max-width: 991px) {
	.summary-sidebar {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.summary-sidebar {
		min-width: unset;
		padding: 20px;
		padding-bottom: 96px;
		position: relative;
		right: 0;
		bottom: 0;
	}

	.summary-sidebar h3 {
		font-size: 18px;
	}

	.summary-sidebar-row {
		font-size: 14px;
	}

	.summary-sidebar-total-label {
		font-size: 16px;
	}

	.summary-sidebar-total-value {
		font-size: 20px;
	}

	.summary-sidebar-btn {
		padding: 12px 20px;
		font-size: 14px;
		position: fixed;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 15px;
		width: calc(100% - 40px);
		max-width: 90%;
		border-radius: 0;
		z-index: 1030;
		box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
		transition: transform 0.3s ease;
	}

	.summary-sidebar-btn.sticky-stop {
		position: absolute;
		bottom: auto;
	}
}

.navigation2 .cart-small-float,
.cart-small-float {
	display: none !important;
}