@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; }
.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: 'Gotham';
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1em !important;
}
.tableDiv .tbody .td._10b{width: 70px; text-align: center;}
.tableDiv .tbody .td._10,
.tableDiv .thead .th._10 {width: 150px;text-align: center;}
.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._50,
.tableDiv .thead .th._50 {
    padding: 0 15px;
}

.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: 'Gotham';
    font-weight: 900;
    color: #13B569;
    font-size: 1.6em;
}
.tableDiv .title_total{ font-family: 'Gotham'; font-weight: 900; color: #000; font-size: 1.2em; margin-right: 10px;}

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

.tableDiv .prodName {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    font-size: 10px;
    font-weight: 500;
}


.tableDiv .img img {max-width: 55px; max-height: 55px;}
.tableDiv .img div {display: table-cell;vertical-align: middle;width: 80px;text-align: center;}

/*Subtotal*/
.title {
    font-size: 1.3em;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid #F2F2F4;
}
.subtotal {
    font-family: 'Gotham';
    font-weight: 500;
    color: #3C3D3E;
    font-size: 1.3em;
    padding: 20px 0;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 1px solid #f1f1f1;
}
.subtotal span {font-size: 1.2em;margin-left: 120px;width: 230px;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: 'Gotham';
    font-weight: bold;
    color: #fff;
    background: #898989;
    font-size: 14px;
    float: left;
    padding: 22px 23px;
    margin-top: 35px;
    text-transform: uppercase;
}
.concluirCompra{
    font-family: 'Gotham';
    font-weight: bold;
    transition: all .3s;
    float: right;
    margin-top: 35px;
    color: #FFFFFF;
    background: url('../img/buy.png') #13B569 94% 16px no-repeat;
    font-size: 22px;
    padding: 17px 46px 17px 23px;
    text-transform: uppercase;
}
.concluirCompra:hover{
    background-color: #147921;
    transition: all .3s;
}

.continuar_comprando:hover{ background: #000; }

/* 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: 90%;
    height: auto;
}
#tabelaFrete label span {display: table;}

/* #tabelaFrete label.active {background: none; border: none;} */
#tabelaFrete label:before {
    content: '\2714';
    float: left;
    padding: 7px 7px;
    border: 1px solid #ccc;
    margin: 4px 5px 5px 0px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
#tabelaFrete label.active:before {
    content: '\2714';
    background: #ff8b27;
    color: #fff;
}

#tabelaFrete label:hover { border-color: #ff8b27; }
#tabelaFrete label span._2::after { content: ":"; }
#tabelaFrete label span._2 {
    color: #1C2127;
    /* float: left; */
    font-size: 11px !important;
    max-width: 130px;
    text-transform: uppercase;
    /* width: 75px !important; */
    font-weight: 900;
    font-family: 'Gotham';
}
#tabelaFrete label span._3,
#tabelaFrete label span._4 {
    color: #1C2127;
    float: left;
    font-size: 12px !important;
    font-weight: normal;
    text-align: right;
    margin-right: 5px;
}

#page-cart .ocult{display: none;}
#page-cart .input-text-customer {
    display: inline-block;
    width: auto;
    text-align: center;
    border: 1px solid #bfbfbf;
    /*height: 20px;*/
    width: 100%;
    margin: 10px 0;
    max-width: 65%;
    text-indent: 0;
}
#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; margin-left: 5px;}
#page-cart .span-title {/* display: block; */float: none; font-weight: bold; font-family: 'Gotham'; 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: 'Gotham';
    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: 109px;
}
.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;
}
@media (max-width: 1250px) and (min-width: 900px) {
    #tabelaFrete label span._2{width: 100px !important;}
}
@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;}
    #tabelaFrete{ width: 95%;}
}