* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  box-sizing: border-box;
}
body {
  color: #1a191a;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
h1, h2, h3, h4 {
  font-optical-sizing: auto;
  font-style: normal;
  padding-bottom: 7px;
}
h1 {
  font-size: 24px;
}
h2 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
}
h3 {
  font-size: 18px;
  text-align: center;
  padding: 10px 0 20px;
}
p {
  line-height: 1.5;
}
form {
  width: 100%;
}
.website, .nohoney {
  display: none;
  visibility: hidden;
}
.astk {
  color: #e60000;
  font-size: 14px;
  font-weight: 700;
}
#waitMessage {
  display: none;
  background-color: #005be5;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 2px 5px;
}
.errorMsg {
  background-color: #e60000;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 2px 5px;
}
.successMsg {
  background-color: #009900;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  padding: 2px 5px;
}
.co-price {
  /*color: #e60000;*/
  font-size: 22px;
  font-weight: 900;
}
.confirm-message {
  color: #CC0000;
  font-weight: 400;
}
.input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .input-container {
    flex-direction: column;
    align-items: stretch;
  }
}
label {
  font-size: 14px;
  margin-right: 5px;
}
.input-container > p {
  flex: 1;
}
input, textarea {
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  color: #1a191a;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 5px;
  padding: 8px;
  width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
input[type=number] {
  text-align: center;
}
select {
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  color: #1a191a;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  padding: 8px;
  text-align: center;
  width: 100%;
}
::placeholder { /* Firefox */
  color: #8e8e8e;
  font-size: 14px;
  font-style: italic;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8e8e8e;
  font-size: 14px;
  font-style: italic;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #8e8e8e;
  font-size: 14px;
  font-style: italic;
}
.cf-turnstile {
  padding-top: 10px;
  text-align: center;
}
.btn-container {
  margin: 20px auto 0;
  text-align: center;
  width: min(200px, 100%);
}
.btn-addcart, .btn-addcart:active {
  background-color: #FFA33A;
  border-radius: 18px;
  border: 0;
  color: #222222;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  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: 100%;
}
.btn-addcart:hover {
  background-color: #ffbc58;
}
.btn-addcart:focus {
  background-color: #cc7a00;
}
.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: 5px 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;
}

