.product-container:hover .secondary_image {
    opacity: 1;
}

.product-thumb .secondary_image {
    position: absolute;
    top: -2px;
    left: 0;
    opacity: 0;
}

/*TOP TOP*/

.fundo_transparent {
    display: none;
    position: fixed !important;
    width: 100%;
    height: 100%;
    background: #0000;
    top: 0;
    left: 0;
    z-index: 999999;
    cursor: pointer;
}

.cbp-spmenu .fa-close{
    margin-left: 10px;
    margin-bottom: 10px;
    color: #FFF;
}

#showRightPush {
    background-color: #000000;
    font-size: 10px;
    color: #fff;
    border-radius: 0px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    display: block;
    padding: 13px 6px;
    position: relative;
    left: -15px;
}

.cbp-spmenu .fa-close {
    margin-left: 10px;
    margin-top: 3px;
    color: #FFF;
    margin-bottom: 7px;
}

.breadcrumb {
    margin-top: 56px;
    padding-left: 15px;
}

.logoTopo {
    float: left;
    display: table;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu_global {
    background: #000000;
}

#menu_global ul > li:hover .menu_departamento {
    color: #FF000A;
}

#menu_global ul > li .menu_departamento:before {
    background: #FF000A;
}

#menu_global ul > li .menu_categorias a:hover, 
#menu_global ul > li .menu_subcategorias a:hover {
    color: #FF000A;
}


/*TOP MENU END*/

