.orderform {
    overflow: visible;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

.orderform label,
.form-index label {
    margin-top: 0;
    color: #000;
    display: block;
    font-weight: bold;
    text-align: left;
    font-size: 13px;
}

.orderform input,
.orderform select,
#form-index input,
#form-index select,
textarea {
    height: 40px;
    border: 1px solid #1F9DD3;
    font-weight: normal;
    font-size: 16px;
    line-height: 12px;
    padding: 3px;
    width: 100%;
    margin: 0;
    resize: none;
}

textarea {
    height: 40px;
}

.orderform #shipping_areacode {
    width: 45px !important;
    float: left;
    margin: 0 10px 0 0;
}

.orderform input:focus,
#form-index input:focus {
    box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    border: 1px solid red;
}

.orderform select {
    height: 40px;
    margin-bottom: 10px;
}

#form {
    visibility: hidden;
}

.orderform br {
    clear: both;
}


/*//////////////////////////////// SHORT FORM ////////////////////////////*/

.orderform {
    overflow: visible;
    position: relative;
    max-width: 250px;
    margin: 5px auto;
}

.orderform input,
.orderform select {
    height: 42px;
    border: 1px solid #1F9DD3;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.orderform input:focus {
    box-shadow: 0 0 5px red;
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    border: 1px solid red;
}


/*//////////////////////////////// SHORT FORM ////////////////////////////*/

.tip {
    position: absolute !important;
    width: 150px;
}

.toolTip {
    background: red;
    border: thin solid red;
    color: #fff;
    left: 0px;
    margin-top: 45px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 10;
    border-radius: 4px;
    font-weight: bold;
    font-size: 11px;
}

.toolTipArrow {
    border-color: transparent transparent red transparent;
    border-style: solid;
    border-width: 11px;
    height: 0px;
    width: 0px;
    position: absolute;
    top: -20px;
    left: 20px;
    display: block;
    content: "\00a0";
}

.toolTipArrow:before {
    border-color: transparent transparent red transparent;
    position: absolute;
    top: -11px;
    left: -12px;
    border-style: solid;
    border-width: 12px;
    height: 0px;
    width: 0px;
    display: block;
    content: "\00a0";
}

.orderform #shipping_areacode {
    width: 30px;
    margin-right: 5px;
    display: inline-block;
}
.phone_code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 }
 .phone_code div{
     width: 100%;
 }
 .phone_code input[name="areacode"] {
    width: 44px;
    padding: 0 5px !important;
    margin-right: 10px;
    text-align: center;
    background: #fff;
 }
 form .input-wrapper label {
    display: none;
    pointer-events: none;
  }
  
  form .input-wrapper {
    position: relative;
    margin: 0 auto 8px;
  }
  
  form .input-wrapper .error {
    border: 1px solid red!important;
    padding-top: 6px!important;
  }
  
  form .input-wrapper .error+label {
    width: 100%;
    height: 100%;
    color: red;
    display: block !important;
    font-size: 11px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 10px;
    text-align: left!important;
  }
  
  form .input-wrapper .error+label:before,
  form .input-wrapper .error+label:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 3px;
    height: 21px;
    background-color: red
  }
  
  form .input-wrapper .error+label:before {
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg)
  }
  
  form .input-wrapper .error+label:after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg)
  }
 