@import "cart_productMedia-screen.css"(max-width: 768px);
.title.cart {
    line-height: 16px;
}

.title.cart .bg {
    float: left;
    width: 41px;
    height: 41px;
    margin: 0 21px 0 0;
}

.title.cart.identificacao .bg {
    background-position: -249px -3px;
}

.title.cart.pagamento .bg {
    background-position: -208px -78px;
    height: 44px;
}

.tableDiv .thead,
.tableDiv .tbody {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 10px;
}

.tableDiv .thead .th {
    color: #010101;
}

.tableDiv .thead {
    font-weight: 900 !important;
    background: #f1f1f1;
    height: 42px;
    font-size: 13px;
    font-weight: bold;
}

.subtotal span {
    color: #010101;
}

.tableDiv {}

.tableDiv .thead .th,
.tableDiv .tbody .td {
    /* font-family: 'Futura PT'; */
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1em !important;
}

.tableDiv .tbody .td._10,
.tableDiv .thead .th._10 {
    width: 150px;
    text-align: center;
    padding: 15px;

}

.tableDiv .tbody .td._15,
.tableDiv .thead .th._15 {
    width: 150px;
    text-align: center;
}

.tableDiv .tbody .td._25,
.tableDiv .thead .th._25 {
    width: 250px;
    text-align: center;
}

.tableDiv .tbody .td._30,
.tableDiv .thead .th._30 {
    width: 300px;
    padding: 25px 0;
}

.tableDiv .tbody .td._40,
.tableDiv .thead .th._40 {
    width: 430px;
    padding: 25px 0;
}

.tableDiv .tbody .td._45,
.tableDiv .thead .th._45 {
    border-radius: 10px;
}

.tableDiv .tbody {
    border-bottom: 1px solid #f1f1f1;
    box-sizing: border-box;
    font-size: 1.4em;
    padding: 8px 0px;
}

.tableDiv .prodPriceDe {
    color: #333333;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 8px;
}

.tableDiv .prodPriceDe b {
    text-decoration: line-through;
}

.tableDiv .prodPrice {
    color: #3C3D3E;
    font-size: 1em;
    font-weight: normal;
}

.tableDiv .prodPrice b {
    font-weight: bold;
}

.tableDiv .prodPrice.pink {
    color: #010101;
    font-weight: 600;
    /* font-size: 1.1em; */
}

.tableDiv .tdRight .td {
    text-align: right;
}

.tableDiv .total {
    /* font-family: 'Futura PT'; */
    font-weight: 900;
    color: #13B569;
    font-size: 1.6em;
}

.tableDiv .title_total {
    /* font-family: 'Futura PT'; */
    font-weight: 900;
    color: #000;
    font-size: 1.2em;
    margin-right: 10px;
}

.tableDiv .img,
.tableCart .img div {
    width: 100px;
    display: table-cell;
    padding-right: 10px;
    text-align: center;
}

.tableDiv .prodName {
    display: table-cell;
    vertical-align: middle;
    color: #000;
}

.tableDiv .img img {
    max-width: 55px;
    max-height: 55px;
}

.tableDiv .img div {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: center;
}


/*Subtotal*/

.title {
    color: #000;
    font-size: 1.3em;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #F2F2F4;
}

.subtotal {
    /* font-family: 'Futura PT'; */
    font-weight: 500;
    color: #3C3D3E;
    font-size: 1.3em;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase;
}

.subtotal span {
    font-size: 1.2em;
    margin-left: 30px;
    width: 150px;
    text-align: center;
    float: right;
    font-weight: 600;
}

.red {
    color: #787878 !important;
}

.subtotal {
    background: #fff;
}

.tableDiv .tbody {
    font-size: 12px;
}

.fixqtd {
    width: auto !important;
    border-radius: 100%;
    padding: 8px 5px !important;
    margin-left: 51px !important;
}

.continuar_comprando {
    /* font-family: 'Futura PT'; */
    font-weight: 600;
    color: #fff;
    background: #494949;
    font-size: 14px;
    float: left;
    padding: 22px 23px;
    margin-top: 35px;
    text-transform: uppercase;
    border-radius: 4px;
}

.concluirCompra {
    /* font-family: 'Futura PT'; */
    font-weight: 600;
    transition: all .3s;
    float: right;
    margin-top: 35px;
    color: #FFFFFF;
    background: url('../img/buy.png') #28A745 94% 16px no-repeat;
    font-size: 22px;
    padding: 22px 46px 22px 23px;
    text-transform: uppercase;
    border-radius: 4px;
}

.concluirCompra:hover,
.concluirCompra:focus,
.concluirCompra:active {
    background-color: rgb(34, 134, 57);
    transition: all .3s;
    color: #fff !important;
}

.continuar_comprando:hover,
.continuar_comprando:focus,
.continuar_comprando:active {
    background: #000;
    color: #fff !important;
}


/* FORMAS DE PGTO */

.payForms {
    width: 331px;
    height: 65px;
    display: block;
    cursor: pointer;
}

.payForms.payBcash,
.payForms._1 {
    background: url("../img/customer/payBcash_bg.png") no-repeat;
}

.payForms.payMercadoPago,
.payForms._2 {
    background: url("../img/customer/payMercadoPago_bg.png") no-repeat;
}

.payForms.payPagSeguro,
.payForms._3 {
    background: url("../img/customer/payPagSeguro_bg.png") no-repeat;
}

.payForms.payPayPal,
.payForms._4 {
    background: url("../img/customer/payPayPal_bg.png") no-repeat;
}

.payForms.payBoleto,
.payForms._5 {
    background: url("../img/customer/payBoleto_bg.png") no-repeat;
}

.payForms.payLocal,
.payForms._6 {
    background: url("../img/customer/payLocal_bg.png") no-repeat;
}

h2.subTitle {
    font-size: 18px;
    line-height: 27px;
}

.boxLoginCadastro.marginT {
    margin-top: 30px;
}

#tabelaFrete label {
    border: 1px solid #ccc;
    font-size: 1em;
    margin: 5px 0 0 0;
    padding: 10px;
    width: 100%;
}

#tabelaFrete label:hover {
    border-color: #000;
}
.cart-tabela label:hover{
    border: 1px solid #ccc!important;
}

#tabelaFrete label span._2::after {
    content: ":";
}

#tabelaFrete label span._2 {
    color: #1C2127;
    float: left;
    font-size: 12px !important;
    max-width: 100px;
    text-transform: uppercase;
    width: 60% !important;
}

#tabelaFrete label span._3,
#tabelaFrete label span._4 {
    color: #1C2127;
    float: right;
    font-size: 12px !important;
    font-weight: normal;
    text-align: right;
    width: 75px;
}

#page-cart #tabelaFrete label span._4 {
    width: 130px;
    margin-top: 0;
    line-height: 1;
}

#page-cart .ocult {
    display: none;
}

#page-cart .input-text-customer {
    background: #E8E8E8 !important;
    border: 1px solid #231F20 !important;
    color: #231F20 !important;
    height: 35px !important;
    border-radius: 7px !important;
    padding-left: 20px !important;
    font-size: 1.3rem !important;
    margin-right: 10px;
    width: 100%;
}

#page-cart .input-text-customer.med {
    max-width: 180px;
}

#page-cart .tableDiv .tbody .tr {
    border: none;
}

#page-cart .align-left {
    text-align: left;
    display: block;
}

#page-cart .span-title {
    display: block;
    float: none;
    font-weight: bold;
    /* font-family: 'Futura PT'; */
    text-transform: uppercase;
    font-size: 13px;
    color: #010101;
}

#page-cart .input-submit-customer:hover {
    background: #6ccc67;
    transition: all .3s;
}

#page-cart .input-submit-customer {
    /* font-family: 'Futura PT'; */
    font-weight: 500;
    background: #000;
    color: #fff;
    text-align: center;
    text-indent: 0;
    transition: all .3s;
    padding: 0px 15px;
    margin: 10px 0px 10px 5px;
    display: inline-block;
    cursor: pointer;
    height: 36px;
    width: 90px;
    border-radius: 10px;
}

.v_total {
    color: #3C3D3E;
    font-size: 1.2em;
    padding: 16px 0;
    text-align: right;
    font-weight: 900 !important;
}

.result-discount {
    /* margin-top: 10px; */
    font-weight: normal;
    font-size: 0.9em;
    float: right;
    margin-right: 3%;
    font-weight: 600;
}


/**/


/*.tBody #tabelaFrete label {
    width: 100%;
    box-sizing: border-box;
}*/

.tbody #tabelaFrete label span._4 {
    float: right!important;
    margin-top: 10px;
}

#page-cart {
    display: block;
    margin: 0px 0px 50px 0px;
    background: white;
    font-family: 'roboto';
    padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
    .tableDiv .prodName {
        display: inherit;
    }
    .tableDiv .thead {
        display: none;
    }
    .tableDiv .tbody {
        margin-bottom: 30px;
    }
    .tableDiv .tbody .td {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
        width: auto!important;
        padding: 0 0 10px 0!important;
        /* margin: 0 auto; */
    }
    #page-cart .input-text-customer {
        max-width: 220px;
    }
    #page-cart .ocult {
        display: block!important;
    }
    #page-cart .ocult_r {
        display: none!important;
    }
    #page-cart ._50,
    #page-cart ._10,
    #page-cart ._15,
    #page-cart ._20,
    #page-cart ._80 {
        width: 100%!important;
    }
    #page-cart .bg_ocult {
        background: #f2f2f4;
        color: #3C3D3E;
        font-size: 0.9em;
        padding: 10px 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .continuar_comprando,
    .concluirCompra {
        margin-bottom: 10px;
        width: 100%;
        padding: 15px 0px!important;
        text-align: center;
    }
    #page-cart .result-discount {
        margin-bottom: 20px;
    }
    .tableDiv .prodPrice.pink {
        color: #42bb47;
    }
    .m-box {
        display: table;
        margin: 0 auto;
        padding: 0 20px;
    }
    .subtotal {
        display: none;
    }
    #page-cart .span-title {
        display: block;
        text-align: center;
    }
    .tbody.coupon,
    .tbody.shipping {
        padding-top: 20px;
        padding-left: 0!important;
        border: 1px solid #f1f1f1!important;
    }
    .tableDiv .tbody.coupon .td,
    .tableDiv .tbody.shipping .td {
        padding-bottom: 0;
    }
    .m-box {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }
    .tableDiv .img,
    .tableCart .img div {
        display: block;
        width: 100%;
    }
    .tableDiv .prodName {
        line-height: 1.5em;
    }
    .tableDiv .img div {
        display: initial;
        margin-bottom: 15px;
    }
    #page-cart .result-discount {
        margin-top: 10px;
        float: none;
        display: block;
        text-align: center;
    }
    #page-cart .input-submit-customer {
        width: 99%;
        margin-left: 0;
    }
    .fixqtd {
        margin-left: 0!important;
    }
}

@media screen and (max-width: 768px) {
    .m-box{
        padding-bottom: 0px;
    }
    .tableDiv .tbody .td{
        padding: 0 0 0px 0!important;
    }
    .tableDiv .tbody{
        margin-bottom: 10px;
    }
    #page-cart .input-text-customer.med {
        max-width: 180px;
        margin: 0;
    }
    #page-cart .input-submit-customer {
        width: 180px;
        margin-left: 0;
    }
}