.list-nav{
    background-color: #ffad4e!important;
}
.nav{
    background-color: #ffad4e;
}

#cabecalho::after{
    background-color: #f99420;
}

.sub-box{
    border-top:10px solid #f99420;
}

.sub-header a {
    color: #fff;
}

.nav .list-nav > li:hover > a{
        background-color: #f99420;
    }
    
    #rodape {
    background-color: #f99420;
    border-top: 10px solid #ffb25a;
}

.sub-box.second-category > ul {
    min-width: 580px;
}


@media only screen and (max-width: 600px) {
  .action-header {
    padding: 9px 10px 5px 4px;
    border-right: solid 1px #ffe047;
}
    .carrinho {
    padding: 11px 20px 0px 43px;
    margin-bottom: 20px;
}
    .carrinho .icon-shopping-cart {
    top: 10px;
}
    #cabecalho .row-fluid > .span9 {
    background: #ffb662;
    border-radius: 20px;
}

}