.banner{
    background-color: #FFFFFF;
    min-height: 300px;
    background-image: url(../img_banner/shopping-cart.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center -150px;
    transition: all ease 1s;
    position: relative;
    text-align: center;
}

.banner h1{
    font-family: titulo;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color:#FFFFFF;
    text-shadow: 0px 0px 6px rgba(0,0,0,.8), 0px 0px 8px rgba(0,0,0,.7);
    text-transform: uppercase;
    position: absolute;
    bottom: 32px;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.img-mercadolivre{
    width: 100%;
}

.table{
    display: table;
    width: 100%;
}


.table-cell{
    display: table-cell;
    background: #FFFFFF;
    width: 70%;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
}

.table-cell:nth-child(1){
    border: 1px solid #dae4ff;
    border-radius: 4px;         
}

/*conteiner do valor total dos produtos*/
.table-cell:nth-child(2){
    padding: 0px 20px;
    width: 30%;
}

/*tabela de produtos do carrinho*/
.table-car td:nth-child(1){
    text-align: center;
}

.table-car td{
    padding: 8px 4px;
}
.table-car thead th{
    border-top-left-radius: 4px;         
    border-top-right-radius: 4px;         
    padding: 8px 4px;
    font-family: titulo;
}

.table-car thead{
    background: #e8eeff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
}

.table-car *{
    vertical-align: middle;
}

.section-site .conteiner .table-car a{
    color:#0040BF;
    font-size: 12px;
}

.table-car tr{
    border-bottom: 1px solid #dae4ff;
}

.table-car{
    width: 100%;
}

.img-thumb{
    width: 48px;
    padding: 4px;
    margin: 4px;
    background: #FFFFFF;
    border: 1px solid #dae4ff;
}

/*fim tabela de produtos do carrinho*/


/*elemento de quantidade de produtos*/
.div-quantidade{
    position: relative;
    max-width: 60px; 
}

.div-quantidade input {
    font-size: 18px;
    border: 1px solid #dae4ff;
    text-align: center;
    display: inline-block;
    margin: 0px;
    min-width:60px;
    width: 100%;
    vertical-align: top;
    height: 56px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.div-quantidade .add{
    display: block;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #dae4ff;
    position: absolute;
    top:0px;
    right: -20px;
    width: 24px;
    padding: 2px 4px;
    font-weight: bold;
    border-top-right-radius: 4px; 
    cursor: pointer;
}

.div-quantidade .rmv{
    display: block;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #dae4ff;
    position: absolute;
    bottom: 0px;
    right: -20px;
    width: 24px;
    padding: 2px 4px;
    font-weight: bold;
    border-bottom-right-radius: 4px; 
    border-top: none;
    cursor: pointer;
}
.div-quantidade span:active{
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: #dae4ff;
}
/*fim do elemento de quantidade de produtos*/

/*elemento de somatoria*/
.div-total-produtos{
    background: #ffffff;
    border: 1px solid #dae4ff;
    border-radius: 4px;
    padding: 8px 16px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    font-size: 18px;
    line-height: 27px;
    position:-webkit-sticky;
    position:sticky;
    top:10%;
}

.div-total-produtos .div-titulo{
    font-weight: bold;
    text-transform: uppercase;
    font-family: titulo;
}

.btn{
    display: block;
    width: 100%;
    margin-top: 18px;
    text-transform: uppercase;
    max-width: 290px;
}

/*fim elemento de somatoria*/



/*elemento calcular frete*/

.table-m {
    display: table;
    width: 99%;
}

.table-cell-m {
    display: table-cell;
}

.section-site .conteiner .table-cell div.table-m-s.frete{
    padding-bottom: 12px; 
    margin-bottom: 12px; 
    border-bottom: 1px solid #dae4ff;
}

.section-site .conteiner .table-cell div.table-m-s.frete *{
    vertical-align: bottom;
}

.section-site .conteiner .table-cell div.table-m-s.frete div.table-cell-m:nth-child(1) {
    width: 80%;
    padding-right: 8px; 

}

.section-site .conteiner .table-cell div.table-m-s.frete div.table-cell-m button{
    padding: 8px 24px; 
    text-transform: uppercase;
    vertical-align: top;
} 

.section-site .conteiner .table-cell div.table-m-s.frete div.table-cell-m.div-cep{
    position: relative;
}

.section-site .conteiner .table-cell div.table-m-s.frete div.table-cell-m.div-cep.processing::after{
    content:"";
    position:absolute;
    top: 12px;
    left:4px;
    width: 24px;
    height: 24px;
    background-image: url(../img/processing.gif);
    background-position: center;
    background-repeat:no-repeat; 
}

#formFrete label{
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 8px;
}

.div-valor-frete{
    font-size: 18px;
    line-height: 27px;
    border-bottom: 1px solid #dae4ff;
}

.div-valor-frete input[type="radio"]{
    display:none;
}

.div-valor-frete label{
    display: block;
    margin:12px 0px; 
    cursor:pointer;
    background-image: url(../img/radio_false.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px; 
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.div-valor-frete input[type="radio"]:checked + label{
    background-image: url(../img/radio_true.png);
}

.div-valor-frete .div-valor-total-pedido{
    margin-bottom:16px; 
}

.div-valor-frete{
    display: none;
}

.div-modalidade-frete{
    background: #e8eeff;
    padding: 4px 8px;
    margin: 16px 0px;
}

/*fim elemento calcular frete*/


/*configurações da tabela*/

.section-site .conteiner .table-cell:nth-child(1) .ui-widget-header input,
.section-site .conteiner .table-cell:nth-child(1) .ui-widget-header select{
    background: rgba(214, 223, 246, 0.3);
    margin-bottom: 18px;
    padding: 8px;
    border: 1px solid #D6DFF6;
    border-radius: 4px;
    font-size: 16px;
    font-size: 18px;
    line-height: 27px;
}

.section-site .conteiner select{
    min-height: 45px;
}

.ui-widget-header{
    background: #ffffff;
}

.section-site .conteiner  .table-style thead tr th, 
.section-site .conteiner .table-style .th-style{
    font-weight: bold;
    text-transform: uppercase;
}
  
.section-site .conteiner .table-style thead tr th {
    background: #D6DFF6;
    text-align: left;
}

.section-site .conteiner .table-style{
    min-height: 100%;
    background: rgba(0, 64, 191, 0.05);
}


.section-site .conteiner .table-style tr:nth-child(2n){
    background: #ffffff;
}

.section-site .conteiner .table-style td:nth-child(3){
    text-align: center;
}

/*fim configurações da tabela*/


@media screen and (max-width:744px){

    .table-cell:nth-child(1){
        overflow: auto;
    }

    .table-cell:nth-child(2){
        padding: 0px;
    }

    .table,.table-cell, .table-cell:nth-child(2){
        display: block;
        width: auto;
        font-size: 16px;
    }

    .banner{
        background-position: center center;
    }

    .div-total-produtos{
        margin-top: 24px; 
    }

}

.section-site .conteiner table td a.link-produto{
    color:#000000;
    font-size: 16px;
    line-height: 24px;
}

.section-site .conteiner textarea.duvida{ 
    font-size: 18px;
    border: 1px solid #dae4ff;
    display: inline-block;
    margin: 8px 0px 0px 0px;
    min-width:60px;
    width: 94%;
    vertical-align: top;
    min-height: 160px;
    border-radius: 4px;
    padding: 8px;
}

td{
    line-height: 24px;
}

.div-ajax-icon{
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    background-image: url(../img/enviando.gif);
    background-position: center center; 
    background-repeat: no-repeat; 
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000000;
    display: none;
}