/*CABECALHO*/
.cabecalho {
    background-color: #ffffff;
    position: relative;
    z-index: 9000;
}

@media (min-width: 767px) {
    .cabecalho {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cabecalho .container {
        position: relative;
        z-index: 10;
    }
}

.cabecalho .navbar-header {
    float: none;
    position: relative;
    z-index: 0;
    margin-top: 0px;
}

.cabecalho .navbar-header .navbar-brand {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    display: inline-block;
}

.cabecalho .navbar-header .navbar-brand img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cabecalho .navbar-header .navbar-brand img {
    width: auto;
    display: inline-block;
}

@media (max-width: 767px) {
    .cabecalho .navbar-header .navbar-brand {
        float: none;
    }

    .cabecalho .navbar-header .navbar-brand img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .cabecalho .navbar-header .navbar-brand img {
        height: 56px;
    }
}

.cabecalho .navbar-header .navbar-toggle {
    background-color: #f0f0f0;
    border-radius: 0px;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 20px;
}

.cabecalho .navbar-header .navbar-toggle .icon-bar {
    background-color: #161616;
}

.cabecalho .container-pesquisa {
    border: solid 2px #efefef;
    width: 180px;
    height: 31px;
    margin-left: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

@media (min-width: 767px) AND (max-width:992px) {
    .cabecalho .container-pesquisa {
        margin-left: 0px;
        position: absolute;
        top: -55px;
        right: 10px;
        z-index: 1;
    }
}

.cabecalho .container-pesquisa .formulario {
}

.cabecalho .container-pesquisa .formulario .form-group {
    margin-bottom: 0px;
}

.cabecalho .container-pesquisa .formulario label {
    display: none;
}

.cabecalho .container-pesquisa .formulario .form-control {
    font-weight: 300;
    border: 0px;
    height: 27px;
}

.cabecalho .container-pesquisa .formulario .form-control::-webkit-input-placeholder {
    color: #cccccc;
}

.cabecalho .container-pesquisa .formulario .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #cccccc;
}

.cabecalho .container-pesquisa .formulario .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc;
}

.cabecalho .container-pesquisa .formulario .form-control:-ms-input-placeholder {
    color: #cccccc;
}

.cabecalho .container-pesquisa .formulario .btn-geral {
    background-image: url(http://www.elalingerie.pt/images/icon_lupa.gif);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9000em;
    border: none;
    height: 18px;
    width: 17px;
    margin: 0px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 5px;
}

@media (max-width: 767px) {
    .cabecalho .container-pesquisa {
        border: solid 2px #e8e8e8;
        width: 100%;
        height: 40px;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .cabecalho .container-pesquisa .formulario .form-control {
        font-size: 16px;
        height: 36px;
    }

    .cabecalho .container-pesquisa .formulario .btn-geral {
        height: 36px;
        width: 36px;
        right: 0px;
        top: 0px;
    }
}

@media (min-width: 767px) {
    .cabecalho .container-menu-topo {
        position: absolute;
        top: 10px;
        right: 0px;
        z-index: 1;
    }
}

.cabecalho .container-menu-topo a {
    font-size: 9px;
    text-transform: uppercase;
    color: #565151;
    float: left;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: block;
    position: relative;
    z-index: 2;
}

.cabecalho .container-menu-topo .menu-item {
    display: inline-block;
}

.cabecalho .container-menu-topo .menu-item .badge {
    background-color: #f21d1d;
    font-size: 12px;
    margin-left: 0px;
    margin-top: 2px;
    padding: 2px 4px;
    position: absolute;
    top: 18px;
    left: -7px;
}

.cabecalho .container-menu-topo ins {
    float: left;
    margin-top: 5px;
    display: block;
}

.cabecalho .container-menu-topo .icon {
    float: left;
    height: 20px;
    width: 18px;
    margin-left: 0px;
    margin-right: 5px;
    display: block;
}

.cabecalho .container-menu-topo .icon.area-cliente {
    background-image: url(http://www.elalingerie.pt/images/icon_area-cliente.png);
}

.cabecalho .container-menu-topo .icon.cesto-compras {
    background-image: url(http://www.elalingerie.pt/images/icon_cesto-compras.png);
}

@media (min-width: 500px) AND (max-width:767px) {
    .cabecalho .container-menu-topo {
        position: absolute;
        top: 8px;
        right: 80px;
        z-index: 1;
    }
}

@media (max-width: 500px) {
    .cabecalho .container-menu-topo {
        text-align: center;
        padding: 7px 0px;
    }

    .cabecalho .container-menu-topo a {
        float: none;
        margin-left: 0px;
        padding-left: 7px;
        padding-right: 7px;
        display: inline-block;
    }
}

@media (min-width: 767px) AND (max-width:992px) {
    .cabecalho .container-pesquisa {
        margin-left: 0px;
        position: absolute;
        top: -55px;
        right: 10px;
        z-index: 1;
    }

    .cabecalho .container-menu-topo {
        top: 7px;
        right: 210px;
    }
}

#cabecalho .container-menu-topo .adicionado {
    border-radius: 5px 0 5px 5px;
    border: 1px solid black;
    position: absolute;
    background-color: #f5f5f5;
    padding: 20px;
    right: 10px;
    top: 50px;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
}

#cabecalho .container-menu-topo .adicionado a {
    margin: 0;
    padding: 0;
}

#cabecalho .container-menu-topo .adicionado::after {
    content: "";
    position: absolute;
    top: -7px;
    right: -1px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
}

#cabecalho .container-menu-topo #adicionado_fechar {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

/* ---- */
@media (min-width: 767px) {
    .cabecalho #menu-geral {
        float: right;
        margin-top: 65px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .cabecalho #menu-geral ul.nav.navbar-nav {
        margin-top: 0px;
        padding-top: 0px;
        display: inline-block;
    }

    .cabecalho #menu-geral ul li a {
        color: #161616;
        font-size: 13px;
        font-weight: 300;
        margin: 0px 7px;
        padding: 4px 0px;
    }

    .cabecalho #menu-geral ul li a:hover {
        background-color: transparent;
        color: #f21d1d;
    }

    .cabecalho #menu-geral ul li.active > a {
        background-color: transparent;
        color: #f21d1d;
        text-decoration: underline;
    }

    .cabecalho #menu-geral ul li a:active {
        background-color: transparent;
    }

    .cabecalho #menu-geral ul li a:focus {
        background-color: transparent;
    }
}

/* ---- */
@media (min-width: 767px) AND (max-width:992px) {
    .cabecalho #menu-geral {
        position: relative;
        z-index: 1;
    }

    .cabecalho #menu-geral ul {
    }

    .cabecalho #menu-geral ul li a {
        font-size: 12px;
        margin: 0px 7px;
    }

    .cabecalho #menu-geral ul li a:hover {
        background-color: transparent;
    }

    .cabecalho #menu-geral ul li.active a {
        background-color: transparent;
    }

    .cabecalho #menu-geral ul li a:active {
        background-color: transparent;
    }

    .cabecalho #menu-geral ul li a:focus {
        background-color: transparent;
    }
}

/* ---- */
@media (max-width: 767px) {
    .cabecalho #menu-geral {
        background-color: #f0f0f0;
        margin: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .cabecalho #menu-geral ul {
        margin: 15px -10px;
    }

    .cabecalho #menu-geral ul li a {
        font-size: 18px;
        color: #161616;
    }

    .cabecalho #menu-geral ul li a:hover {
        background-color: #f21d1d;
        color: #FFF
    }

    .cabecalho #menu-geral ul li.active > a {
        background-color: #f21d1d;
        color: #FFF
    }

    .cabecalho #menu-geral ul li a:active {
        background-color: #f21d1d;
        color: #FFF
    }

    .cabecalho #menu-geral ul li a:focus {
        background-color: #f21d1d;
        color: #FFF
    }
}

/* ---- */
.cabecalho .newsletter {
    float: right;
    margin-top: 10px;
    min-width: 185px;
    height: auto;
}

@media (max-width: 767px) {
    .cabecalho .newsletter {
        display: none;
    }
}

.cabecalho .newsletter .tit {
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.cabecalho .newsletter .tit:after {
    content: '';
    background-image: url(http://www.elalingerie.pt/images/icon_paleta-laranja.png);
    width: 17px;
    height: 20px;
    display: inline-block;
    position: relative;
    z-index: 0;
    top: -4px;
}

.cabecalho .form_newsletter {
    text-align: center;
}

.cabecalho .form_newsletter .form-group {
    margin-bottom: 3px;
}

.cabecalho .form_newsletter .form-group label {
    display: none;
}

.cabecalho .form_newsletter .form-group .form-control {
    background-color: #ccc;
    color: #fff;
    height: 23px;
}

.cabecalho .form_newsletter .form-group .form-control::-webkit-input-placeholder {
    color: #fff;
}

.cabecalho .form_newsletter .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.rodape .form_newsletter .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.cabecalho .form_newsletter .form-group .form-control:-ms-input-placeholder {
    color: #fff;
}

.cabecalho .form_newsletter .btn-enviar {
    border: 0px none;
    background-color: #333;
    font-weight: normal;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    height: 28px;
    margin-top: 0px;
    padding: 4px 18px;
    display: inline-block;
}

/* DROPDOWN */
.cabecalho #menu-geral .dropdown li:after {
    display: none;
}

@media (max-width: 767px) {
    .cabecalho #menu-geral .dropdown.open > a {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 767px) {
    .cabecalho #menu-geral .dropdown .caret {
        display: none;
    }
}

@media (min-width: 767px) AND (max-width:840px) {
    .cabecalho #menu-geral ul {
        margin-top: 0px;
    }

    .cabecalho #menu-geral ul li a {
    }
}

@media (min-width: 767px) {
    .cabecalho #menu-geral .dropdown-menu {
        background-color: #ffffff;
        text-align: left;
        padding: 0px;
        left: 8px;
        border: none 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.15);
        box-shadow: 0 3px 6px rgba(0,0,0,.15);
        z-index: 9999;
    }
}

@media (max-width: 767px) {
    .cabecalho #menu-geral .dropdown-menu {
        background-color: rgba(0,0,0,0.07);
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        margin: 0px;
        padding: 0px;
    }
}

.cabecalho #menu-geral .dropdown-menu li {
    display: block;
}

.cabecalho #menu-geral .dropdown-menu li a {
    background-color: #ffffff;
    color: #161616;
    text-align: left;
    font-size: 13px;
    width: 100%;
    min-width: auto;
    display: block;
    margin: 0px;
    padding: 8px 10px;
}

@media (max-width: 767px) {
    .cabecalho #menu-geral .dropdown-menu li a {
        background-color: rgba(0, 0, 0, 0.01);
        padding: 8px 24px;
    }
}

.cabecalho #menu-geral .dropdown-menu li.active > a {
    border-bottom: none;
}

.cabecalho #menu-geral .dropdown-menu li a:hover {
    border-bottom: none;
}

.cabecalho #menu-geral .dropdown-menu li a, .cabecalho #menu-geral .dropdown-menu li a:hover {
    text-decoration: none;
}

.cabecalho #menu-geral .dropdown-menu li a:hover, .cabecalho #menu-geral .dropdown-menu li .active a {
    color: #ffffff;
    background-color: #f21d1d;
    text-decoration: none;
}

@media (min-width: 767px) {
    .cabecalho #menu-geral .dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.cabecalho #menu-geral .dropdown-menu a:after {
    display: none;
}

.cabecalho #menu-geral .dropdown .dropdown-toggle {
    color: #161616;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding-top: 10px;
    width: 64px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

@media (min-width: 767px) {
    .cabecalho #menu-geral .dropdown .dropdown-toggle {
        display: none;
    }
}

.cabecalho #menu-geral .dropdown .dropdown-toggle:hover, .cabecalho #menu-geral .dropdown .dropdown-toggle:active {
    color: #ffffff;
    background-color: #f21d1d;
}

/* --- ---*/
.cabecalho .menu-detalhes {
    clear: both;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .cabecalho .menu-detalhes {
        display: none !important;
    }
}

.cabecalho .menu-detalhes:after {
    content: '';
    clear: both;
    display: block;
}

.cabecalho .menu-detalhes details {
    background-color: #f0f0f0;
    border: 1px solid #E0E0E0;
    text-align: center;
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
}

.cabecalho .menu-detalhes details:before {
    content: '';
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2f2f2f;
    position: absolute;
    left: 16px;
    top: -8px;
    z-index: 1;
}

.cabecalho .menu-detalhes details:after {
    content: '';
    clear: both;
    display: block;
}

.cabecalho .menu-detalhes details summary {
    background-color: #ffffff;
    display: none;
}

.cabecalho .menu-detalhes details summary::-webkit-details-marker {
    font-size: 0px;
}

.cabecalho .menu-detalhes details dl, .cabecalho .menu-detalhes details .texto {
    background-color: #ffffff;
    margin-bottom: 0px;
}

.cabecalho .menu-detalhes details .texto {
    color: #999;
    font-size: 13px;
    text-align: center;
    padding: 20px 15px;
}

.cabecalho .menu-detalhes details .texto:after {
    content: attr(title);
    display: block;
}

.cabecalho .menu-detalhes details dl .link {
    color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f0f0f0;
    text-align: left;
    font-size: 13px;
    text-transform: none;
    float: none;
    min-width: 300px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 15px;
    display: block;
}

.cabecalho .menu-detalhes details dl .link:hover {
    background-color: rgba(0,0,0,0.010);
}

.cabecalho .menu-detalhes details dl .link:after {
    content: '';
    clear: both;
    display: block;
}

.cabecalho .menu-detalhes details dt {
    font-weight: 400;
    margin-top: 5px;
}

.cabecalho .menu-detalhes details dd {
}

.cabecalho .menu-detalhes details .imagem {
    float: left;
    height: auto;
    width: 50px;
    margin-right: 15px;
}

.cabecalho .menu-detalhes details .ref {
    color: #999;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    display: block;
}

.cabecalho .menu-detalhes details .preco {
    font-weight: bold;
    font-size: 12px;
    display: block;
}

.cabecalho .menu-detalhes details .btn {
    background-color: #000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
    text-transform: lowercase;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: none;
    margin: 10px;
    padding: 8px 20px;
    display: inline-block;
}

.cabecalho .menu-detalhes details .btn:hover {
    background-color: #f21d1d;
}

.cabecalho .menu-detalhes details .preco-total {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.cabecalho .menu-detalhes details .preco-total strong {
    font-size: 15px;
    font-weight: bold;
}

.cabecalho .menu-detalhes .carrinho-listagem {
    text-align: center;
}

.cabecalho .menu-detalhes.carrinho-noactive .texto {
    display: block;
}

.cabecalho .menu-detalhes .texto, .cabecalho .menu-detalhes.carrinho-noactive .carrinho-listagem, .cabecalho .menu-detalhes.carrinho-noactive .preco-total, .cabecalho .menu-detalhes.carrinho-noactive .btn {
    display: none;
}

.cabecalho .menu-detalhes .sub-menu {
    background-color: #fff;
    text-align: left;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.cabecalho .menu-detalhes .sub-menu li {
}

.cabecalho .menu-detalhes .sub-menu li.separador {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cabecalho .menu-detalhes .sub-menu li a {
    float: none;
    white-space: nowrap;
    margin-right: 10px;
    padding-right: 5px;
}

.cabecalho .menu-detalhes .sub-menu li a:hover {
    text-decoration: underline;
}

.cabecalho .menu-detalhes.carrinho-active .texto {
    color: #090;
    display: block;
}
