/************************************************************************************
*                                   OBSERVAÇÕES                                     *
*  Para a construção e organização do CSS, o código foi dividido de forma a         *
*  representar suas "ÁREAS" e "SUB_ÁREAS" de acordo com o template e o tema.        *
*                                                                                   *
*  Para buscar a área determinada, utilize o símbolo da tralha "#" antes do         *
*  nome do item desejado.                                                           *
*                                                                                   *
*  Este arquivo possui as seguintes ÁREAS:                                          *
*    -> #AREA: CABECALHO                                                            *
*         - #SUB_AREA: TOPO CABECALHO                                               *
*         - #SUB_AREA: CONTEUDO CABECALHO                                           *
*         - #SUB_AREA: CATEGORIAS CABECALHO                                         *
*                                                                                   *
*  Havendo necessidade de adicionar novas ÁREAS, favor inserí-las neste documento   *
*************************************************************************************
                       FOLHA DE ESTILO DO CABEÇALHO - TEMA 2
*************************************************************************************/

/************************************************************************************
#AREA: CABECALHO
************************************************************************************/
.boxCabecalho
{

}

.conteudoCabecalhoResolucaoMaior
{
    display: block;
}

.conteudoCabecalhoResolucaoMenor
{
    display: none;
}


.conteudoCabecalho .icon-icone_logotipopublicitario_geral
{
    font-size:6.6rem
}

.conteudoCabecalho a .icon-icone_logotipopublicitario_geral
{
    color:#0066ff;
}
/*************
#SUB_AREA: TOPO CABECALHO
*************/

.topoCabecalho
{
    background: #282828;
    height: 37px;
    width: 100%;
}

.conteudoTopoCabecalho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto;
    width: 1220px;
}

/*contato*/
.contatoTopoCabecalho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    text-align: center;
}

.contatoTopoCabecalho p
{
    color: #fff;
    display: inline;
    font-size: 1.2rem;
    margin: 0 0 0 3px;
}

.contatoTopoCabecalho a
{
    color: #fff;
    cursor: pointer;
    -webkit-transition: -webkit-filter 0.3s, filter 0.3s;
            transition: filter 0.3s;
}

.contatoTopoCabecalho a:hover
{
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
    webkit-filter: brightness(80%);
}

/*pedidos*/
.PedidosTopoCabecalho
{
    border-left: 1px solid #fff;
    display: flex;
    height: 50%;
    padding: 0 10px;
    text-decoration: none;
    width: 90px;
}

.PedidosTopoCabecalho p
{
    color: #fff;
    font-size: 1.2rem;
    margin: auto;
}

/*************
#SUB_AREA: CONTEUDO CABECALHO
*************/

.conteudoCabecalho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color:#b1b1b1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 203px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 1220px;
}

/*Logotipo*/
.logotipoCabecalho
{
    font-size:2.2rem;
    color:#b1b1b1;
}

.containerLogoCabecalho
{
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
    max-width: 270px;
}

.contatoTopoCabecalho p:first-child:not(:empty):before
{
    content: "Contato ";
}

.containerLogoCabecalho a
{
    color:#0066ff;
}

.containerLogoCabecalho span a img
{
    height: auto;
    max-height: 200px;
    max-width: 250px;
    width: auto;
}

.containerLogoCabecalho span
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align:center;
    width:100%;
}

.containerLogoCabecalho span.nomeLojaTopo
{
    font-size: 2rem;
}

/*Busca*/
.buscaCabecalho
{
    background: #fff;
    border: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    position: relative;
    width: 670px;
}

.inputBuscaCabecalho
{
    color: #7a7e77;
    font-size: 2rem;
    height: 100%;
    outline: medium none;
    padding-left: 15px;
    width: 100%;
}

.botaoBuscaCabecalho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0066ff;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    width: 39px;
}

.setaBotaoBuscaCabecalho
{
    border-bottom: 8px solid transparent;
    border-right: 8px solid #0066ff;
    border-top: 8px solid transparent;
    height: 0;
    left: -8px;
    position: absolute;
    top: 22px;
    width: 0;
}

.botaoBuscaCabecalho:hover
{
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
}

/*Dropdown Busca Rapida*/
.boxBuscaExpandida
{
    left: 4%;
    position: absolute;
    top: 57px;
    z-index: 105;
}

/*Carrinho*/

.carrinhoCabecalho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    width: 220px;
}

.carrinhoCabecalho:empty
{
    display: none;
}

.divisorCarrinhoCabecalho
{
    background: #0066ff;
    height: 80%;
    width: 1px;
}

.iconeCarrinhoCabecalho
{

}

.iconeCarrinhoCabecalho .icon-icone_carrinho_cx_tema02
{
    font-size: 4.0rem;
    color: #0066ff;
}

.iconeCarrinhoCabecalho .icon-icone_carrinho_cx_tema02 .path2:before
{
    font-size: 4.0rem;
    color: #0066ff;
}

.conteudoCarrinhoCabecalho
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 145px;
}

.conteudoCarrinhoCabecalho p
{
    color: #0066ff;
    font-size: 1.6rem;
}

/*INICIO DROPDOWN CARRINHO*/
.boxDetalhesCarrinho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff none repeat scroll 0 0;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 60px;
    width: 224px;
    z-index: 115;
}

.carrinhoCabecalho:hover .boxDetalhesCarrinho
{
    border: 1px solid #ccc;
    cursor: auto;
    height: auto;
    max-height: 210px;
    min-height: 65px;
    padding: 4px;
    -webkit-transition: height 0.2s ease 0s;
            transition: height 0.2s ease 0s;
}

.boxItensDetalhesCarrinho
{
    max-height: 150px;
    overflow-y: auto;
    width: 100%;
}

.itemProdutoDetalhesCarrinho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 100%;
}

.iconeItemProdutoDetalhesCarrinho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: 58px;
}

.iconeItemProdutoDetalhesCarrinho img
{
    height: auto;
    width: 100%;
}

.conteudoItemProdutoDetalhesCarrinho
{
    color: #414141;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    width: 143px;
}

.conteudoItemProdutoDetalhesCarrinho p
{
    font-size: 1.2rem;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
}

.valorTotalDetalhesCarrinho
{
    color: #000;
    font-size: 1.4rem;
    margin: 5px 0;
}

.botaoDetalhesCarrinho
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #0066ff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
    width: 172px;
}

.botaoDetalhesCarrinho:hover
{
    opacity: 0.8;
}

.botaoDetalhesCarrinho p
{
    color: #fff;
    font-size: 1.1rem;
}
/*FIM DROPDOWN CARRINHO*/


/*************
#SUB_AREA: CATEGORIAS CABECALHO
*************/
.boxCategorias
{
    background: #f8f8f8;
    border-bottom: 3px solid #0066ff;
    display:-webkit-box;;
    display:-webkit-flex;;
    display:-ms-flexbox;;
    display:flex;
    height: auto;
    width: 100%;
}

.conteudoCategorias
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 60px;
    margin: 0 auto;
}

.itemConteudoCategorias
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid #7f7f7f;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 61px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2px;
    text-align: center;
    -webkit-transition: none;
            transition: none;
    width: 169px;
}

.itemConteudoCategorias.todosOsDepartamentos
{
    cursor:inherit;
}

.itemConteudoCategorias ul li a p.tituloNomeSubcategoria
{
    text-align: left;
}

.itemConteudoCategorias:nth-child(n+7)
{
    display: none;
}

/*Inicio Menu Invertido*/
.conteudoCategorias ul li.itemConteudoCategorias:nth-child(1n+5):hover ul li ul
{
    left: -101%;
}

.conteudoCategorias ul li.itemConteudoCategorias:nth-child(n+5) ul li:hover
{
    border-left: none;
}

.conteudoCategorias ul li.itemConteudoCategorias:nth-child(n+5) ul li:hover a
{
    margin-right: 5px;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.conteudoCategorias ul li.itemConteudoCategorias:nth-child(n+5) ul li ul li:hover a
{
    margin-right: 10px;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.conteudoCategorias ul li.itemConteudoCategorias:nth-child(n+5) ul
{
    left: auto;
    right: 0;
}

.conteudoCategorias ul li.itemConteudoCategorias:nth-child(n+5) li a
{
    text-align: right;
    width: 100%;
}

.conteudoCategorias ul li.itemConteudoCategorias:nth-child(n+5) li a p
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right;
}


/*Fim Menu Invertido*/

.itemConteudoCategorias:hover
{
    height: 61px;
    padding-bottom: 3px;
    text-decoration: none;
    -webkit-transition: none;
            transition: none;
}

.itemConteudoCategorias:hover p
{
    color: #fff;
}

.todosOsDepartamentos.itemConteudoCategorias:hover p
{
    color: #3e484a;
}

li.todosOsDepartamentos:hover
{
    border-bottom: 3px solid #0066ff;
    padding-bottom: 0;
}

.todosOsDepartamentos.itemConteudoCategoriass:hover > a > p.tituloNomeCategoria
{
   color: #fff;
}

.todosOsDepartamentos.itemConteudoCategorias > a > p.tituloNomeCategoria
{
    color: #fff;
}

.itemConteudoCategorias p
{
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.itemConteudoCategorias > a > p
{
   -webkit-box-pack: center;
   -webkit-justify-content: center;
       -ms-flex-pack: center;
           justify-content: center;
}

.itemConteudoCategorias a
{
    text-decoration: none;
    width:100%;
}

.tituloNomeCategoria
{
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    overflow: hidden;
}

.tituloNomeSubcategoria
{
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    overflow: hidden;
}

.conteudoCategorias ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    z-index: 100;
}

.conteudoCategorias ul li:hover
{
    -webkit-transition: none;
            transition: none;
}

.conteudoCategorias ul li:hover .efeitoItemCategoria, .todosOsDepartamentos:hover .efeitoItemCategoria
{
    border-bottom: 10px solid #0066ff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    width: 0;
}

.conteudoTodasCategorias .conteudoCategorias ul li:hover .efeitoItemCategoria, .todosOsDepartamentos:hover .efeitoItemCategoria
{
    display: none;
}

.conteudoCategorias ul li:hover a p
{
   color: #000;
}

.conteudoCategorias ul li:hover ul li a p
{
    color: #000;
    text-transform: lowercase;
}

.conteudoCategorias ul li ul li:hover a > p
{
    color: #fff;
}

div.conteudoCategorias ul li ul li ul li a p
{
    color: #000 !important;
}

div.conteudoCategorias ul li ul li ul li:hover a p
{
    color: #fff !important;
}

.conteudoCategorias ul li:hover ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.conteudoCategorias ul li
{
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    text-transform: uppercase;
}

.conteudoCategorias li ul
{
    display: none;
    left: 0;
    position: absolute;
    top: 63px;
    width: 231px;
}

.conteudoCategorias li ul li
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none repeat scroll 0 0 #f8f8f8;
    border-bottom: 1px solid #282828;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-right: 1px;
    max-width: 200px;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: none 0s ease 0s ;
            transition: none 0s ease 0s ;
    width: 100%;
}

.conteudoCategorias li ul li:last-child
{
    border-bottom: none;
}

.conteudoCategorias li ul li:hover a
{
    margin-left: 7px;
    -webkit-transition:all 0.2s;
            transition:all 0.2s;
}

.conteudoCategorias ul li ul li ul li:hover a
{
    margin-left: 12px;
    -webkit-transition: margin-left 0.3s;
            transition: margin-left 0.3s;
}

.boxCategorias .conteudoCategorias li ul li ul
{
    height: 0;
    left: 100%;
    opacity: 0;
    overflow: hidden;
    padding-left: 1px;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.3s ease 0s, opacity 0.2s ease 0s, width 0.1s ease 0s;
            transition: left 0.3s ease 0s, opacity 0.2s ease 0s, width 0.1s ease 0s;
    width: 0;
}

.conteudoCategorias li ul li:hover
{
    background: #0066ff;
}

.conteudoCategorias li ul li:hover ul
{
    height: auto;
    left: 100%;
    opacity: 1;
    -webkit-transition: left 0.3s ease 0s, opacity 0.2s ease 0s, width 0.1s ease 0s;
            transition: left 0.3s ease 0s, opacity 0.2s ease 0s, width 0.1s ease 0s;
    width: 231px;
}

.conteudoCategorias li a
{
    color: #FFF;
    font-size: 1.4rem;
    text-decoration: none;
}

.conteudoCategorias li ul li ul li:hover
{
    background: #0066ff;
}

.todosOsDepartamentos .containerItensTodosOsDepartamentos
{
    border: 1px solid #000;
    display: none;
    left: 0;
    position: absolute;
    padding-bottom: 50px;
    top: 100%;
    z-index: 200;
}

li.todosOsDepartamentos:hover  .containerItensTodosOsDepartamentos
{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.conteudoCategorias  li .containerItensTodosOsDepartamentos  ul
{
    background:#FFF;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}

.conteudoCategorias  li .containerItensTodosOsDepartamentos  ul a
{
    background:#FFF;
}

.conteudoCategorias  li .containerItensTodosOsDepartamentos p
{
    color:#464e50;
}

.conteudoTodasCategorias
{
    background:#3333cc;
    display: -webkit-box;;
    display: -webkit-flex;;
    display: -ms-flexbox;;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 60px;
    width:174px;
}

.containerCategorias
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin:0 auto;
    position: relative;
}

.conteudoCategorias ul li
{
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    text-transform: uppercase;
}

.conteudoTodasCategorias ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
}

.containerItensTodosOsDepartamentos
{
    background:#FFF;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.containerItensTodosOsDepartamentos li a p
{
    color:#3e484a;
}

.conteudoTodasCategorias .containerItensTodosOsDepartamentos li a p:hover
{
    color:#0066ff;
}

.containerItensTodosOsDepartamentos li
{
    list-style:none;
    margin-left: 2%;
    width: 17%;
}

.containerItensTodosOsDepartamentos li a
{
    color:#3e484a;
    text-decoration:none;
}

.containerItensTodosOsDepartamentos li ul li
{
    font-weight:bold;
    margin-top: 3px;
    max-width:100%;
    width:100%;
}

.containerItensTodosOsDepartamentos li p.tituloNomeTodasSubcategoria
{
    font-size: 1.3rem;
    text-align:left;
}

.containerItensTodosOsDepartamentos ul li ul li ul li a p.tituloNomeTodasSubcategoria
{
    font-size: 1.2rem;
    text-align:left;
}

.containerItensTodosOsDepartamentos li ul li ul li
{
    font-weight:normal;
}

.containerItensTodosOsDepartamentos li ul li ul
{
    border:none;
    margin-bottom:15px;
}

.todosOsDepartamentos .containerItensTodosOsDepartamentos
{

}

.containerItensTodosOsDepartamentos > ul > li
{
    background: url('https://www.gtagames.com.br/img/ljvt_v2/background-menu.jpg') no-repeat 100% 32px;
}

.containerItensTodosOsDepartamentos > ul > li:nth-child(n+6)
{
    background: url('https://www.gtagames.com.br/img/ljvt_v2/background-menu.jpg') no-repeat 100% 0;
}

.verTodasCategorias
{
    bottom: 10px;
    color: #3e484a;
    font-size: 1.3rem;
    font-weight: bold;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
}

.verTodasCategorias a
{
    color:#000;
    text-align: right;
    text-decoration:none;
}

div.itemProdutoListagem, div.itemConteudoMeioInferior
{
    opacity: 1;
}