.website, .nohoney {
	display: none;
	visibility: hidden;
}
#waitMessage {
  display: none;
  color: #005be5;
  font-weight: 700;
  text-align: center;
}
.errorMsg {
  color: #e60000;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 2px 5px;
}
.successMsg {
  color: #009900;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 2px 5px;
}
.err, .reqstar {
	color: #e60000;
}
.err {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}
.reqstar {
	font-weight: 700;
}
.formway {
	margin: 0 auto;
	width: min(650px, 100%);
}
.formway label {
	font-size: 14px;
	font-weight: 700;
}
.formway span {
	margin-left: 3px;
}
.formway p {
	margin-bottom: 10px;
}
.input-container {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}
@media only screen and (max-width:640px) {
	.input-container {
		flex-direction: column;
		gap: 0;
	}
}
.input-container > p {
	flex: 1;
}
.input-container label {
	font-weight: 700;
}
input[type=checkbox] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	cursor: pointer;
	margin-right: 15px;
	width: auto;
}
/*input[type=checkbox], 
input[type=date], 
input[type=email], 
input[type=file], 
input[type=number], 
input[type=password], 
input[type=tel], 
input[type=text], */
input, option, select, textarea {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: inherit;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	padding: 10px;
	width: 100%;
}
input:focus, textarea:focus {
	background-color: #F0F2F2;
	border: 1px solid #999999;
}
select, input[type="date"] {
	cursor: pointer;
	font-weight: 700 !important;
	text-align: center;
	text-align-last: center;
	width: 100%;
}
select option:disabled {
	font-style: italic;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}
option:disabled {
	background: #ffffff;
	color: #666666;
	font-style: italic;
}
textarea {
	line-height: 2;
}
#captcha_code {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}
.btn-submit, .btn-submit:active {
	background-color: #1C89FF;
	border-radius: 5px;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	padding: 7px 10px;
	text-transform: none;
	width: 100%;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-appearance: none;
}
.btn-submit:hover, .btn-submit:visited {
	background-color: #1868BF;
}
.btn-submit:focus {
	background-color: #003166;
	border: 0;
}
.btn-add, .btn-add:active {
	background-color: #ffa33a;
	border-radius: 18px;
	border: 0;
	color: #222222;
	cursor: pointer;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	padding: 7px 10px;
	text-transform: uppercase;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
}
.btn-add:hover {
	background-color: #ffbc58;
	border: 0;
}
.btn-add:focus {
	background-color: #cc7a00;
	border: 0;
}
.btn-addcart, .btn-addcart:active {
	background-color: #ffa33a;
	border-radius: 18px;
	border: 0;
	color: #222222;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	padding: 7px 10px;
	text-transform: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	width: min(200px, 100%);
}
.btn-addcart:hover {
	background-color: #ffbc58;
}
.captcha-container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 0 auto;
	width: min(300px, 100%);
}
.captcha-container > * {
	text-align: center;
}
.captcha-container p {
	margin: 0;
}
.letter {
	text-align: center;
}
.btn-container {
	margin: 20px 0px 0px;
	text-align: center;
}
#captcha_code::placeholder { /* Firefox */
	color: #8e8e8e;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	opacity: 1;
}
::placeholder { /* Firefox */
	color: #8e8e8e;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8e8e8e;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #8e8e8e;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
}
@media only screen and (max-width: 640px) {
	.info-container, .captcha-container {
		align-items: stretch;
		flex-direction: column;
		width: 100% !important;
	}
	.info-container > div {
		flex: 1;
		padding: 10px 0;
	}
	.info-container div:nth-child(1) {
		padding-right: 0;
	}
}
