/* 
    Document   : encomenda.css
    Created on : 24/Jul/2012, 12:07:22
    Author     : murteira
    Description:
        Purpose of the stylesheet follows.
*/

#carrinhoM{
    float: right;
    color: #002D56;
    min-width: 20px;
    text-align: center;
    background-image: url("../imagens/icon_cart_mobile.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-left: 10px;
    padding-top: 18px;
    line-height: 15px;
}
#carrinhoM a{
    color: #002D56;
}
#carrinhoM.loading{
    background-image: url(../imagens/loader_small.gif);
    text-indent: -99999px;
}


#carrinho{
    position: relative;
    /*height: 30px;*/
}

#carrinho .link{
    /*background-color: #FFFFFF;*/
    /*color: #FF9E9C;*/
    /*font-size: 10px;*/
    font-weight: 700;
    /*height: 22px;*/
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
#carrinho .link.hover{
    /*background-color: #FFFFFF;*/
    color: #002D56;
}
#carrinho .link.hover a{
    color: #002D56;
}

@media (max-width: 768px) { 
    #carrinhoM > a span{
        display: none;
    }
}



#carrinho .link a{
    color: #002D56;
    text-decoration: none;
}

#carrinho .loading{
    text-align: center;
    padding: 10px;
}
#carrinho .extra{
    display: none;
    position: absolute;
    top: 100%;
    right: -1px;
    border: 1px solid #002d56;
    /*border-top: 0px;*/
    width: 310px;
    text-align: left;
    background-color: #FFFFFF;
    color: #002d56;
    font-size: 9px;
}

#carrinho .extra .lista{
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#carrinho .extra .scroll-pane{
    overflow: auto;
    max-height: 300px;
}

#carrinho .extra .lista .item{
    /*height: 60px;*/
    overflow: auto;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #99ABBB;
}
#carrinho .extra .lista .item .texto{
    width: 220px;
    float: left;
    line-height: 14px;
}
#carrinho .extra .lista .item .texto .remove{
    float: right;
    text-decoration: none;
    color: #99ABBB;
}
#carrinho .extra .lista .item .texto .remove:hover{
    color: #FF9E9C;
}
#carrinho .extra .lista .item .texto span{
    color: #99ABBB;
}

#carrinho .extra .lista .item .texto span.soldOut{
    background-image: url("../imagens/bg_red_70.png");
    color: #FFFFFF;
    padding: 2px 4px;
    display: inline-block;
}

#carrinho .extra .lista .item .img{
    width: 40px;
    height: 60px;
    overflow: hidden;
    float: right;
}
#carrinho .extra .lista .item .img img{
    width: 40px;
}

#carrinho .extra .total{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e5eaee;
}
#carrinho .extra .total p{
    margin-bottom: 10px;
}
#carrinho .extra .total #idPaisCarrinho{
    width: 155px;
    margin-left: 15px;
}


#carrinho .fInputButton{
    width: 100%;
    text-decoration: none;
    background-color: #668199;
    padding: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
}

#carrinho .bootstrap-select .btn{
    white-space: nowrap;
}


/* Novos estilos */

.areaAzul{
    background-color: #e4eaee;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.areaAzul .titulo{
    margin-top: -60px;
    margin-bottom: 30px;
    text-align: center;
}
.areaAzul .titulo span{
    display: inline-block;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #003054;
    color: #003054;
    font-family:'Avenir LT W01 95 Black';
    font-size: 18px;
    min-width: 220px;
    line-height: 60px;
}
.areaAzul .botoes{
    margin-bottom: -60px;
    margin-top: 30px;
    text-align: center;
}
#conteudos .areaAzul .botoes a,
#conteudos .areaAzul .botoes input{
    box-sizing: border-box;
    text-decoration: none;
    display: inline-block;
    height: 60px;
    background-color: #003054;
    border: 3px solid #003054;
    color: #ffffff;
    font-family:'Avenir LT W01 95 Black';
    font-size: 18px;
    min-width: 220px;
    line-height: 54px;
}
#conteudos .areaAzul .botoes a:hover,
#conteudos .areaAzul .botoes input:hover{
    text-decoration: none;
    color: #003054;
    background-color: #e4eaee;
}
.areaAzul label{
    font-size: 16px;
    font-family:'Avenir LT W01 85 Heavy';
}
.areaAzul .checkbox label{
    font-size: 11px;
    font-family:'Avenir LT W01 55 Roman', arial;
}

.areaAzul .erro{
    font-family:'Avenir LT W01 85 Heavy';
    margin-top: 10px;
    border: 1px dashed #003054;
    padding: 5px;
    color: #003054;
}
.areaAzul b,
.areaAzul strong{
    font-family:'Avenir LT W01 85 Heavy';
}