.boxLeft,
.boxRight {
    width: 42%;
    float: left;
    margin: 20px 2% 50px 2%;
    padding: 20px 2%;
}
.boxRight { float: right; }

.formDefault .label {
    padding: 1%;
    float: left;
}
.formDefault .label.xtiny { width: 10%; }
.formDefault .label.tiny { width: 23%; }
.formDefault .label.middle { width: 48%; }

.formDefault {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.formDefault label {
    display: block;
    line-height: 2em;
    color: #0e2b33;
    font-size: 1.4em;
}
.formDefault textarea,
.formDefault input[type=text],
.formDefault input[type=tel],
.formDefault input[type=number],
.formDefault input[type=email],
.formDefault input[type=password],
.formDefault select {
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 1.4em;
    width: 100%;
    border: 1px solid #dbdbdb;
    background: #fbfbfb;
    /* border-radius: 4px; */
}
.formDefault textarea { height: 100px; }

a.btSubmit,
.formDefault .btSubmit,
.formDefault input[type=submit],
.input-submitFinal {
    width: 100%;
    text-align: center;
    height: 40px;
    font-size: 1.4em;
    background: #39b54a;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    border: none;
}
a.btSubmit {
    display: block;
    line-height: 40px;
}
.input-submitFinal {
    border: none;
    padding: 0;
    font-weight: lighter;
    font-size: 1.4em;
    width: 100%;
    text-transform: none;
}

.formDefault a.legend {
    float: right;
    color: #007bff;
    font-size: 1.2em;
    line-height: 2em;
}
.formDefault a.legend:hover { text-decoration: underline; }

.formDefault .title {
    margin-top: 20px;
    font-size: 1.4em;
    line-height: 2em;
    font-weight: normal;
    text-transform: uppercase;
    color: #1A1A1B;
    border-bottom: 1px solid #1A1A1B;
}
.formDefault #cep { width: 80%; }
.formDefault .srcCEP_button {
    width: 20%;
    height: 40px;
    background: #39b54a;
    margin: 0;
    color: #fff;
    float: right;
    border: none;
}

.formDefault.bgWhite input[type=text],
.formDefault.bgWhite select {
    border: 1px solid #ccc;
}
.formDefault.bgWhite label { color: #333; }

#form_contact .left { width: 49%; float: left; }
#form_contact .right { width: 49%; float: right; }
#form_contact .right textarea { height: 176px; }

/* Cart */
#myCart .itens .listCustomer {
    position: relative;
    border-top: 1px solid #f1f1f1;
    margin-top: 20px;
}
#myCart .itens .listCustomer .lineNumber {
    position: absolute;
    left: -3%;
    width: 35px;
    background: #2a9c17;
    text-align: center;
    top: -1px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: #fff;
    padding: 12px 0;
    font-size: 1.4em;
    font-weight: bold;
    border-top: 1px solid #f1f1f1;
}
#myCart .itens .listCustomer .label.customer input { width: 35%; }
#myCart .itens .listCustomer .label.customer {
    position: relative;
    padding-left: 5%;
}
#myCart .itens .listCustomer .label.customer span.name {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    width: 54%;
    float: right;
    padding: 0 0 0 2%;
    color: #2a9c17;
    font-size: 1.4em;
    overflow: hidden;
}
#myCart .itens .listCustomer .label.valor_row .info { line-height: 40px; }

#form_customer_forgotPas label { color: #666; }

/**/

@media screen and (max-width: 800px) {
    #myCart .itens .listCustomer .label.customer { width: 55%; }
    #myCart .itens .listCustomer .label.customer span.name { font-size: 1.2em; }
}
@media screen and (max-width: 700px) {
    #myCart .itens .listCustomer .label.customer { width: 90%; padding-left: 8%; }
    #myCart .itens .listCustomer .label.kit { width: 60%; padding-left: 8%; }

    .boxLeft,
    .boxRight {
        width: 80%;
        float: left;
        padding: 20px 10%;
        margin: 0 0 30px 0;
    }

    .formDefault .label {
        padding: 2%;
        float: left;
    }
    .formDefault .label.xtiny { width: 10%; }
    .formDefault .label.tiny { width: 38%; }
    .formDefault .label.middle { width: 52%; }

    #form_contact .left,
    #form_contact .right { width: 100%; float: none; }
}

@media screen and (max-width: 500px) {
    #myCart .itens .listCustomer .label { padding: 2%; }
    #myCart .itens .listCustomer .label.customer {
        width: 86%;
        padding: 0 2% 0 10%;
    }

    #myCart .itens .listCustomer .label.kit { width: 60%; padding: 2% 2% 2% 10%; }

    .boxLeft,
    .boxRight {
        width: 100%;
        float: left;
        padding: 0;
        margin: 30px 0;
    }
    .formDefault input[type=submit] {
        margin-top: 10px;
    }

    .formDefault .label {
        padding: 0;
        float: left;
    }
    .formDefault .label.xtiny,
    .formDefault .label.tiny,
    .formDefault .label.middle { width: 100%; }
}

@media screen and (max-width: 410px) {
    #myCart .itens .listCustomer .label.customer input { width: 100%; }
    #myCart .itens .listCustomer .label.customer span.name { width: 98%; }
}