#cart-item {
	font-weight: 700;
	font-size: 11px;
	height: 15px;
	width: 15px;
	border-radius: 50px;
	background-color: red;
	top: 4px;
	left: 32px;
	position: absolute;
}

@media only screen and (max-width: 768px) {
	#addCountryForm {
		width: 100% !important;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

#addCountryForm {
	position: relative;
	width: 41%;
}

.search {
	display: flex;
	position: relative;
}

.search input {
	width: 50%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.search button {
	background: #007bff;
	color: #fff;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 4px;
	margin-left: 5px;
}

.search button:hover {
	background: #0056b3;
}

#countryList {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	width: 50%;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	display: none;
}

#countryList {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	width: 50%;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #ccc;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	display: none;
}

#countryList div {
	padding: 3px;
	cursor: pointer;
}

#countryList div:hover {
	background: #f0f0f0;
}

.outer-container {
	border: #e0dfdf 1px solid;
	padding: 30px 30px 10px 30px;
	border-radius: 15px;
	text-align: center;
	margin: 10px auto;
	max-width: 350px;
}

#countryList {
	max-height: 420px;
	overflow-y: auto;
	background-color: #f1f1f1;
	border-top: none;
	z-index: 5;
	margin-bottom: 10px;
	width: 50%;
	border-radius: 5px;
	display: none;
}


#countryName {
	border: 0px solid #cfcdcd;
	padding: 5px 10px;
	border-radius: 5px;
	color: #171919;
	width: 100%;
	box-sizing: border-box;
}

.submit-btn {
	border-radius: 3px;
	border: 1px solid;
	padding: 10px 20px;
	cursor: pointer;
	color: #111;
	background-color: #ffb932;
	border-color: #ffc87a #e2a348 #da9d0a;
	text-align: center;
	margin-top: 10px;
}

#message {
	padding: 7px;
	margin-top: 10px;
	border-radius: 5px;
	display: none;
	color: green;
}

.error {
	color: red;
}

p {
	color: black;
}

#countryList li {
	list-style-type: none;
	padding: 10px;
	cursor: pointer;
	border-bottom: solid 1px #cec4c4;
}

#countryList li:last-child {
	border: 0px;
}

#countryList li:hover {
	background-color: #ddd;
}

.input-row {
	text-align: left;
}

#searchForm {
	border: 1px solid #9d9d9d;
	border-radius: 20px;
	gap: 10px;
	display: flex;
	justify-content: center;
	width: 500px;
}

#searchForm>input {
	border: none;
	background-color: #f8f9fa;
	border-radius: 15px;
	padding: 2px 12px;
	width: 450px;
}

#searchForm>button {
	border-radius: 15px;
	background-color: #f8f9fa;
	border: none;
}

#search-box {
	outline: none;
	/* Removes the default blue outline on focus */
}


#search-box:focus {
	border: none;
	/* Removes the border on focus */
	box-shadow: none;
	/* Removes the box-shadow if any */
}

#searchForm>input:focus {
	border: none;
}

@media only screen and (max-width: 768px) {
	#searchForm {
		width: 395px;
		margin-bottom: 8px;

	}

	#searchForm>input {
		width: 339px;

	}
}

#results {
	/*display: none; */
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0 0 10px 10px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
}

@media only screen and (max-width:768px) {
	#results {
		top: 64%;
	}
}

#results li {
	gap: 8px;
	display: flex;
	list-style: none;
	padding: 10px;
	cursor: pointer;
}

#results li:hover {
	background-color: #f1f1f1;
}

@media screen and (max-width: 768px) {

	.card-img,
	.card-img-bottom,
	.card-img-top {
		height: 140px !important;

	}

}

/*Container */
#login-container {
	width: 100%;
	max-width: 800px;
}

/* Login Box Styling */
.login-box {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	text-align: center;
}

/* Heading and Paragraph */
/*h2 {*/
/*    font-size: 24px;*/
/*    margin-bottom: 15px;*/
/*    color: #333;*/
/*}*/

/*p {*/
/*    font-size: 14px;*/
/*    color: #777;*/
/*    margin-bottom: 20px;*/
/*}*/

/* Login Options Styling */
.login-options {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.login-option {
	flex: 1;
	padding: 10px;
	background-color: #f5f5f5;
	border: none;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	font-size: 16px;
	transition: border-bottom 0.8s cubic-bezier(0.51, -0.01, 0.35, 0.7);
}

.login-option.active {
	border-bottom: 2px solid #ff6600;
	color: #ff6600;
}

/* Input Group Styling */
.input-group {
	margin-bottom: 15px;
	text-align: left;
	opacity: 1;
	transition: opacity 0.4s ease-in-out;
}

.input-group1 {
	display: grid !important;
	margin-bottom: 15px;
	text-align: left;
}

/* Hiding and showing with a transition */
.hidden {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
	height: 0;
	overflow: hidden;
}

/* Phone Input Group */
.phone-input {
	display: flex;
}

input[type="email"],
input[type="tel"],
input[type="password"] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	/* border-radius: 6px; */
	font-size: 14px;
	margin-top: 5px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

select,
input:focus {
	border: none;
}

select {
	margin-top: 5px;
	padding: 12px;
	border: 1px solid #ddd;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	/* margin-right: 5px; */
	background-color: #fff;
	font-size: 14px;
}

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

.forgot-password {
	font-size: 12px;
	color: #ff6600;
	text-decoration: none;
}

/* Checkbox Styling */
.checkbox-group {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.checkbox-group input {
	margin-right: 10px;
}

.login-btn {
	width: 100%;
	padding: 12px;
	background-color: #ff6600;
	border: none;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

/* Divider Styling */
.divider {
	margin: 20px 0;
	font-size: 14px;
	color: #777;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.divider::before,
.divider::after {
	content: '';
	flex: 1;
	height: 1px;
	background-color: #ddd;
	margin: 0 10px;
}

.google-signin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	margin-bottom: 20px;
}

.google-logo {
	width: 20px;
	margin-right: 10px;
}

.create-account {
	font-size: 14px;
	color: #ff6600;
}

.create-account a {
	color: inherit;
	text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
	.container {
		width: 100%;
	}

	.login-box {
		padding: 20px;
	}

	.login-option {
		font-size: 14px;
	}

	.login-btn,
	.google-signin {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.container {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.login-option {
		font-size: 12px;
		padding: 8px;
	}

	h2 {
		font-size: 20px;
	}

	.login-btn,
	.google-signin {
		padding: 10px;
	}
}

#register-container {
	width: 100%;
	max-width: 800px;
}

#forget-container {
	width: 100%;
	max-width: 800px;
}

.wishlist-icon i {
	color: gray;
	/* Default color */
}

.wishlist-icon.active i {
	color: red;
	/* Color when active */
}

.error-message {
	color: red;
	font-size: 14px;
	margin-top: 5px;
}

.quantity-container {
	display: flex;
	align-items: center;
}

.quantity-container button {
	width: 30px;
	height: 30px;
	font-size: 18px;
	padding: 0;
}

.quantity-container input {
	text-align: center;
	width: 60px;
	height: 30px;
	font-size: 16px;
	margin: 0 5px;
}

input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ff5722;
	outline: none;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

input[type="radio"]:checked {
	background-color: #ff5722;
	border-color: #ff5722;
}

input[type="radio"]:checked::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background-color: white;
	border-radius: 50%;
}

label {
	margin-left: 8px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.time-slot-container {
	display: flex;
	flex-wrap: nowrap;
	/* No wrapping, slots will scroll horizontally if needed */
	overflow-x: auto;
	/* Allow horizontal scrolling if slots overflow */
	gap: 10px;
	/* Space between slots */
	padding: 10px;
	border: 1px solid #ddd;
	/* Optional: to visually separate the container */
	background-color: #f9f9f9;
	/* Optional: light background for container */
}

.unselected-slot {
	background-color: #e7e7e7;
	color: gray;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #ff5722;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
	/* Prevent text from wrapping */
}

.selected-slot {
	background-color: #ff5722;
	color: white;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #ff5722;
	border-radius: 5px;
	cursor: pointer;
	white-space: nowrap;
}

.time-slot-container::-webkit-scrollbar {
	height: 6px;
}

.time-slot-container::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 3px;
}

.form-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
	/* Add spacing between the elements */
	width: 100%;
	/* Adjust width as needed */
}

.custom-dropdown {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* Adjust width as needed */
}

#search-box {
	margin-bottom: 10px;
	padding: 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#location-spinner {
	padding: 8px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
}