/** @format */
.pickup_wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pickup_info_points {
	background-color: rgb(46, 108, 190);
	min-height: 50px;
	max-height: 600px;
	width: 1000px;
	margin: 0 auto;
	overflow-y: auto;
	/* Enable vertical scrollbar if content exceeds max-height */
	scroll-behavior: smooth;
	color: aliceblue;
}

.pickup_info_points div {
	padding: 10px 20px;
}

.pickup_info_points div:nth-child(odd) {
	background-color: rgba(240, 248, 255, 0.151);
}

/* #map {
	margin-top: 50px;
} */
ins {
	text-decoration: none;
	font-style: italic;
}

.pickup_info_points p {
	margin: 0;
	padding: 0;
}

.search_address {
	margin-top: 50px;
	/* background-color: aqua; */
	width: 960px;
	color: rgb(46, 108, 190);
}

.search_address input {
	outline: none;
	border: none;
	font-size: large;
	width: 100%;
	padding: 10px 20px;
}

.select_delivery {
	width: 900px;
	margin: auto;
	margin-top: 50px;
	color: rgb(46, 108, 190);
}

#delivery,
#collect {
	cursor: pointer;
	/* Corrected typo: 'curser' to 'cursor' */
}

.collect {
	position: relative;
	background-color: white;
	margin: 20px;
	color: rgb(46, 108, 190);
	padding: 20px;
}

.collect h2 {
	margin: 0;
	/* color: rgb(139, 139, 139); */
}

.collect p {
	margin: 0;
	color: rgb(139, 139, 139);
}

.collection_coode {
	display: none;
}

.delivery_coode {
	display: none;
}

.change_method {
	color: rgb(46, 108, 190);
	position: absolute;
	right: 20px;
	top: 45%;
	cursor: pointer;
	/* Corrected typo: 'curser' to 'cursor' */
}

.change_method:hover {
	text-decoration: underline;
}

.login_cont {
	background-color: rgb(255, 255, 255);
	width: 50%;
	margin: 100px auto;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.login_cont h2 {
	color: rgb(46, 108, 190);
	text-align: center;
}

.login_cont input {
	margin: 20px;
	padding: 10px;
	border: none;
	outline: none;
	background-color: aliceblue;

	width: 94%;
	border-bottom: rgb(46, 108, 190) solid 1px;
}

.login_wrapper {
	width: 90%;
	text-align: center;
}

.login_wrapper button {
	width: 60%;
	text-align: center;
	margin: 20px 20%;
}

.checkout_header i {
	background-color: var(--bacgroud_green);
	color: rgb(255, 255, 255);
	padding: 10px 20px;
	border-radius: 5px;
	margin-left: 10px;
}

.not-paid {
	background-color: var(--accent-color-1);
}

.order_number {
	/* font-weight: bolder; */
	/* background-color: chocolate; */
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	color: var(--text_color_gray);
}

.order_number span {
	color: rgb(40, 100, 168);
}

.checkout-status {
	font-weight: lighter;
}

.take_action_wrapper {
	display: flex;
	justify-content: space-between;
}

.take_action,
.pay_order {
	background-color: var(--accent-color-2);
	color: var(--text_color_white);
	text-decoration: none;
	padding: 10px 50px;
	border-radius: 5px;
	transition: 0.5s ease-in-out;
	text-align: center;

	/* font-weight: bold; */
}

.pay_order:hover {
	background-color: rgb(69, 177, 69);
}

.take_action:hover {
	background-color: rgb(69, 177, 69);
}

.checkout_list {
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.take_action {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout_wrapper {
	background-color: rgb(255, 255, 255);
	/* box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.226); */
	padding: 20px;
	margin: 0px;
	border-bottom: var(--border);
}

.checkout_wrapper a {
	text-decoration: none;
}

.single_checkout {
	background-color: rgb(255, 255, 255);
	padding: 20px;
}

.checkout_header li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout_header h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout_header li {
	display: flex;
	justify-content: space-between;
	color: var(--text_color_gray);
	border-bottom: var(--border);
	/* box-shadow: 1px 1px 20px 5px rgba(0, 0, 0, 0.226); */
	padding: 20px;
	margin: 0;
}

.cart_total_0 {
	margin-top: 20px;
}

.checkout_header li p,
.cart_total_0 h3 {
	color: var(--text_color_gray);
	padding: 0 20px;
}

.cart_total_0 h3 {
	/* border-top: solid 1px gray; */
	border-bottom: solid 1px gray;
}

/* .paybutton {
	background-color: aqua;
} */
.paybutton button {
	width: 100%;
}

.paybutton button:hover {
	background-color: var(--bacgroud_sky);
}

.success h3 {
	/* background-color: green; */
	color: rgb(31, 167, 31);
}

.no_success h3 {
	/* background-color: red; */
	color: #f00;
	font-style: italic;
}

.totalPrice p {
	color: var(--text_color_gray);
	font-size: larger;
}

.delivery_infomatin p {
	margin-top: 100px;
	color: var(--text_color_gray);
	font-size: larger;
}

/* =============================================================================================
======================================================================================================
===============================================================================================================
===================================================================================================== */
@media only screen and (max-width: 1024px) {
	.login_cont {
		margin-top: 50px;
		width: 90%;
		/* background-color: aqua; */
		font-size: small;
	}

	.checkout_list {
		padding: 0;

	}

	.checkout_header i {

		padding: 10px 0px;

	}

	.checkout_wrapper {

		padding: 20px 0;
		font-size: small;
	}
}