.checkout-body {
	overflow-x: hidden;
	background-color: #f8f8f8;
}

#card-element {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
}

#card-errors {
	color: red;
	margin-top: 10px;
}

.checkout-container {
	background-color: white;
	padding: 40px 80px 10px 80px;

}



.border-section {
	border-right: 2px solid #D9D9D9;
}

.checkout-header {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;

}

.bg-section {
	background-color: #F2F2F2;
}

.checkout-summary {
	padding: 50px 100px 20px 60px;
}

.price-old {
	text-decoration: line-through;
	color: gray;
	font-weight: 500;
	font-size: 18px;
	text-align: end;
}

.price-new {
	font-weight: 500;
	color: black;
	font-size: 18px;
	text-align: end;
}

.total-price {
	font-size: 22px;
	font-weight: 500;
}

.flag-icon {
	width: 20px;
	height: 14px;
	margin-right: 5px;
}

.secure-checkout-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 1px;
	color: #000000;
	padding-top: 10px;
}

.payment-container {
	border: 1px solid rgb(196, 196, 196);
	margin: auto;

}

.disabled-input {
	background-color: #f8f9fa;
	color: #adb5bd;
}

.primary-btn {
	background-color: #1a53ff;
	border: none;
	padding: 10px;
	font-weight: bold;
}

.creditCard-wrapper {
	border: 2px solid transparent;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: border 0.3s ease-in-out;
	width: fit-content;


}

.creditCard-wrapper input[type="radio"] {
	appearance: none;
	/* Hide default radio */
	width: 16px;
	height: 16px;
	border: 1px solid blue;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px 10px 0px 13px;
	cursor: pointer;
	position: relative;


}

.creditCard-wrapper input[type="radio"]::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: blue;
	border-radius: 50%;
	display: none;
}

.creditCard-wrapper input[type="radio"]:checked::before {
	display: block;
}

.creditCard-wrapper {
	border: 1px solid #2B56F5;

}

.card-input-wrapper {
	/* display: flex; */
	/* align-items: center; */
	padding: 4px 12px;
	border-radius: 5px;
	/* width: 100%; */
	/* justify-content: space-between; */
}

.card-icon {
	width: 24px;
	height: 24px;
	background: url('card-icon.png') no-repeat center center;
	background-size: contain;
	opacity: 0.5;
}

.card-number,
.expiry-date,
.cvc {
	border: none;
	background: transparent;
	color: #333;
	font-size: 14px;
	flex: 1;
	outline: none;
}

.select-state option {
	font-size: 14px;
}

.expiry-date,
.cvc {
	text-align: center;
	width: 80px;
}

.card-text {
	font-size: 13px;
}

.billingcheck input {
	width: 18px;
	/* Increase width */
	height: 18px;
	/* Increase height */
	margin: 0px 8px 0px 13px;
	border: 2px solid blue;
	/* Blue border */
	appearance: none;
	/* Remove default styles */
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	background-color: white;
	border-radius: 4px;
	/* Optional: for rounded edges */
	position: relative;
}

/* Custom checkmark when checked */
.billingcheck input:checked {
	background-color: blue;
	border: 2px solid blue;
}

/* Checkmark inside the box */
.billingcheck input:checked::after {
	content: '✔';
	font-size: 12px;
	color: white;
	position: absolute;
	left: 2px;
	top: -2px;
}

.billingcheck label {
	font-size: 14px;

}

.complete-button,
.complete-button:hover {
	background-color: #1976d2;
	font-weight: 500;
	width: 95%;

}

.text-bottom {
	font-size: 13px;
}

.text-bottom span {
	color: #2B56F5;
	cursor: pointer;
	text-decoration: underline;
}

.genie-plates small {
	letter-spacing: 0.7px;
}

.genie-plates h6 {
	font-size: 18px;
}

.shipping-price span {
	font-weight: 500;
}

.shipping-price input {
	width: 55%;
	background-color: #F2F2F2;
	text-align: end;
	padding: 0px;
}

.logo-check {
	border-bottom: 1px solid rgb(184, 183, 183);
}

.custom-dropdown {
	width: auto;
	border: 2px solid #007bff;
	/* Blue border */
	padding: 3px 8px;
	font-size: 14px;
	border-radius: 0%;
}

.genie-col {
	font-size: 14px;
	color: grey;
}

.pointer {
	cursor: pointer;
}

.placeholder-text::placeholder {
	font-size: 14px;
}

.shipping-para{
	font-size: 14px;
	color:grey;
	margin:0px ;
	width:52%;
}

@media screen and (max-width:576px) {
	.checkout-container {
		padding: 22px 30px 10px 30px;
	}

	.lastname-m {
		margin-bottom: 6px;
	}

	.genie-col {
		padding: 0px;
	}

	.checkout-summary {
		padding: 20px 30px
	}

	.custom-dropdown {
		width: 50%;
	}

	.genie-plates h6,
	.price-old,
	.price-new {
		font-size: 16px;
	}

	.shipping-price span,
	.shipping-price input {
		font-size: 15px;
	}

	.total-price span {
		font-size: 18px;
	}

	.genie-col {
		font-size: 12px;
	}

	.expiry-date,
	.cvc {
		width: 100%;
		padding: 0px;
		font-size: 13px;
	}

	.card-number {
		font-size: 13px;
	}
	.shipping-para{
	font-size: 12px;
	width:60%;
	}
}
.input-error {
  border: 2px solid red !important;
}

.spinner-btn {
  border: 2px solid #fff;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
