/* vertically align brand images and color correction*/

.ex-name-manufacturers .imgthumbnail {
    display: table-cell;
    vertical-align: middle;
}
.ex-name-manufacturers .text-center {
    display: inline-block;
}
#brands_188284 #grid > div:nth-child(17) > div > a > div > div{
-webkit-filter: invert(1);
   filter: invert(1);
}
#brands_195025 #grid > div:nth-child(3) > div > a > div > div {
-webkit-filter: invert(1);
   filter: invert(1);
}

#brands_195025 #grid > div:nth-child(6) > div > a > div > div {
-webkit-filter: invert(1);
   filter: invert(1);
}
/* end */

/* Start of add Sticky header EvoX */
@media only screen and (min-height: 768px) {
.menubarStick {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.headersection-2.menubarStick > .row-2 {
    max-width: 1450px;
    margin: 0 auto;
}

/* change me to the height of the sticky row */
.menubarHeader {
    padding-top: 120px;
}
}
/* end of add Sticky header EvoX */