.container {
    width: 998px!important;
    max-width: 998px!important;
}
.itemgrid-3col .item:nth-child(3n), .itemgrid-4col .item:nth-child(4n) {
    margin-right: 0;
}
.itemgrid-3col .item {
    margin: 0 3% 2.2% 0;
    position: relative;
    display: inline-block;
}
.itemgrid-4col .item {
    margin: 0 2.6% 2.2% 0;
    position: relative;
}
#nav > li {
    background: url(../images/nav-sep.png) right 0 no-repeat;
    border-right: none;
}
#nav > li:last-child {
    background: none;
}
#subscribe-form .input-text {
    text-align: left;
}
.header-container {
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.header-primary-container {
    background: url(../images/topo.png) no-repeat center 0;
    padding: 10px 0;
    min-height: 135px;
    position: relative;
    z-index: 10;
}
.cms-home .nav-container, .catalog-category-view .nav-container {
    position: relative;
    top: -18px;
    margin: inherit;
    z-index: 10;
}
.catalog-category-view .nav-container.no-banner-spacing {
    margin-top: 200px;
}
.nav-container {
    clear: both;
    background: url(../images/nav.png) 0 13px repeat-x transparent;
    z-index: 8;
    position: relative;
    margin: 175px 0 0;
    top: 0;
}
.footer-container {
    background: url(../images/footer.jpg) no-repeat center 0;
    clear: both;
    padding: 18px 0 0;
}
.catalog-product-view .main-container {
    background: url(../images/shadow-content.jpg) no-repeat center 0;
    padding: 15px 0;
}
.header .logo {
    float: right;
    margin-right: 5px;
}
.container-compare {
    background: url(../images/shadow-content.jpg) no-repeat center 0;
}
#socialLinks {
    float: right;
}
.catalog-product-view .nav-container {
    position: relative;
    margin: 175px 0 0;
}
.footer-primary-container {
    background-color: transparent;
}
.header-container {
    background-image: url(../images/degrade-topo.png);
    background-repeat: repeat-x;
    background-position: 0 -100px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.degrade {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-position: 0 20px;
}
#bola {
    right: -180px;
    z-index: 0;
    position: absolute;
    display: none;
    bottom: -500px;
}

.rodapeNav .telNumber.control-only-mobile {
    display: none !important;
}