@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 .th {  }

.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: #3C3D3E; font-weight: 600; font-size: 1.1em; }
.tableDiv .tdRight .td { text-align: right; }

.tableDiv .total {
    color: #909090;
    
    font-size: 1.6em;
}
.tableDiv .title_total{ font-size: 1.2em; margin-right: 10px;}

.tableDiv .img, .tableCart .img div { width: 15%; float: left; }
.tableDiv .img img { max-width: 100px; max-height: 100px;}
.tableDiv .img div { display: table-cell; vertical-align: middle; }

/*Subtotal*/
.subtotal {
    border-bottom: 3px solid #F2F2F4;
    color: #3C3D3E;
    
    font-size: 1.4em;
    padding: 0px 20px 20px;
    text-align: right;
    text-transform: uppercase;
}
.subtotal span { font-size: 1.2em; margin-left: 85px; }

.continuar_comprando,
.concluirCompra {
    color: #FFFFFF;
    background: #909090;
    font-size: 14px;
    float: left;
    padding: 17px 45px;
    text-transform: uppercase;
    
}
.concluirCompra { background: #be1e2d; float: right; }
.continuar_comprando:hover,
.concluirCompra:hover { background: #000000; }

/* 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%;
}
#tabelaFrete label:hover { border-color: #000; }
#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: 75px !important;
}
#tabelaFrete label span._3,
#tabelaFrete label span._4 {
    color: #1C2127;
    float: right;
    
    font-size: 12px !important;
    font-weight: normal;
    text-align: right;
    width: 65px;
}
#page-cart .ocult{display: none;}
#page-cart .input-text-customer {
    display: inline-block;
    width: auto;
    text-align: center;
}
#page-cart .tableDiv .tbody .tr {border: none;}
#page-cart .align-left {text-align: left;}
#page-cart .span-title {display: block; float: none;  font-weight: normal}
#page-cart .input-submit-customer {font-size: .7em;}
#page-cart .v_total {background: #f2f2f4; color: #3C3D3E; font-size: 1.2em; padding: 16px 0; text-align: right;}
#page-cart .result-discount{margin-top: 10px; font-weight: normal; font-size: 1.2em;}