section.best-sellers-extra a.view-all-bestsellers {
  display: inline-block;
  margin: 20px auto 0;
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #006633;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}

section.best-sellers-extra a.view-all-bestsellers:hover {
  background-color: #009846;
  color: #ffffff;
  text-decoration: none;
}

section.best-sellers-extra {
  text-align: center;
}

.ets_mm_megamenu_content ul.mm_menus_ul > li > a {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  padding: 14px 18px !important;
}
