.field {
    position: relative;
    background: #fff;
    border: 2px solid #ddd;
    padding: 9px 3px 7px 13px;
    border-radius: 4px!important;
}
.rootorder #rootform .field {
    border: 2px solid #ccc;
}
.field:before {
    position: absolute;
    left: 40px;
    top: 6px;
    content: "";
    font-size: 17px;
    background: #bbb;
    height: 25px;
    width: 1px;
    z-index: 1;
}
input[type="text"] {
    border: 1px solid #fff;
    font-size: 14px;
    color: #404040;
    outline: none;
    background: #fff;
    padding: 0 23px;
    width: 90%;
    line-height: 15px;
    box-shadow: 0 0 0 rgb(0 0 0 / 25%), inset 0 0 0 rgb(0 0 0 / 20%);
}
input[type="email"] {
    border: 1px solid #fff;
    font-size: 14px;
    color: #404040;
    outline: none;
    background: #fff;
    padding: 0 23px;
    width: 90%;
    line-height: 15px;
    box-shadow: 0 0 0 rgb(0 0 0 / 25%), inset 0 0 0 rgb(0 0 0 / 20%);
}
input[type="number"] {
    border: 1px solid #fff;
    font-size: 14px;
    color: #404040;
    outline: none;
    background: #fff;
    padding: 0px 0px 0px 24px;
    width: 90%;
    line-height: 15px;
    box-shadow: 0 0 0 rgb(0 0 0 / 25%), inset 0 0 0 rgb(0 0 0 / 20%);
}
.field select, .field input[name="code"] {
    border: 1px solid #fff;
    font-size: 14px;
    color: #999;
    outline: none;
    background: #fff;
    padding: 0 23px;
    width: 93%;
    line-height: 15px;
    position: relative;
    left: 6px;
    top: -2px;
}
textarea[type="text"] {
    border: 1px solid #fff;
    font-size: 14px;
    color: #404040;
    outline: none;
    background: #fff;
    padding: 0px 0px 0px 38px;
    width: 90%;
    line-height: 15px;
    box-shadow: 0 0 0 rgb(0 0 0 / 25%), inset 0 0 0 rgb(0 0 0 / 20%);
}

input[type="file"] {
    border: 1px solid #fff;
    font-size: 14px;
    color: #404040;
    outline: none;
    background: #fff;
    padding: 0px 0px 0px 24px;
    width: 90%;
    line-height: 15px;
    box-shadow: 0 0 0 rgb(0 0 0 / 25%), inset 0 0 0 rgb(0 0 0 / 20%);
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #666666;
    text-transform: capitalize;
    
}
.form-element{
    margin-top: 30px;
}

.order-main{
    margin-top: 120px;
}
.order-heading{
    background-color: #E34F14;
    width: 100%;
    padding: 3% 10px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 25;
}

.form-sum-text {
   
    padding              : 10px 5px;
    display              : grid;
    grid-auto-flow       : column;
    grid-column-gap      : 5px;
    grid-template-columns: auto 1fr;
    align-items          : center;
    justify-items        : end;

}
.price{
    font-size: 25px;
    font-weight: bold;
    color: #E34F14;
}

.order-btn{
    background-color: #E34F14;
    color: #fff;
    border: 1px solid #E34F14;
    font-size: 20px;
    width: 80%;
} 
.order-btn:hover{
    background-color:#fff ;
    color: #E34F14;
    border: 1px solid #E34F14;
} 

