.first-block{
    background: #DFE7EC;
}

/* classes de estilização do <nav> */
.lista-menu{
    font-weight: 100;
    margin: 0;
    display: flex;
    padding: 4px 5px 0px 10px;
    visibility: visible;
}

.second-block {
    background: #8fba3e;
    position: relative;
    transition: background-color 0.2s;
}

.lista-menu > li {
    list-style: none;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.09px;
    color: var(--light-navy-blue);
    margin-right: 50px;
}

.lista-menu > li:first-child {
    margin-left: 0;
}

.login-menu {
    width: 175px;
    height: 40px;
    padding: .2rem;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.1px;
    z-index: 2;
}

.login-menu a {
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.1px;
    color: var(--windows-blue);
}

.btn-acao {
    transform: skew(-2deg, 0deg);
    width: 55px;
    height: 50px;
    border-radius: 5.7px;
    border: solid 1px var(--marine);
    margin-left: 8px;
}

.contain_item::after {
    content: attr(data-content);
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 2px;
    right: 0px;
    padding: 3px;
    color: #EE3A41;
    background: #fff;
    border-radius: 50%;
}

@media(max-width: 768px){
    .contain_item::after{
        top: -5px;
        right: -5px;
    }
}

.input-busca{
    height:40px !important;
}
.bloco-input_lupa button {
    position: absolute;
    top: 0px;
    right: 0px;
    transform: none;
}

.bloco-acoes {
    display: flex;
    align-self: flex-end;
    padding-bottom: 20px;
}

.submenu {
    background: #8fba3e;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.11px;

}

.item-menu a {
    color: inherit;
    font-weight: 500;
}

.lista-submenu {
    list-style: none;
    display: flex;
    margin: 0;
    padding-left: 3px;
    position: relative;
    justify-content: space-between;
}

.link-submenu {
    padding: 11px 15px;
    font-size: 13px;
}

.link-submenu:first-child {
    margin-left: 0;
}

.link-submenu a {
    color: var(--light-navy);
    font-weight: 300;
}

.first-link {
    text-decoration: none;
    color: inherit;
}

/* fim das estilizações do <nav> */

/* bloco padrão do dropdown */
.tab_submenu {
    height: 450px;
    width: 90%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    display: flex;
    border-radius: 7px;
    font-size: 12px;
    color: var(--marine);
    z-index: 15;
    left: 5%;
    top: 30px;
}

.tab_submenu>ul {
z-index: 20;
}

.tab_submenu::before {
    content: " ";
    position: absolute;
    width: 60%;
    height: 100%;
    bottom: 0px;
    opacity: 0.03;
}

.tab_submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.link-submenu:hover > .tab_submenu {
    visibility: visible;
    opacity: 1;
}

.link-submenu:hover {
    border-radius: 10px 10px 0px 0px;
}

.link-submenu:hover > a {
    color: #fff;
}

.item_link {
    margin-bottom: 12px;
}

.categoria_link {
    font-size: 15px;
    color: var(--marine);
    padding: 0;
}

.categoria_link li {
    margin: 5px 0px;
    padding-left: 8px;
}

.categoria_link li a {
    font-size: 12px;
    color: var(--blue-gray);
}

/* fim do bloco padrão do dropdown */

/* classe para o dropdown principal */
.principal:hover {
    color: #fff;
    transition: 0.3s;
}
.bloco_meio-header{
    margin-left: 4%;
}
/*.principal i{*/
/*    width: 31px;*/
/*    height: 13px;*/
/*    background: url("../img/desktop/torii.b48b0f82c04c.png");*/
/*}*/
/*.principal:hover i{*/
/*    width: 31px;*/
/*    height: 13px;*/
/*    background: url("../img/desktop/torii-menu.58f55cc1b558.png");*/
/*    transition: 0.3s;*/
/*}*/
.principal .tab_submenu {
    background-color: var(--mundo-marcas-2);
    left: 0px;
}


.principal .item_link {
    width: 20%;
}

/* Fim do bloco para o dropdown principal */

/* bloco para imagem a direita do dropdown */
.borda-img-sub {
    border-radius: 42px;
    width: 250px;
    position: relative;
    height: 250px;
    border: 1px dotted #ccc;
    left: -15px;
    top: -15px;
}

/* tab de imagem */
.tab-imagem {
    padding: 0 0;
}

/* Padrão Bem Higiene */
.tab-indice:hover {
    background-color: var(--light-navy-blue);
    color: #fff;
}

.tab-indice .tab_submenu {
    border-top: 2px solid var(--light-navy-blue);
    border-bottom: 2px solid var(--light-navy-blue);
    background: var(--mundo-marcas-2);
    left: auto;
    right: 0;
    width: auto;
    height: auto;
    padding-bottom: 20px;
}

.tab-indice > .tab_submenu::before {
    content: none;
}

.img_sub {
    padding: 5px;
    height: 100%;
    width: auto;
}

.marcas_index {
    min-width: 400px;
    display: flex;
    height: 450px;
}

.body-index {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.marcas_index > ul {
    padding: 0px 10px 0px 55px;
}

.itens_index {
    position: absolute;
    overflow-y: scroll;
    height: inherit;
    width: 100%;
    padding: 0px 30px !important;
}

.itens_index > li {
    margin: 30px 0px;
}

/* background padrão para icon do usuário */
.bg_user{
    width: 28px;
    height: 28px;
    background: url("../../img/icons/icon-perfil.9563000b46fb.svg") no-repeat center;
    background-size: contain;
    text-align: center;
}

/* classe que traz o menu para frente ao clicar na busca */
.second-block:focus-within {
    z-index: 25;
}

/* clase para deixar o body inativo com background escuro */
.body-disabled {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #0008;
    z-index: 20;
    visibility: hidden;
    transition: visibility 0.3s, opacity 0.3s;
}

.bloco-input button {
    position: absolute;
    right: 5%;
    top: 15%;
    padding: 0;
    transform: none;
}

.logo-header {
    width: 340px;
    height: 101px;
    background: url("../img/desktop/logo.8b90a7ab9735.png") no-repeat center;
    background-size: contain;
}

/*   Inicio do css para o header e menu inferior no mobile  */

.logo-mobile {
    width: 160px;
    height: 40px;
    background: url("../img/desktop/logo.8b90a7ab9735.png") no-repeat center;
    background-size: contain;
}

.nav-mobile {
    position: relative;
    z-index: 35;
}

.bloco-header-mobile {
    align-items: center;
    background: #8fba3e;
}

.bloco-input-mobile {
    width: 100%;
    padding: 8px 15px;
}

.bloco-input-mobile input {
    height: 35px !important;
    font-size: 12px;
}

.bloco-input-mobile button {
    width: 15px;
    height: 15px;
    background: url("../../img/icons/icon_lupa-orange.svg") no-repeat center;
    background-size: contain;
    border: none;
    position: absolute;
    right: 15px;
    top: 10px;
    transform: none;
}

.nav-bottom {
    bottom: 0;
    position: fixed;
    width: 100%;
    height: 75px;
    background: var(--sunflower-yellow);
    z-index: 2;
}

.itens_menu-mobile {
    list-style: none;
    padding: 0;
    display: flex;
}

.itens_menu-mobile li {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.itens_menu-mobile li a {
    color: var(--marine);
    font-size: 8px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
}

.item-menu-center {
    margin-left: 5px;
    height: 64px;
    position: relative;
    top: -6px;
    background: var(--light-navy-blue);
    transform: skew(-3deg);
    border-radius: 7.5px;
}

.item-menu-center a {
    top: 5px;
    color: #fff !important;
}

@media (max-width: 1200px) {
    .lista-menu {
        justify-content: space-between;
    }

    .lista-menu li {
        margin: 0;
    }

    .login-menu {
        width: 220px;
    }

    #login_logged p:nth-child(1) {
        font-size: 12px !important;
    }

    #login_logged p:nth-child(2), #login_logged p:nth-child(2) a {
        font-size: 11px !important;
    }
}

.link-submenu {
    font-size: 15px;
}
/* .bloco-dropdown:hover > .dropdown-desktop {
    visibility: visible;
    opacity: 1;
} */

.dropdown-desktop {
    background: #fff;
    position: absolute;
    width: 180px;
    top: 47px;
    left: -14px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid var(--pale-sky-blue);
    border-radius: 10px;
}

.dropdown-desktop::before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 20px;
}

.dropdown-desktop ul {
    list-style: none;
    padding: 0;
}
.dropdown-desktop hr{
    margin: 15px;
}
.dropdown-desktop li{
    padding: 15px;
}

.dropdown-desktop li a {
    color: #444;
    font-weight: 500;
}
.dropdown-desktop li:hover {
    background: var(--pale-sky-blue);
}
#filter_search .check-ecomm label{
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
#filter_search .check-ecomm label:before{
    width: 20px !important;
    height: 20px;
}
#filter_search .check-ecomm input:checked + label:before{
min-width: 20px !important;
min-height: 20px;
}
.show-hide_search{
    width: 100%;
    font-size: 12px;
    margin:10px 0px;
    display: flex;
    font-weight: 600;
    color:var(--success) !important;
}
.show-hide_search div{
    width: 7px;
    height: 7px;
    position: relative;
}
.show-hide_search div::before{
    content: '';
    position: absolute;
    right: -7px;
    width: 7px;
    height: 7px;
    top:4px;
    border-right: 2px solid var(--success);
    border-top: 2px solid var(--success);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all 0.3s;
}
div.rotate-icon::before{
    transform: rotate(-45deg);
    top:7px;
}
@media (max-width: 900px){
    .lista-menu{
        display: none !important;
        visibility: hidden;
    }
   
}