/* Customize container */
@media (min-width: 1024px) {
  .container {
    max-width: 970px;
  }
}

.maincontainer {
    /* padding: 0px; */
    background-color: #fff;
    border-radius: 10px;
}

.body {
  /* background-color:#c5c3c6; */
   /* background-color:#c5c3c6; */
   /* background-color:#333; */
    /* background-image: url('/static/img/background.jpg'); */
}

li.active.header-li, li.active.header-li:hover, li.header-li:hover, a.header-a:hover,
.open>a.header-a:hover, .open>a.header-a:focus{
     background-color: #337ab7 !important;
     text-decoration: underline;
}

a.header-a{
     background-color: #337ab7 !important;
}

/* .header-login .open>a, .nav .open>a:focus, .nav .open>a:hover{ */
/*      background-color: #337ab7 !important; */
/* } */

/* .nav>li>a:hover { */
/*     background-color: #fca; */
/* } */
/* .dropdown > a:hover, .navbar-nav > .dropdown > a:focus { color: #337ab7; } */

.shadow{
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.3);
}

.header{
  /* background-color:#00a8e8; */
}

.mainbar{
  /* background-color:#4c5c68; */
}

.logo {
    padding: 15px;
}

.logo>a:hover{
    color:#fff;
}

.logo-text{
  /* color: #337ab7; */
    color: #fff;
  font-size: x-large;
}

.logo-img{
    height:30px;
    margin-bottom:3px;
}

.image-landing{
    margin-bottom:10px;
    margin-top:20px;
}

.header-info{
    padding-top: 9px;
}

.header-login{
    padding-top: 10px;
}

.header-login>ul>li>a{
    color: #fff;
}

.partners{
    margin:40px;
}
#footer{
    position: relative;
    bottom: 0;
    height: 60px;
    text-align: center;
    margin-top: 10px;
}

.product-card__name {
  height: 45px;
  overflow:hidden;
  text-overflow:ellipsis;
}

.bg-color{
    background-color: #FFFFFF;
}

.bg-black{
    background-color:#000;
}

.jumbotron-bg{
    background-image: url('/static/img/gear_2.jpg');
    margin-top: -20px;
}
.jumbotron-text{
    position:relative;
}

.page-header{
    margin-top:20px;
}

.contacts th{
    padding:0 2em .8em 0
}

.contacts td{
    padding:0 2em .8em 0
}

.jumbotron-landpage{
    background: rgba(0, 0, 0, .7);
    margin-top: -20px;
    height: 300px;
    text-align: center;
    color: #fff;
    padding-top: 60px;
}

.product-card__price{
  text-align:center;
  font-size:21px;
  margin: 10px;
  color: #f37f00;
}

.product-card__quantityinbox{
    color: #777;
    font-size: small;
}

.product-card__price > span {
  font-size:16px
}

.product-not-available{
  text-align:center;
  margin-top: 25px;
  padding-bottom: 15px;
}

.manufacturer-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: 1px solid #eee;
}

/* tag for switch to list view */
.list-view-item{
  width:100%;
}

.list-view-item .product-card__image{
  width: 142px;
  height: 115px;
  overflow:hidden;
  float:left;
}

.product-card__image{
  width: 202px;
  height: 146px;
  overflow:hidden;
}

.list-view-item .product-card__price{
  float:left;
  width:40%;
  margin:0px 15px 15px 15px;
  margin-right:30px;
}

.list-view-item .product-card-input-group{
  width:30%;
  margin:10px;
  margin-top:15px;
}

.nav-profile{
  margin-bottom: 20px;
}

.cart_nav{
  text-align:center;
  font-size:16px;
  color: #f37f00 !important;
}

.cart_nav>.glyphicon-rub{
  font-size:12px;
}

#id_quantity{
  min-width: 45px;
}
