html {
    overflow: scroll;
    }
body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.navbar-inverse li {
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #090909;
}
.navbar-inverse li:first-child {
    border-left: none;
}
.navbar-inverse li:last-child {
    border-right: none;
}

.navbar-search .search-query {
    width: 150px;
    height:18px;
    margin: 2px 10px 0 0;
}
.brand span {

    color: rgba(255, 153, 0, 0.88);
    /*font-weight: bold!important;*/
    /*color: #F89406;*/
    /*font-weight: normal;*/
/*color:    #F90;*/
}

.brand:hover span {
    color: white;
}




.members-content {
    margin-top: 20px;
}
.category-select {
    margin-left: 12px;
    width: 175px;
}

.category-select:first-child {
    margin-left: 0;
}

.cart-qty {
    width: 40px;
}

#cart-totals {
    float: right;
}

.cart-full-price {
    font-weight: bold;
}

.form-horizontal  .control-label {
    text-align: left;
}

#cart-checkout {
    width: 220px;
}

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
    display: inline-block;
    margin-left: 13px;
    margin-right: -2px;
    font-size: 16px;
    color: #555;
    vertical-align: middle;
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #E9E9E9;
    background: -moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FAFAFA), color-stop(100%, #E9E9E9));
    background: -webkit-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -o-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: -ms-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    background: linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FAFAFA', endColorstr = '#E9E9E9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
    border: 1px solid #D5D5D5;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-background-clip: padding-box;
}

.widget-header + .widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-content {
    zoom: 1;
}

.widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-content::before, .widget-content::after {
    content: "";
    display: table;
}

.widget-content::after {
    clear: both;
}

.widget-content::before, .widget-content::after {
    content: "";
    display: table;
}

.widget-header h3 {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    margin-right: 3em;
    font-size: 14px;
    font-weight: 800;
    color: #555;
    line-height: 18px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, .5);
}

#discount-chart {
    width: 400px;
    height: 200px;
}

.news-items {
    margin: 1em 0 0;
}

.news-items li {
    display: table;
    padding: 0 2em 0 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted #CCC;
}

.news-items li:last-child {
padding-bottom: 0;
border: none;
}

.news-item-detail {
    display: table-cell;
}

.news-item-title {
    font-size: 13px;
    font-weight: 600;
}

.news-item-preview {
    margin-bottom: 0;
    color: #777;
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: right;
}

.news-item-date {
    display: table-cell;
}

.news-item-day {
display: block;
margin-bottom: .25em;
font-size: 24px;
color: #888;
}

.news-item-month {
display: block;
padding-right: 1px;
font-size: 12px;
font-weight: 600;
color: #888;
}

.news-item-date {
text-align: right;
}

#current-dicount {
    text-align:left;
    padding: 17px;
    line-height: 35px;
}

#current-dicount span {
    font-size: 24px;
    font-weight: bold;
}

.profile-widget div {
    line-height: 30px;
}

.profile-widget div span {
    color: #888;
    display: inline-block;
    width: 200px;
}

.profile-widget .btn {
    margin-top: 10px;
    
}

#id_comments {
    /*width: 260px;*/
    height: 70px;
}

.nav-cart-qty {
    color: rgba(255, 153, 0, 0.88);

}

.footer-logo-wrapper {
    text-align:center;
    border-top: 1px solid #DDDDDD;
    padding-top: 5px;
    margin-top: 15px;
    font-size: 10px;
}

.per-page {
    float:right;
}

.per-page select {
    width: 70px;
}

.divider {
    height: 30px;
    clear:both;
}