.order-col-6 li form {
    float: left;
    text-align: center;
    width: 39%;
}
section.order-steps .order-step-form li label span {
    color: red;
    font-weight: 600;
}
section.order-steps {
    padding: 40px 0;
}
section.order-steps .logo-order {
}

section.order-steps .order-step-form {
    background: #fff;
    box-shadow: #ccc 0 0 3px;
    border: #ccc 1px solid;
}

a.edit_order_btn {
    background: #ED5340;
    color: #fff;
    padding: 11px 54px;
    border: 0px none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin: -42px 0 10px 159px;
    border-radius: 2px;
}
section.order-steps .order-step-form h1 {
    background: #b1b1b1;
    text-align: left;
    font-size: 28px;
    color: #fff;
    padding: 14px;
    margin: 0 -15px 40px -15px;
}

section.order-steps .order-step-form ul {
    margin: 0 auto;
    width: 70%;
}
section.order-steps .order-step-form li.first {
    margin-bottom: 50px;
}

section.order-steps .order-step-form li {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 23px;
}
section.order-steps .order-step-form h2 {
    text-align: left;
    font-size: 23px;
    padding-bottom: 11px;
    border-bottom: #ccc 1px solid;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 40px;
    color: #ED5340;
}

section.order-steps .order-step-form li label {
    font-weight: 400;
    width: 30%;
    font-size: 14px;
}

section.order-steps .order-step-form li input[type="text"] {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
}

section.order-steps .order-step-form h2:before {
    content: "";
    background: #ED5340;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
section.order-steps .order-step-form li select {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
}

section.order-steps .order-step-form li textarea {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
}

section.order-steps .order-step-form li input[type="file"] {
    width: 60%;
    background: #f3f3f3;
    padding: 10px 6px;
    border: #dddddd 1px solid;
    display: inline-block;
}
section.order-steps .order-step-form li input[type="submit"] {
    background: #ED5340;
    color: #fff;
    padding: 11px 60px;
    border: 0px none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin: 21px 0 0 20px;
    border-radius: 2px;
}
.order-col-6 li {
    border-bottom: #DBDBDB 1px solid;
    padding: 0;
    margin: 0px 0 0 0 !important;
}

.order-col-6 li label {
    border-right: #DDDDDD 1px solid;
    padding: 9px 6px;
    margin-bottom: 0;
    margin-right: 8px;
    color: #000;
}

.order-col-6 li.first {
    border: 0;
}
section.order-steps .order-step-form li div {
    display: inline-block;
    width: 63%;
}

ul.order-col-6 {
    margin-bottom: 10px !important;
}
.order-col-6 li.last, .no-border {border: 0;}

section.order-steps .order-step-form ul:after {
    content: "";
    display: table;
    clear: both;
}

section.order-steps .order-step-form li em {
    text-decoration: line-through;
}
