.container {
    width: 1170px!important;
    max-width: 1170px!important;
}
.itemgrid-3col .item:nth-child(3n), .itemgrid-4col .item:nth-child(4n) {
    margin-right: 0;
}
.itemgrid-3col .item {
    margin: 0 2.5% 3.4% 0;
    position: relative;
    display: inline-block;
}
.itemgrid-4col .item {
    margin: 0 1.33% 2.2% 0;
    position: relative;
}
#nav > li {
    /* background: url(../images/nav-sep.png) right center no-repeat; */
    
    border-right: none;
}
#nav > li:last-child {
    background: none;
}
#subscribe-form .input-text {
    text-align: left;
}

#mobnav, nav .accordion.vertnav { display: none !important; }

.checkout-cart-index .col-main {
    min-height: 770px;
}
.osc-onepage-login .col-main {
    min-height: 740px;
}
.osc-onepage-checkout .col-main {
    min-height: 760px;
}

/*fixbar*/

.cms-index-index .wrapper-header {
    height: 192px;
}
.wrapper-header {
    height: 222px;
}
#top {
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 999;
}