#canon-promotions .btn-canon {
  background: #ed1b23;
  border-radius: 30px;
  padding: 10px;
  color: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#xerox-promotions .btn-xerox {
  background: #C13439;
  border-radius: 30px;
  padding: 10px;
  color: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

#canon-promotions, #digitek-deals, #xerox-promotions {
  border: 1px solid #e4e4e4;
  border-top: 0;
}
#canon-promotions .header, #digitek-deals .header, #xerox-promotions .header {
  position: relative;
  background: url("../images/canon-promotion.png") center center no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 20%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  #canon-promotions .header, #digitek-deals .header, #xerox-promotions .header {
    background: url("../images/canon-promotion-mobile.png") center center no-repeat;
    background-size: cover;
    padding-bottom: 37%;
  }
}
#canon-promotions .header .controlers_slider, #digitek-deals .header .controlers_slider, #xerox-promotions .header .controlers_slider {
  top: 0;
  right: 0;
}
#canon-promotions .header .controlers_slider .carousel-control.left, #canon-promotions .header .controlers_slider .carousel-control.right, #digitek-deals .header .controlers_slider .carousel-control.left, #digitek-deals .header .controlers_slider .carousel-control.right, #xerox-promotions .header .controlers_slider .carousel-control.left, #xerox-promotions .header .controlers_slider .carousel-control.right {
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  border-radius: 23px 23px 23px 23px;
  height: 30px;
  width: 30px;
  padding: 0;
  margin-top: 10px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}
#canon-promotions .header .controlers_slider .carousel-control.left, #digitek-deals .header .controlers_slider .carousel-control.left, #xerox-promotions .header .controlers_slider .carousel-control.left {
  right: 45px;
  left: auto;
}
#canon-promotions .header .controlers_slider .carousel-control.right, #digitek-deals .header .controlers_slider .carousel-control.right, #xerox-promotions .header .controlers_slider .carousel-control.right {
  right: 10px;
}
#canon-promotions .gridItem, #digitek-deals .gridItem, #xerox-promotions .gridItem {
  border: 0;
}
@media only screen and (max-width: 768px) {
  #canon-promotions .gridItem, #digitek-deals .gridItem, #xerox-promotions .gridItem {
    border-bottom: 1px solid #e4e4e4;
  }
  #canon-promotions .gridItem .gridItemBottom, #digitek-deals .gridItem .gridItemBottom, #xerox-promotions .gridItem .gridItemBottom {
    position: relative;
  }
  #canon-promotions .gridItem a.product-image img, #digitek-deals .gridItem a.product-image img, #xerox-promotions .gridItem a.product-image img {
    height: 120px;
    width: auto;
  }
}
#canon-promotions .gridItem .addToCartbtn, #digitek-deals .gridItem .addToCartbtn, #xerox-promotions .gridItem .addToCartbtn {
  border-top: 0;
}
#canon-promotions .gridItem .price-box, #digitek-deals .gridItem .price-box, #xerox-promotions .gridItem .price-box {
  padding: 10px 0px 10px 7.5px;
}

#digitek-deals .header {
  background: url("../images/digitek-deals-banner.jpg") center right no-repeat;
}

#xerox-promotions .header {
  background: url("../images/xerox-banner.jpg") center right no-repeat;
}

#promotion-header.canon {
  width: 100%;
  background: url(../images/canon-promotions-header.png);
  background-size: 100%;
  height: auto;
  padding-bottom: 15%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #promotion-header.canon {
    background-image: url("../images/canon-promotions-header-mobile.png");
  }
}
@media only screen and (max-width: 768px) {
  #promotion-header.canon {
    padding-bottom: 40%;
    background-size: cover;
    background-position: center center;
  }
}
#promotion-header.canon .btn-canon-more {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0;
  background: #0067ba;
  color: #FFF;
}

.promotions ul.nav.nav-tabs li a {
  border: 0;
  border-radius: 0;
  background: transparent;
  font-weight: bold;
  color: #bdbdbe;
}
.promotions ul.nav.nav-tabs li.active a {
  background: #f3f3f5;
  color: #0f6ab6;
}

.brand-product-image {
  padding: 15px 15px 5px 15px;
}
.brand-product-image img {
  max-width: 65px;
  width: auto !important;
  margin: 0 auto;
  max-height: 30px;
  height: auto !important;
}

.category-products .brand-product-image {
  padding: 5px 16px 0 15px;
}

.menu-item-img > a > img {
  margin-top: -6px !important;
  padding-right: 6px;
}

.gridItem .label_promotion {
  background: url(../images/labels/promotion.png) no-repeat;
  background-size: 85%;
  width: 83px;
  height: 84px;
  position: absolute;
  right: -13px;
  top: 0;
  z-index: 100;
}

.product_row .list_label_promotion {
  background-color: #385dad;
}

@media only screen and (min-width: 768px) {
  .navbar-nav.brands-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .navbar-nav.brands-nav:before, .navbar-nav.brands-nav:after {
    content: "";
    display: none;
  }

  .logos-nav {
    justify-content: center;
    display: flex;
    width: 100%;
  }
  .logos-nav .menu-item-img {
    text-align: center;
  }
}
.rma-menu {
  justify-content: center !important;
}

/*# sourceMappingURL=custom.css.map */
