﻿.cabecalhoB2C {
}

.cabecalho-sombra {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.17) !important;
}

.cabecalhoB2C .header .menu-institucional .menu-organizacao {
    float: left;
    text-align: left;
    width: auto;
}

.cabecalhoB2C .header .logo {
    margin-top: 2px;
    width: 200px;
    height: 80px;
}

.cabecalhoB2C .header .search i {
    font-size: 1.2em !important;
}

.cabecalhoB2C .header .navigation {
    text-align: center !important;
    width: auto !important;
}

    .cabecalhoB2C .header .navigation .menu ul.submenu {
        top: inherit;
    }

.cabecalhoB2C .header-toolbar {
    display: block;
    padding-right: 0;
    height: 32px;
    padding: 0;
}

    .cabecalhoB2C .header-toolbar .tools {
        top: 2px;
        right: 15px;
    }

    /*.cabecalhoB2C .header-toolbar .container .tools {
            right: 15px;
            display: flex;
            align-items: center;
        }*/

    .cabecalhoB2C .header-toolbar .container .tools a {
        margin-left: 2px;
        font-size: 12px;
    }

        .cabecalhoB2C .header-toolbar .container .tools a.recuo {
            margin-left: 10px;
        }

        .cabecalhoB2C .header-toolbar .container .tools a.espaco {
            margin-right: 0;
        }

.cabecalhoB2C .sticky-wrapper {
    height: 132px;
}

.cabecalhoB2C .header .inner {
    height: 86px;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.cabecalhoB2C header .container-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cabecalhoB2C header .container-menu .logotipo {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .cabecalhoB2C header .container-menu .busca {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .cabecalhoB2C header .container-menu .busca #containerInputBusca {
            display: inline-flex;
            width: 100%;
        }

        .cabecalhoB2C header .container-menu .busca form {
            width: 100%;
        }

        .cabecalhoB2C header .container-menu .busca #containerInputBusca input {
            display: inline !important;
            font-size: small;
            width: 100%;
            height: 40px;
            -webkit-border-top-left-radius: 50px;
            -webkit-border-bottom-left-radius: 50px;
            -moz-border-radius-topleft: 50px;
            -moz-border-radius-bottomleft: 50px;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            border: 1px solid #CCC;
            border-right: 0;
            padding: 10px;
            color: #777;
        }

        .cabecalhoB2C header .container-menu .busca #containerInputBusca button {
            color: #3f8654;
            border: 1px solid #CCC;
            border-left: 0;
            background-color: #fff;
            height: 40px;
            width: 40px;
            -webkit-border-top-right-radius: 50px;
            -webkit-border-bottom-right-radius: 50px;
            -moz-border-radius-topright: 50px;
            -moz-border-radius-bottomright: 50px;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
        }

    .cabecalhoB2C header .container-menu .opcoes {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        .cabecalhoB2C header .container-menu .opcoes .sobre-usuario {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .cabecalhoB2C header .container-menu .opcoes .sobre-usuario a.word {
                font-size: small;
            }

            .cabecalhoB2C header .container-menu .opcoes .sobre-usuario a:hover.word {
                text-decoration: underline !important;
            }

            .cabecalhoB2C header .container-menu .opcoes .sobre-usuario span {
                font-size: small;
            }

            .cabecalhoB2C header .container-menu .opcoes .sobre-usuario .quebrar {
                display: flex;
                justify-content: flex-start;
                align-content: center;
                flex-direction: column;
                line-height: 18px;
                margin-left: 5px;
            }

.cabecalhoB2C header .menu-institucional {
    height: 44px;
    border-bottom: none;
}

    .cabecalhoB2C header .menu-institucional .navigation {
        float: right !important; 
        text-align: center;
        height: 44px;
        width: auto;
    }

        .cabecalhoB2C header .menu-institucional .navigation .menu {
            height: 100%;
        }

            .cabecalhoB2C header .menu-institucional .navigation .menu ul {
                margin: 0;
                line-height: inherit;
            }

                .cabecalhoB2C header .menu-institucional .navigation .menu ul li a {
                    padding: 10px;
                }

.cabecalhoB2C .opcoes .carrinho {
    position: relative;
}

    .cabecalhoB2C .opcoes .carrinho span.badge.resumoQuantidade {
        padding: 5px;
        font-size: 25%;
        position: absolute;
        display: inline-block;
        top: -10px;
        right: -10px;
        font-family: Lato;
    }

    .cabecalhoB2C .opcoes .carrinho .resumo {
        display: none;
        position: absolute;
        border: 2px solid #ccc;
        width: 300px;
        height: auto;
        padding: 5px;
        background-color: #fff;
        right: 0;
        border-radius: 3px;
    }

        .cabecalhoB2C .opcoes .carrinho .resumo.active {
            display: inline;
        }

        .cabecalhoB2C .opcoes .carrinho .resumo h3 {
            font-size: 75%;
            color: #333;
            margin-bottom: 5px;
            font-weight: bold;
        }

        .cabecalhoB2C .opcoes .carrinho .resumo .lista {
            width: 100%;
            display: inline-block;
            height: auto;
            max-height: 300px;
            overflow-y: auto;
            padding: 5px;
        }

            .cabecalhoB2C .opcoes .carrinho .resumo .lista .vazia {
                width: 100%;
                display: inline-block;
                padding: 5px;
                text-align: center;
                color: #ccc;
            }

        .cabecalhoB2C .opcoes .carrinho .resumo .item {
            border-bottom: 1px dashed #f0f0f0;
            margin-bottom: 10px;
            padding-bottom: 5px;
            width: 100%;
            display: inline-block;
            font-size: 90%;
            color: #777;
        }

            .cabecalhoB2C .opcoes .carrinho .resumo .item span.nome {
                display: inline-block;
                width: 100%;
                padding-bottom: 3px;
                color: #555;
            }

            .cabecalhoB2C .opcoes .carrinho .resumo .item span.quantidade {
                float: left;
            }

            .cabecalhoB2C .opcoes .carrinho .resumo .item span.preco {
                float: right;
            }

        .cabecalhoB2C .opcoes .carrinho .resumo .total {
            width: 100%;
            color: #333;
            font-weight: bold;
            display: inline-block;
        }

            .cabecalhoB2C .opcoes .carrinho .resumo .total .quantidade {
                font-size: 90%;
                float: left;
            }

            .cabecalhoB2C .opcoes .carrinho .resumo .total .valor {
                font-size: 100%;
                float: right;
            }

        .cabecalhoB2C .opcoes .carrinho .resumo .nav-topo {
            width: 100%;
            display: inline-block;
            margin-bottom: 5px;
            text-align: right;
        }

        .cabecalhoB2C .opcoes .carrinho .resumo .nav {
            width: 100%;
            display: inline-block;
            margin-top: 20px;
        }

            .cabecalhoB2C .opcoes .carrinho .resumo .nav a.btn {
                color: #fff !important;
            }

@media only screen and (max-width: 480px) {
    .cabecalhoB2C header .container-menu {
        width: auto;
        display: inline-block;
    }

        .cabecalhoB2C header .container-menu .logotipo {
            width: 200px;
            display: inline-block;
        }

        .cabecalhoB2C header .container-menu .logotipo {
            width: initial;
        }

        .cabecalhoB2C .header-toolbar,
        .cabecalhoB2C header .menu-institucional,
        .cabecalhoB2C header .container-menu .busca,
        .cabecalhoB2C header .container-menu .opcoes {
            display: none;
        }

    .cabecalhoB2C .sticky-wrapper {
        height: 90px !important;
    }

    ol.breadcrumb {
        font-size: 90%;
    }

        ol.breadcrumb li.active {
            display: none;
        }

    #sidebar {
        display: none;
    }

    .page-heading h1.title {
        font-size: 22px;
    }
}
