﻿@charset "utf-8";
/* CSS Document */

/*CORES POR CLIENTE*/

.carpersona-cliente {
    background: url(../../../Content/v2/img/carrinho-ativo.png) no-repeat #d22730;
    background-size: 38px;
    background-position: 5px;
    color: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

    .carpersona-cliente:hover {
        background: url(../../../Content/v2/img/carrinho-ativo.png) no-repeat #d22730;
        background-size: 38px;
        background-position: 5px;
        color: #ffffff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }

.carpersona-on-cliente {
    background: #ffffff;
    position: absolute;
    height: auto;
    border: 13px solid #d22730;
    padding: 10px;
    margin-top: 47px;
    margin-left: -620px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 680px;
    height: 230px;
    z-index: 1;
}

.busca-cliente {
    border: 2px solid #d22730;
    border-style: dotted;
}

.nav-cliente {
    background: url(../../img/menu-ativo.png) no-repeat #d22730;
    background-position: 20px;
    background-size: 18px;
    cursor: pointer;
    color: #ffffff;
}

    .nav-cliente:hover {
        background: url(../../img/menu-ativo.png) no-repeat #d22730;
        background-position: 20px;
        background-size: 18px;
        cursor: pointer;
        color: #ffffff;
    }

.nav-cat-cliente {
    border: 3px solid #d22730;
    display: none;
}

.nav-lista-cliente {
    border-right: 1px solid #d22730;
}

.nav-sub-cliente {
    display: none;
    position:absolute;
    left: 291px;
    border-left: 1px solid #d22730;
}

@media (max-width: 980px) {

    .pch-menu-cliente {
        background: url(../../../Content/v2/img/seta-baixo-muda.png) no-repeat #d22730 !important;
        background-size: 36px !important;
        background-position: 5px 10px !important;
    }


        .pch-menu-cliente:hover {
            background: url(../../../Content/v2/img/seta-baixo-muda.png) no-repeat #d22730 !important;
            background-size: 36px !important;
            background-position: 5px 10px !important;
            border: 1px solid #d22730;
        }

    .pch-menu-cliente-opcoes {
        border: 3px solid #d22730 !important;
    }

    .nav-cliente {
        background: url(../../../Content/v2/img/menu-ativo.png) no-repeat #d22730 !important;
        background-position: 7px !important;
        background-size: 30px !important;
    }

        .nav-cliente:hover {
            background: url(../../../Content/v2/img/menu-ativo.png) no-repeat #d22730 !important;
            background-position: 7px !important;
            background-size: 30px !important;
        }

    .carpersona-on-cliente {
        display: none !important;
    }
}
