@import url('//fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic,cyrillic-ext');
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

.manufacturer-slider img{
    -webkit-filter: none;
    filter: none;
}
.header-top .nav.menu > li {
  float: left;
}
.header-top .nav.menu > li > a {
  color: #bdbdbd;
  transition: 200ms;
  transition: all 0.3s ease;
}
.header-top .nav.menu > li > a:hover,
.header-top .nav.menu > li > a:focus {
  background: none;
  color: #ff5722;
  transition: 200ms;
  transition: all 0.3s ease;
}
.header-top .nav.menu > li + li {
  margin-top: 0;
}
.header-top .nav.menu > li.active a {
  color: #ff5722;
  background: none;
}

.view-category .product-wrap .addtocart-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.view-category .product-wrap .product-addtocart{
    display: block;
}
.view-category .product-wrap .product-addtocart .quantity-controls{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.view-category .product-wrap .product-addtocart div.quantity-controls{
    margin: 0 5px 10px 5px;
}