/*   all order form code here*/
#frame3  {
min-height:0;
background-color: #4e5c7a;
padding: 4% 4% 4% 4%;

}
/**/
#frame3 label {
  color:white;
  opacity:.5;
}
.bHeading {
  background-color: var(--hilight);
  padding: 3% 4%;
  position: relative;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0rem;
}
 .menu-frame {
  width: 100%;
  max-width: 460px;
}
 textarea {
  overflow: auto;
   resize:none;
   height: 4rem;
  width: 100%;
  padding: .2rem;
  margin: 1% 0 2% 0;
  font-size: .75rem;
  line-height: 1.15;
  }
  .order-form-title{
  font-size: 1.2rem;
  margin-bottom: 4%;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.021em;
  color: white;
  border: 0;
  background-color: transparent;
}
/**/
input {
height: 1.75rem;
width:100%;
}
div.pmh::after {
  font-family: bruces;
  content: "\f291";
  color: #fff;
  font-size: 1.1rem;
  position: absolute;
  right: 0rem;
  top: .0rem;
}
.pmh {
   cursor:default ;
}
p.sw {
  color:white;
  margin:.5rem 0 .5rem 0;
  position:relative;
} 
p.sw::before {
  font-family: bruces;
  content: "\e817";
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  left: 0rem;
  top: .0rem;
  padding-right: 1rem;
}
button#toggleLmenu, button#toggleLmenu:hover {
  background-color:transparent;
  box-shadow:none;
}
#register0 input.order-form-text{
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.021em;
  color: #13264E;
  padding: .2rem;
  margin: 1% 0 2% 0;
}
 button, button.sbutton {
  padding: .2rem .5rem .5rem 0;
  margin: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #216778;
  color: #fff;
  height: 100%;
  cursor: pointer !important;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  float: none;
  height: 2.2rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
button:hover, button.sbutton:hover, button.sbutton:focus, button.sbutton:active {
 background-color: #4c4c4c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
button#menu, button#menu:hover {
  color: #fff;
  margin: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  background-color:transparent;
  box-shadow:none;
  width:80%;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/*
button {
  outline: none !important;
  background-color: #216778;

  text-transform: none;

  overflow: visible;
  height: 2.5rem;


  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}*/
 
