.qbwc-hp-wrap {
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 0;
	width: 0;
	overflow: hidden;
}

.qbwc-buy-box {
	margin: 10px 0;
	width: 100%;
}

.qbwc-field {margin-bottom: 25px;}

.qbwc-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.qbwc-required {
	color: #e02b27;
}

.qbwc-field input[type="text"],
.qbwc-field input[type="tel"],
.qbwc-field input[type="email"],
.qbwc-field input[type="number"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	box-sizing: border-box;
}

.qbwc-field input.qbwc-invalid {
	border-color: #e02b27;
	background: #fff5f5;
}

.qbwc-field-error {
	color: #e02b27;
	font-size: 12px;
	margin-top: 4px;
}

.qbwc-field-qty input {
	width: 90px;
}

.qbwc-submit-btn {
	background: #b5562b;
	color: #e8d5c0;
	margin: 10px 0px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 1em 1em;
	left: auto;
	border: 0;
	display: inline-block;
	box-shadow: none;
	text-shadow: none;
	border-radius: 100px;
	width: 100%;
	font-family: 'EideticModern';
	line-height: 20px;
}


.qbwc-submit-btn:hover {
	background: #e8d5c0;
	color: #b5562b;
}

.qbwc-submit-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.qbwc-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: qbwc-spin 0.7s linear infinite;
}

@keyframes qbwc-spin {
	to {
		transform: rotate(360deg);
	}
}

.qbwc-message {
	margin-top: 12px;
	font-size: 14px;
	text-align: center;
}

.qbwc-message.qbwc-success {
	color: #2a7a2a;
}

.qbwc-message.qbwc-error {
	color: #e02b27;
}
