.checkout-container {
	background: white;
	border-radius: 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	max-width: 500px;
	width: 100%;
	overflow: hidden;
}

.checkout-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 30px;
	text-align: center;
}

.checkout-header h1 {
	font-size: 28px;
	margin-bottom: 5px;
}

.checkout-header p {
	opacity: 0.9;
	font-size: 14px;
}

.product-info {
	padding: 30px;
	border-bottom: 1px solid #e0e0e0;
}

.product-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.product-name {
	font-weight: 600;
	color: #333;
	font-size: 18px;
}

.product-description {
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}

.amount {
	font-size: 32px;
	font-weight: bold;
	color: #667eea;
	text-align: center;
	margin: 20px 0;
}

.payment-section {
	padding: 30px;
}

.payment-info {
	background: #f5f7fa;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

.apple-pay-button-container {
	margin-top: 20px;
}

/* Apple Pay button using web component */
apple-pay-button {
	--apple-pay-button-width: 100%;
	--apple-pay-button-height: 50px;
	--apple-pay-button-border-radius: 8px;
	--apple-pay-button-padding: 0px;
	--apple-pay-button-box-sizing: border-box;
	display: inline-block;
	width: 100%;
}

/* Fallback Apple Pay button using CSS */
.apple-pay-button-css {
	display: none;
	-webkit-appearance: -apple-pay-button;
	-apple-pay-button-type: buy;
	-apple-pay-button-style: black;
	width: 100%;
	height: 50px;
	border-radius: 8px;
	cursor: pointer;
	border: none;
}

.fallback-button {
	display: none;
	width: 100%;
	padding: 15px;
	background: #000;
	color: white;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	cursor: not-allowed;
	opacity: 0.5;
}

.status-message {
	margin-top: 20px;
	padding: 15px;
	border-radius: 8px;
	font-size: 14px;
	display: none;
}

.status-message.success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}

.status-message.error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}

.status-message.info {
	background: #d1ecf1;
	color: #0c5460;
	border: 1px solid #bee5eb;
}

.loading-spinner {
	display: none;
	text-align: center;
	margin: 20px 0;
}

.spinner {
	border: 3px solid #f3f3f3;
	border-top: 3px solid #667eea;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
	margin: 0 auto;
}

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

.test-info {
	background: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #856404;
}

.test-info strong {
	display: block;
	margin-bottom: 5px;
}


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.roboto-light {
	font-family:'Roboto', sans-serif;
	font-weight: 300;
}

.roboto-regular {
	font-family:'Roboto', sans-serif;
	font-weight: 400;
}

.roboto-medium {
	font-family:'Roboto', sans-serif;
	font-weight: 500;
}

.roboto-bold {
	font-family:'Roboto', sans-serif;
	font-weight: 700;
}

.roboto-black {
	font-family:'Roboto', sans-serif;
	font-weight: 900;
}

.most-popular {
	background: #3B73A7; 
	padding: 4px 10px; 
	color: white; 
	font-weight: bold; 
	font-size: 11px; 
	border-radius: 15px;  
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	#main-container {
		max-width: 500px;
	}
	.desktop-container {
		display: none;
	}
	
	.mobile-container {
		display: block;
	}
	
	.stages-container {
		text-align: center;
		font-size: 14px;
	}
	
	.package-image {
		height: 120px
	}
	
	.package-col-2 {
		width: 30%;
		padding: 12px;
	}
	
	.package-col-3 {
		width: 62%; 
		padding: 12px; 
		padding-top: 12px; 
		font-size: 1rem; 
		line-height: 1.2
	}
	
	.package-price {
		font-size: 1.5rem; 
		color: #68A923
	}
	
	.package-and-shipping, .package-orig-price {
		font-size: 0.9rem;
	}
	
	.button-container {
		text-align: center;
	}
	
	.seal-image {
		width: 65px;
	} 
	
	
	.buy-text {
		font-size: 14px
	}
	
	.red-col {
		padding: 1px 0px;
	}
	
	.most-popular {margin-left: 0px;}
	.subscribe-and-save-text {width: 100%; margin-bottom: 10px}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	#main-container {
		max-width: 500px;
	}
	.desktop-container {
		display: none;
	}
	
	.mobile-container {
		display: block;
	}
	
	.stages-container {
		text-align: center;
		font-size: 14px;
	}
	
	.package-image {
		height: 120px
	}
	
	.package-col-2 {
		width: 30%;
		padding: 12px;
	}
	
	.package-col-3 {
		width: 62%; 
		padding: 12px; 
		padding-top: 12px; 
		font-size: 1rem; 
		line-height: 1.2
	}
	
	.package-price {
		font-size: 1.5rem; 
		color: #68A923
	}
	
	.package-and-shipping, .package-orig-price {
		font-size: 0.9rem;
	}
	
	.button-container {
		text-align: center;
	}
	
	.seal-image {
		width: 65px;
	} 
	
	
	.buy-text {
		font-size: 14px
	}
	
	.red-col {
		padding: 1px 0px;
	}
	
	.most-popular {margin-left: 0px;}
	.subscribe-and-save-text {width: 100%; margin-bottom: 10px}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	#main-container {
		max-width: 500px;
	}
	.desktop-container {
		display: none;
	}
	
	.mobile-container {
		display: block;
	}
	
	.stages-container {
		text-align: left;
		font-size: 15px;
	}
	
	.package-image {
		height: 140px
	}
	
	.package-col-2 {
		width: 30%;
		padding: 12px;
	}
	
	.package-col-3 {
		width: 62%; 
		padding: 12px; 
		padding-top: 30px; 
		font-size: 1.2rem; 
		line-height: 1.1
	}
	
	.package-price {
		font-size: 1.7rem; 
		color: #68A923
	}
	
	.package-and-shipping, .package-orig-price {
		font-size: 0.9rem;
	}
	
	.button-container {
		text-align: right;
	}
	
	.seal-image {
		width: 80px;
	} 
	 
	.buy-text {
		font-size: 15px
	}
	
	.red-col {
		padding: 0px;
	}
	
	.most-popular {margin-left: 0px;}
	.subscribe-and-save-text {width: 100%; margin-bottom: 10px}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	#main-container {
		max-width: 6000px;
	}
	.desktop-container {
		display: block;
	}
	
	.mobile-container {
		display: none;
	}
	
	.stages-container {
		text-align: left;
		font-size: 16px;
	}
	
	.package-image {
		height: 160px
	}
	
	.package-col-2 {
		width: 30%;
		padding: 12px;
	}
	
	.package-col-3 {
		width: 62%; 
		padding: 12px; 
		padding-top: 30px; 
		font-size: 1.2rem; 
		line-height: 1.1
	}
	
	.package-price {
		font-size: 2rem; 
		color: #68A923
	}
	
	.package-and-shipping, .package-orig-price {
		font-size: 1rem;
	}
	
	.button-container {
		text-align: right;
	}
	
	.seal-image {
		width: 100px;
	} 
	 
	.buy-text {
		font-size: 15px
	}
	
	.red-col {
		padding: 0px;
	}
	
	.most-popular {margin-left: 10px;}
	.subscribe-and-save-text {width: auto; margin-bottom: 0px}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	#main-container {
		max-width: 6000px;
	}
	.desktop-container {
		display: block;
	}
	
	.mobile-container {
		display: none;
	}
	
	.stages-container {
		text-align: left;
		font-size: 16px;
	}
	
	.package-image {
		height: 160px
	}
	
	.package-col-2 {
		width: 30%;
		padding: 12px;
	}
	
	.package-col-3 {
		width: 62%; 
		padding: 12px; 
		padding-top: 30px; 
		font-size: 1.2rem; 
		line-height: 1.1
	}
	
	.package-price {
		font-size: 2rem; 
		color: #68A923
	}
	
	.package-and-shipping, .package-orig-price {
		font-size: 1rem;
	}
	
	.button-container {
		text-align: right;
	}
	
	.seal-image {
		width: 100px;
	}  
	
	.buy-text {
		font-size: 15px
	}
	
	.red-col {
		padding: 0px;
	}
	
	.most-popular {margin-left: 10px;}
	.subscribe-and-save-text {width: auto; margin-bottom: 0px}
	
}

.red-col {
	width: 50%; 
	background: #D22532;  
	border-top-right-radius: 5px
}

.form-in, .form-in2 {
	margin-bottom: 10px;
	height: 48px;
	font-size: 15px;
}
.hidden-label, .hidden-label2 {
	font-size: 12px;
	position: absolute; 
	font-weight: bold; 
	margin-left: 10px; 
	margin-top: 5px;
	font-weight: 300;
	padding-left: 3px
}

.select {
	margin-top: 7px; 
	border: none; 
	color: white; 
	background: #FFA600; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	border-radius: 2px;
	padding-left: 15px; 
	padding-right: 15px; 
	font-family:'Roboto', sans-serif;
	font-weight: 500;
}

.subheader {
	border: 1px #EEEEEE solid;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute; 
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #86D52F;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-success {
	background: #68A923;
	border: none;
}

.btn-warning {
	background: #FE7510;
	color: white;
	border: none;
}

#loading{
	opacity:0.8;
	background-color:black;
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:1000;
}

.loader_2 {
	border: 10px solid #f3f3f3;
	border-radius: 50%;
	border-top: 10px solid #3498db;
	width: 70px;
	height: 70px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

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

.footer {
	border-top: solid 1px #D5D5D5;
	background-color: #E6E6E6;
	width: 100%;
	padding: 30px 0px 30px 0px;
	text-align: center;
	color: #212121;
} 
.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1.5px solid #555;
  border-radius: 50%;
  position: relative;
}

.custom-radio input[type="radio"]:checked + span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #555;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}