.order {
    max-width: 1200px;
    margin: auto;
}

div.order h1 a:hover {
    color: #183a8d;
}

table form {
    width: auto;
    max-width: 25px;
    min-width: inherit;
}

table#cart {
    width: 99%;
    padding: 0;
    border-spacing: 0;
    margin: 10px auto 0;
}

table#cart th,
table#cart td {
    padding: 5px;
    vertical-align: middle;
}

table#cart th {
    background: #BDBDBD;
    color: #2367a5;
}


th#image, td#image {
    width: 60px;
}

th#description, td#description {

}

th#qty, td#qty {
    width: 100px;
}

td#price {
    width: 100px;
    text-align: right;
}

#cart #stdPrice {
    font-size: small;
    text-decoration: line-through;
    opacity: 0.6;
}

td#total {
    width: 150px;
    text-align: right;
}

th#delete, td#action {
    width: 50px;
}


tfoot td {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #CFCAB8;
    font-weight: bold;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 1.5em;
}

.noborder {
    border: 0;
}

td.nobold {
    font-weight: normal;
    padding: 0.2em;
    line-height: normal;
}

td#info {
    width: 60%;
    background: #EEEEEE;
    border-radius: 10px;
    padding: 15px;
    line-height: 1.2em;
}

em.order {
    font-size: 0.9em;
    color: orange;
}

p.order {
    margin: 0;
    padding: 1em 0 1em 0;
    font-size: 10px;
}

form.order,
.order form {
    border: none;
    padding: 0;
}

input#increase.order, input#decrease.order {
    font-size: 14px;
    color: #183a8d;
    font-weight: bold;
    cursor: pointer;

    border: 0;
    background: transparent;

}

input#delete.order {
    cursor: pointer;
    font-size: 10px;
    color: #183a8d;
    font-weight: bold;
    background: #CFCAB8;
    padding: 6px;

}


/* connect */
.order td#column1 {
    width: auto;
}

.order td#column2 {
    width: 10px;
}

.order td#column3 {
    width: 290px;
    text-align: right;
}


.order fieldset {
    border: 1px #FCAE47 solid;
    border-radius: 10px;
}

.order #inscription.button {
    display: none;
}


.order input#keepconnected {
    margin-left: 130px;
}

.order label#labelkeepconnected {
    width: auto;
    text-align: left;
    margin-left: 5px;
}

.order form#connect label {
    width: 130px;
}

.order a#lostpassword {
    text-decoration: underline;
}

.order form#connect label.error {
    margin-left: 145px;
    width: auto;
    text-align: left;
    vertical-align: top;
}

.order form#nextstep {
    margin-top: 20px;
}


.order #connect a#inscription,
.order #connect #inscription-wrapper {
    display: none;
}

.order #connect input[type=submit],
.order input#btn-createaccount,
.order input#btn-withoutaccount {
    width: 220px !important;
    margin: 0.5rem 0;
}


/* Order 3 */
.order_3 div#port {
    width: 450px;
    margin-right: 30px;
}

.order_3 td#next {
    text-align: right;
    vertical-align: bottom;

}

/* Modes de payments */

div.paymentmode {
    float: left;
    width: 100px;
    margin: 10px 30px 20px 40px;
    text-align: center;
}

img#imageconsultus {
    float: left;
    margin: 20px;
}

div#consultus {
    margin: 20px;
    width: 600px;
}

div#consultusbutton {
    text-align: right;
    width: 600px;
}

/* Adresses */
div.order h2 {
    font-weight: bold;
    color: inherit;
    background: #BDBDBD;
    padding: 3px 7px;
}

div.order h2 a {
    color: #2367a5;
}

div#addresses #invoice, div#addresses #delivery {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2em;
    display: inline-block;
    min-width: 300px;
    max-width: 500px;
    margin-right: 30px;
    width: 40%;
    vertical-align: top;
}

div#addresses input {
    margin: .5em auto 0 auto;
    width: 100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 7px 12px;
    text-decoration: none;
}


/* paiement */

div.order div#choosepayment label {
    display: inline-block;
    width: 270px !important;
    vertical-align: middle;
    margin-left: 5px;
    text-align: left;
    font-size: 1.1rem;
}

div.order div#choosepayment input[type=radio] {
    width: 10px !important;
    vertical-align: top;
    zoom: 1.6;
}

div#resume {
    padding: 0px;
    margin: 20px 0;
}

div#resume h2 {
    margin: -4px 0 4px -9px;
    font-size: 14px;
    text-align: center;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

/*div#resume #invoice {*/
/*    padding: 5px;*/
/*    !*width: 100%;*!*/
/*    !*max-width: 760px;*!*/
/*        */
/*}*/
div#explain {
    clear: both;
    font-size: 13px;
    line-height: 1.2em;
    position: relative;
    width: 300px;
    margin: 1rem auto;
    padding-top: 1rem;
}

p#validbutton a.button {
    display: inline-block;
    top: 0;
    position: absolute;
}

div#explain p#title {
    font-size: 1.2em;
    font-weight: bold;
}

.order_4 .button {
    font-size: 1rem;
    padding: 15px;
    display: inline-block;
    margin: auto;
    position: absolute;
    right: 35px;
}

.order_4 .button:hover {
    font-weight: bold;
}

div.order form[action=order] p + h2 {
    background: #CFCAB8;
    position: relative;
    float: right;
    margin-right: 238px;
    margin-top: -200px;
}


.clearfix {
    clear: both;
}

/** Steps **/
/** Steps **/
.order #steps {
    border-top: 2px solid #2367a5;
    margin: 13rem auto 2rem;
    width: 80%;
    position: relative;
}

.order #steps div.step {
    position: absolute;
    top: -17px;
    background-color: #2367a5;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    text-align: center;
}

.order #steps div.step a,
.order #steps div.step span {
    color: white;
    line-height: 20px;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 1rem;
}

.order #steps #step_0 {
    left: 0px;
}

.order #steps #step_1 {
    left: 25%;
}

.order #steps #step_2 {
    left: 50%;
}

.order #steps #step_3 {
    left: 75%;
}

.order #steps #step_4 {
    left: 100%;
}


.order_0 div.step#step_0 {
    background-color: goldenrod;
}

.order_1 div.step#step_1 {
    background-color: goldenrod;
}

.order_2 div.step#step_2 {
    background-color: goldenrod;
}

.order_3 div.step#step_3 {
    background-color: goldenrod;
}

.order_4 div.step#step_4 {
    background-color: goldenrod;
}


/* code promo */
div#codepromo-wrapper {
    position: relative;
    margin-bottom: 2rem;
}

label#codepromo-label {
    width: 150px;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

div#codepromo-wrapper #codepromo {
    display: inline-block;
    width: 200px;
    font-weight: bold;
}

div.text-cg {
    margin: 2rem 0 0 2rem;
}

div#cg {
    margin: 0 0 2rem 2rem;
    text-decoration: underline;
}

input#btn-next[disabled],
input#btn-next[disabled]:hover {

    background: lightgray;
    color: darkgray;
}

.order_5 #valid #text {
    font-size: 1.1rem;
}