/*
CARRINHO DE COMPRAS
Criado em 00/00/00
Atualizado em 00/00/00
*/

/*aviso de erros*/
span#Label7 {
    display: block;
    margin: 0 0 10px 0;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    background-color: #c00;
    width: auto !important;
    color:#fff;
}

/*tabela frete*/
table#t-frete {
    /**/
}
table#t-frete td {
    text-align: left;
}
body#pg_compra ul.botoes-frete {
    margin: 0 0 20px 0;
}

/*tabela carrinho*/
table#t-carrinho {
    /**/
}

/*titulos*/
table#t-carrinho th {
    /**/
}
table#t-carrinho th#tc-qnt {

}
table#t-carrinho th#tc-qnt {
    /**/
}
table#t-carrinho th#tc-qnt {
    /**/
}
table#t-carrinho th#tc-qnt {
    /**/
}
table#t-carrinho th#tc-qnt {
    /**/
}

/**/
table#t-carrinho td input {
    width: 50px;
}
td img.pq {
    width: 90px !important;
    height: 90px !important;
}
table#t-carrinho td img {
    width: 30px !important;
    height: auto !important;
}

/***************************************************
BOX INFORME SEU CEP
----------------------------------------------------*/
/**** div q contem o buscep ****/

#Panelcep 
{
    position:relative;
    height:75px;
    margin:20px auto;
 
    border:2px solid #ededed; 
    background:#f9f9f9;  
}
/***** titulo 'Cálculo do Frete:' **/
#Panelcep #lblTitulo 
{
    font-weight:bold;
    text-transform:uppercase;
    position:absolute;
    top:10px;
    left:10px;
}
/***** texto 'Cep:' **/
#Panelcep #lblCep 
{
    font-weight:bold;
    position:absolute;
    top:40px;
    left:10px;
 }
/*** box dos primeiros 5 digitos */
#Panelcep input#txtceppre 
{
    width:55px;
    padding:1px;
    position:absolute;
    top:38px;
    left:40px;
}
/*** box dos ultimos 3 digitos */
#Panelcep input#txtcepsuf 
{
    width:20px;
    padding:1px;
    position:absolute;
    top:38px;
    left:90px;
}

/**** botao do calcula o frete ***/
#Panelcep #btncalcfrete 
{
    position:absolute;
    top:38px;
    left:120px;
}

/**** botao do limpa o CEP ***/
#Panelcep #btlimpacep 
{
    position:absolute;
    top:38px;
    left:262px;
}

/**** botao do Procure o CEP  ***/
#Panelcep #ln_ajudacep 
{
    position:absolute;
    top:38px;
    right:20px;
}


/***********************************************
BOTOES DE FINALIZAR A COMPRA
-----------------------------------------------*/

#botoesFinalizarCompra 
{
   text-align:center;
}

#botoesFinalizarCompra ul li
{
   display:inline;
   margin:0 3px 0 3px;
   
}




.destaques
{
     
}
 
.destaques .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}


 

