#left-column .rufus-left-articles {
  margin-top: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

#left-column .rufus-left-articles .block_title {
  margin: 0;
  padding: 13px 15px;
  background: #474747;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

#left-column .rufus-left-articles-content {
  padding: 10px 15px 12px;
}

#left-column .rufus-left-articles-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#left-column .rufus-left-articles-content li {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #eeeeee;
}

#left-column .rufus-left-articles-content li:last-child {
  border-bottom: 0;
}

#left-column .rufus-left-articles-content a {
  display: block;
  color: #222;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

#left-column .rufus-left-articles-content a:hover {
  color: #fab505;
}

@media (max-width: 991px) {
  #left-column .rufus-left-articles {
    display: none;
  }
}


/* RUFUS CP NEWPRODUCTS INNER CONTAINER FIX START */
body#index #content-wrapper .newproducts .rufus-newproducts-inner {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

body#index #content-wrapper .newproducts {
  width: 100%;
  max-width: 100%;
}
/* RUFUS CP NEWPRODUCTS INNER CONTAINER FIX END */
