﻿
.navigation {
    width: 100%;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    /* make ALL links (main and submenu) have padding and background color */
    .mainmenu a {
        display: block;
        text-decoration: none;
        padding: 10px;
        color: #000;
        border: 1px solid #fff;
    }

/* add hover behaviour */
.aMenu {
    font-family: 'zl', sans-serif;
}

.aSubMenu {
    border: 1px solid #fff;
}

    .aSubMenu:hover {
        border: 1px solid #eaeaea;
    }


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/
.mainmenu li:hover .submenu {
    display: block;
    max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
    border-left: 2px solid #fff;
    font-weight: normal;
}



/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
    padding-left: 10px;
}

/*tablet*/
@media (min-width: 768px) {
    .dvFiltrosAplicados div {
        padding: 5px;
    }
    .vertical-menu {
        margin: 5px 0 35px;
    }

    #aAbrirMenu, .aFecharMenu {
        display: none;
    }

    .prodItens {
        width: 33.33%;
    }

    #dvProdutos {
        width: 100%;
    }

    .vertical-menu a, .prodCadMenu {
        width: 12.5%;
        float: left;
        padding: 75px 5px 5px 5px;
        text-align: center;
        background-position-y: 2px;
        background-position-x: center;
    }

    .vertical-menu a {
        background-size: 100px;
    }
}

/*smartphone*/
@media (max-width: 767px) {

    .aFecharMenu {
        display: block;
        width: 100% !important;
        padding: 2px !important;
        background-color: #fff !important;
    }

    .prodCadMenu {
        width: 49%;
        margin: 0.5%;
        background-position-y: 5px;
        background-position-x: center;
        padding: 45px 5px 5px 5px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

    .vertical-menu a {
        width: 25%;
        margin: 0.5%;
        background-position-x: center;
        padding: 65px 5px 5px 5px;
        text-align: left;
        display: inline-block;
        vertical-align: top;
        float: left;
        text-align: center;
        font-size: 14px;
    }

    .dvPgConteudo {
        padding-top: 0 !important;
    }

    #aAbrirMenu {
        display: block;
        background-position-y: 5px;
    }

    .vertical-menu {
        margin: 5px 0 10px;
    }

    .prodItens {
        width: 100%;
    }

    #dvProdutos {
        margin: 0 auto;
        width: 100%;
    }

    .vertical-menu a {
        background-size: 90px;
    }

    #aAbrirMenu, .dvCarregarMais {
        font-size: 14px;
    }
    .dvFiltrosAplicados div {
        padding: 0px 5px;
        font-size: 14px;
    }
}
/*computador*/
@media (min-width: 1200px) {
    .dvFiltrosAplicados div {
        padding: 5px;
    }
        #aAbrirMenu, .aFecharMenu {
        display: none;
    }

    .prodItens {
        width: 33.33%;
    }

    #dvProdutos {
        width: 100%;
    }

    .vertical-menu a, .prodCadMenu {
        width: 12.5%;
        float: left;
        padding: 75px 5px 5px 5px;
        text-align: center;
        background-position-y: 2px;
        background-position-x: center;
    }

    .vertical-menu a {
        background-size: 100px;
    }

    .vertical-menu {
        margin: 5px 0 35px;
    }
}

.menActive {
    border-bottom: 2px solid #ED3237 !important;
}

.dvPgConteudo, .dvPgMenuLat {
    width: 100%;
}

.vertical-menu a {
    color: black;
    text-decoration: none;
    background-repeat: no-repeat;
    line-height: 15px;
    margin: 2px 0;
    border-bottom: 2px solid #fff;
}

#aAbrirMenu {
    background-image: url(/content/imgtemanovo/loc.svg);
    float: left;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.itemProdutos img {
    width: 100%;
}

.pDescProd {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.btVD {
    margin-top: 20px;
    float: none;
    padding: 0 20px;
}

.dvCarregarMais {
    width: 100%;
    float: left;
    background: #dad3c9;
    text-align: center;
    margin: 25px 0 5px;
    padding: 5px;
    color: #404040;
}

    .dvCarregarMais:hover {
        cursor: pointer;
    }

.aLF {
    margin: 5px 0;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: #940c0c;
    border: 1px dotted #940c0c;
    display: none;
}

    .aLF:hover {
        color: #940c0c;
        transition: 300ms ease-in-out;
        background: #ffbfbf;
        text-decoration: none;
    }

.dvFiltrosAplicados {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

    .dvFiltrosAplicados div {
        width: max-content;
        border: 1px solid #ccc;
        float: left;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: 0 5px;
        display: none;
    }

.spRemF {
    color: #940c0c;
    margin-left: 15px;
    font-weight: bolder;
    padding: 2px 5px;
}

    .spRemF:hover {
        cursor: pointer;
        transition: 300ms ease-in-out;
        background: #ffbfbf;
    }

.spLimpar {
    color: #940c0c;
    margin: 5px;
    font-weight: bolder;
}

.prodItens {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 15px;
    border-bottom: 4px solid #fff;
}

    .prodItens:hover {
        border-bottom: 4px solid #211c70;
        background: #f9f9f9;
        background-image: linear-gradient(white, #eaeaea);
        transition: 300ms ease-in-out;
    }

    .prodItens img {
        max-height: 270px;
        max-width: 100%;
    }

.vertical-menu {
    width: 100%;
    float: left;
}

    .vertical-menu a:hover {
        transition: all 0.4s ease-in-out;
        border-bottom: 2px solid #ED3237;
    }
