#bonorder {
	display: none;
	padding: 30px;
}

#bonorder sup {
	color: red;
	font-weight: bold;
}

#bonorder label {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
	text-align: left;
	font-weight: 600;
}

#bonorder .form-control {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 15px;
}

#bonorder .form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
}

#bonorder .quickbuy_errors,
#bonorder .quickbuy_success {
	margin: 0 0 15px 0;
	display: none;
	padding: 10px;
	line-height: 1.5;
}

.btn-bonorder {
	padding: 12px 30px;
	margin: 7px 0;
	font-weight: 700;
	font-size: 15px;
	/*color: #fff !important;*/
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	text-align: center;
}

.btn-bonorder:hover {
	/*color: #fff !important;*/
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.bonorder_send {
	background: #8a4068 !important;
	color: #fff !important;
	padding: 10px 30px !important;
	border: none !important;
	border-radius: 4px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	display: inline-block !important;
	width: 100% !important;
	margin-top: 10px !important;
}

.bonorder_send:hover {
	background: #8a4068!important;
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.bonorder_send:disabled {
	background: #ccc !important;
	cursor: not-allowed !important;
	transform: none !important;
}

.bon_order_success.alert.alert-success {
	margin: 0 0 15px 0;
	background: #d4edda;
	border: 1px solid #c3e6cb;
	color: #155724;
	padding: 15px;
	border-radius: 4px;
}

.bon_order_errors.alert.alert-danger {
	margin: 0 0 15px 0;
	background: #f8d7da;
	border: 1px solid #f5c6cb;
	color: #721c24;
	padding: 15px;
	border-radius: 4px;
}

.choise {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.bon_order_errors ul {
	margin: 0;
	list-style: disc;
	padding-left: 20px;
}

.fancybox-inner #bonorder {
	width: 400px;
	max-width: 100%;
}

.submit {
	text-align: center;
	margin-top: 15px;
}

#bonorder fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

/* Fallback modal overlay */
.bonorder-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9998;
}

#bonorder.fallback-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 9999;
	border-radius: 8px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.3);
	max-width: 90%;
	max-height: 90vh;
	overflow-y: auto;
}
