.cake-ordering-page {
  margin: 20px 0 40px;
}

.cake-ordering-inner {
  /* max-width: 760px; */
}

.cake-form {
  margin: 20px 0 0;
}

.col-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.col-25 {
  width: calc(25% - 20px)!important;
  margin: 10px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 20px;
  
}

.col-33 {
  width: calc(33.333% - 20px);
  margin: 10px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 20px;
  
}

.left-align {
  text-align: left !important;
}

.cake-ordering-status {
  
  /*margin: 10px 0 18px;
  font-weight: 600;
  color: #ff6666;
  border: 2px solid #ff6666;
  background: #ffc2c2;
  padding: 20px;
  margin: 20px;
  border-radius: 20px;
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  
}

.cake-ordering-status.error {
  font-weight: 600;
  color: #ff6666;
  border: 2px solid #ff6666;
  background: #ffc2c2;
  padding: 20px;
  margin: 20px;
  border-radius: 20px;
}

.single-line-option {
  padding: 8px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 8px 0 18px;
  width: 100%;
}

.cake-label {
  font-weight: 500;
}

.custom-option-wrapper {
  margin: 15px 0 30px;
}

.custom-option-wrapper label.custom-cake-label {
  font-family: Cubano, Helvetica, Arial, sans-serif;
  font-size: 24px;
}

.custom-cake-description {
  margin: 8px 0 0;
}

.label-info {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
}

.date-info {
  margin-top: 6px;
  margin-bottom: 8px;
}

.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.checkbox-label {
  display: inline-block;
}

#delivery-wrapper {
  display: none;
}

#delivery-alt-address {
  display: none;
}

.valid-input {
  border-color: #85e085 !important;
}

.invalid-input {
  border-color: #ff6666 !important;
}

.field-hint {
  margin: 6px 0 0;
  font-size: 12px;
  color: #594250;
}

.cake-form select,
.cake-form input[type="text"],
.cake-form input[type="email"],
.cake-form input[type="date"],
.cake-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #4d3945;
  margin-top: 8px;
}

/* Match email field to text field (same look as #contact-name) */
.cake-form #contact-name,
.cake-form #contact-email {
  box-sizing: border-box;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 2px 4px;
}

.cake-form #contact-phone::placeholder,
.cake-form #contact-phone::-webkit-input-placeholder,
.cake-form #contact-phone::-moz-placeholder,
.cake-form #contact-phone:-ms-input-placeholder,
.cake-form #delivery-alt-phone::placeholder,
.cake-form #delivery-alt-phone::-webkit-input-placeholder,
.cake-form #delivery-alt-phone::-moz-placeholder,
.cake-form #delivery-alt-phone:-ms-input-placeholder {
  color: #ff6666!important;
  opacity: 1;
}

::placeholder {
color: #ff6666!important;
opacity: 1;
}

.cake-form textarea {
  min-height: 120px;
}

.option-checkbox-group {
  border: 1px solid #efefef;
  padding: 15px;
}

.option-checkbox {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.option-checkbox-checkbox {
  width: 22px;
  height: 22px;
}

.cake-label-option-checkbox-label {
  display: inline-block;
}

input#cake-inscription.char-warning,
.char-warning {
  color: #c2063b !important;
}

#sticky-price {
  position: relative;
  background-color: #fff;
}

.sticky-sticky-price {
  position: fixed !important;
  top: 24px!important;
  width: 480px !important;
}

.md-buddon {
  background: #5fbfbb;
  color: #fff;
  font-family: Cubano, Helvetica, Arial, sans-serif !important;
  border-radius: 2px;
  border: 0;
  padding: 12px 18px;
  cursor: pointer;
}

.md-buddon:hover {
  background: #4d3945;
  color: #fff;
}

.md-buddon:disabled {
  background: #4d3945;
  color: #a2a2a2;
  cursor: not-allowed;
}
