@import "cart_productMedia-screen.css"(max-width: 768px);

#page-cart { background: #fff; }

.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 a.delete { 
    background: url('../../../../../views/geral/img/sprite_icons_checkout.png') no-repeat -265px -5px;
    width: 16px;
    height: 20px;
    display: inline-block;
}

.tableDiv .img, .tableCart .img div { width: 15%; float: left; }
.tableDiv .img img { max-width: 90%; 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;
    text-transform: uppercase;
}
.continuar_comprando { padding: 10px; }
.concluirCompra { background: #9f1f63; float: right; padding: 17px 45px; }
.continuar_comprando:hover,
.concluirCompra:hover { 
    background: #000;
    cursor: pointer;
}

.input-submit-customer {
    font-size: 1.0em; 
    padding: 5px 10px;
    text-transform: lowercase;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}

#valorTotal { float: none; font-size: 1.2em; color: #9f1f63; }

/* 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; text-align: center; width: auto; }
#page-cart .labelCustomer { display: inherit }
#page-cart .tableDiv .tbody .tr {border: none;}
#page-cart .align-right { padding-right: 10px; text-align: right;}
#page-cart .align-left { padding-left: 10px; text-align: left;}
#page-cart .span-title { display: inline-block; float: none; margin-bottom: 10px; font-weight: normal}
#page-cart .v_total {background: #f2f2f4; color: #3C3D3E; font-size: 1.2em; padding: 16px 0; text-align: right;}
#page-cart .result-discount { display: inline-block; float: none !important; font-weight: bold; }

.loadingGif{
    background-image: url(https://www.donakardaluxo.com.br/views/geral/img/default-loading.gif);
    background-repeat: no-repeat;
    background-position: 94%;
    background-size: 22px;
}