﻿header {
    /*background-color: #AC0D12;*/
    background: url('../img/masterpage/bg-topo-20141103.jpg');
    /*padding: 20px;*/
    padding-top: 80px;
    height: 150px;
    color: #fff;
}

    header .topo-header {
        top: 0px;
        position: absolute;
    }

    header #usuario a > img.login {
        width: 60px;
        margin-top: -7px;
    }


    header #usuario a > img.meus-pedidos {
        width: 105px;
        margin-top: -7px;
    }



    header #usuario a > img.meu-cadastro {
        width: 105px;
        margin-top: -7px;
    }

    header #usuario a > img.trocar-senha {
        width: 105px;
        margin-top: -7px;
    }

.panel {
    margin-top: 10px;
}

.dados-pedido-logado {
    position: absolute;
    font-size: 9px;
    color: #fff;
    margin-top: -35px;
    margin-left: 432px;
}

    .dados-pedido-logado a {
        font-size: 9px;
        color: #fff;
    }

.dados-pedido {
    position: absolute;
    font-size: 9px;
    color: #fff;
    margin-top: -35px;
    margin-left: 110px;
}

    .dados-pedido a {
        font-size: 9px;
        color: #fff;
    }

.links-institucional a {
    color: #fff;
}


header #usuario a#widget-carrinho img {
    width: 215px;
    margin-top: -7px;
}

.navbar-toggle {
    border: 0px none;
}

.navbar {
    margin-bottom: 0px;
}

#nav-menu a {
    font-size: 10px;
}

#primeiro-topo {
    background-color: #470103;
    height: 50px;
}


/*header #carrinho-usuario { background-color: rgba(30, 30, 30, .85); border-radius: 5px; padding:10px; display: block; color: #fff;}*/
header #carrinho-usuario {
    border-radius: 5px;
    padding: 10px;
    display: block;
    color: #fff;
}
/*background-color: #00a3ad;*/

/*header #usuario { background-color: rgba(255,255,255,.7); border-radius: 5px; padding:10px; display: block; color: #000;}*/

header .input-group input,
header .input-group .btn {
    border: 1px solid #fff;
}


header .logo img {
    margin-top: -20px;
}




.subcategorias {
    background-color: #fff;
    position: absolute;
    top: 50px;
    width: 96%;
    z-index: 190;
    margin-bottom: -50px;
    border-radius: 10px 10px 10px 10px;
}

    .subcategorias ul {
        width: 100%;
        overflow: hidden !important;
        padding: 10px;
        z-index: 5;
    }

        .subcategorias ul li a {
            padding: 5px 5px 5px 15px;
            width: 180px;
            background: #F5F5F5 url(../img/alex-img/ir2.png) no-repeat scroll 6px center !important;
            color: #000 !important;
            height: 30px;
            overflow: hidden !important;
        }

.subcategorias_conteudo {
    height: 100%;
}

li.itemMenu:hover {
}

li a.itemMenu:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}




.subcategoriasSelecionado {
    /*background-color:#fff;
    position: absolute;
    
    width:100%;
    z-index:90;
    margin-bottom:-50px;
    border-radius:10px 10px 10px 10px;*/
    z-index: 90;
    position: relative;
    margin-top: -20px;
    background: #ddd url(../img/masterpage/bg-menu-cinza.png) top left repeat;
    float: left;
    height: auto;
    width: 100%;
    margin-top: 0px;
}

    .subcategoriasSelecionado ul {
        float: none !important;
        margin: auto !important;
        overflow: hidden !important;
        width: 100% !important;
        max-width: 1080px !important;
    }

        .subcategoriasSelecionado ul li a {
            /*padding:5px 5px 5px 15px;
    width:180px;
    color:#000 !important;
    height:30px;
    overflow:hidden !important;*/
            float: left;
            width: 150px;
            height: 16px;
            line-height: 16px;
            color: #333;
            text-decoration: none;
            font-size: 10px;
            text-indent: 3px;
            padding: 0px !important;
        }

            .subcategoriasSelecionado ul li a:hover {
                background-color: #CCCCCC;
            }

        .subcategoriasSelecionado ul li {
            width: 15% !important;
            background: #eee url(../img/alex-img/ir2.png) no-repeat scroll 6px center !important;
            padding: 1px 5px 1px 1% !important;
            margin: 1px !important;
        }

.subcategorias_conteudoSelecionado {
    height: 100%;
    width: 100% !important;
    position: relative;
    margin: 0 auto;
    height: auto;
}

@media (max-width:767px) {
    /*header{
        padding-top:0px;
        background: pink;
        height:250px;
        background-size:auto 100%;
        width:100%;
    }*/

    .dados-pedido {
        position: relative;
        margin: 0px;
        top: -30px;
        left: -20px;
    }

    #menu1 table tr td {
        text-align: center;
        padding: 0px 0px;
        width:50%;
    }

        #menu1 table tr td a {
            color: white;
            text-decoration: none;
        }

    #menu2 table tr td {
        text-align: center;
        width:20%;
        padding:10px 0px;
    }

    #menu2 table tr td a {
        color: white;
        text-decoration: none;
    }

    #primeiro-topoo {
        max-height: 150px;
        position: fixed;
        z-index: 1050;
        background: #3e0709;
    }

    .navbar-header {
        height: 50px;
    }

    a.logo img {
        margin-top: 20px !important;
    }

    .navbar-toggle {
        float: left !important;
        margin-left: 5px;
    }

    .subcategorias {
        left: 100px;
        top: 50px;
        width: 65%;
        padding-left: 20px;
        z-index: 190;
        margin-bottom: -50px;
        border-radius: 10px 10px 10px 10px;
    }


    .desktop {
        display: none;
    }

    @media (min-width: 768px) and (max-width: 991px) {

        header #usuario a > img.meus-pedidos {
            width: 85px;
        }

        header #usuario a > img.meu-cadastro {
            width: 85px;
        }

        header #usuario a > img.trocar-senha {
            width: 85px;
        }

        header #usuario a > img.login {
            width: 50px;
        }

        header #usuario a#widget-carrinho img {
            width: 155px;
        }

        .dados-pedido-logado {
            font-size: 8px;
            margin-left: 360px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {

        header #usuario a > img.meus-pedidos {
            width: 95px;
        }

        header #usuario a > img.meu-cadastro {
            width: 95px;
        }

        header #usuario a > img.trocar-senha {
            width: 95px;
        }
    }
