.navbar-inner {
    background-color: #c5d68f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7eecd), color-stop(70%, #c5d68f), to(#a9c25d));
    background-image: -webkit-linear-gradient(#e7eecd, #c5d68f 70%, #a9c25d);
    background-image: -moz-linear-gradient(top, #e7eecd, #c5d68f 70%, #a9c25d);
    background-image: -o-linear-gradient(#e7eecd, #c5d68f 70%, #a9c25d);
    background-image: linear-gradient(#e7eecd, #c5d68f 70%, #a9c25d);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52575c', endColorstr='#ff3a3f44', GradientType=0);
    border: 1px solid transparent;
    -webkit-box-shadow: '0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)';
    -moz-box-shadow: '0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)';
    box-shadow: '0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)';
}


.logo-loja {
    width: 120px;
}