.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: 50%;
}

.formDefault .label.middle {
    width: 100%;
}

.formDefault {
    display: flex;
    width: 100% 700px;
    margin-bottom: 30px;
    flex-direction: column;
}

.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: 50px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 1.4em;
    width: 100%;
    border: 1px solid #d9dee7;
    background: #fbfbfb;
    border-radius: 8px;
    margin: 6px 0;
}

.formDefault textarea {
    height: 100px;
}

a.btSubmit,
.formDefault .btSubmit,
.formDefault input[type=submit],
.input-submitFinal {
    width: 100%;
    background: #00c060;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 192, 96, 0.4);
    transition: background 0.2s ease;
    height: 50px;
    text-transform: none;
    margin: 30px 0;
}

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 {
    color: #00b050;
    font-size: 14px;
    line-height: 2em;
    text-decoration: underline;
}

.formDefault a.legend:hover {
    text-decoration: underline;
}

.formDefault .title {
    margin-top: 20px;
    font-size: 17px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 2px solid #00B85F;
    padding-bottom: 20px;
}

.box_cep {
    width: 95%;
}

.box_buscar {
    display: flex;
    align-items: end;
    width: 50%;
    gap: 6px;
    justify-content: space-between;
}

.formDefault .srcCEP_button {
    height: 50px;
    background: #000000;
    margin: 0;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    width: 23%;
}

.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%;
    }
}