.w-nav-item.current-menu-item > a {
  font-weight: 700;
}
.product-box {
  position: relative;
}

.sale-badge {
  position: absolute;
  top: 20px;
  left: 0;
  background: #8b2c12;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 20px 8px 14px;
  border-radius: 0 22px 22px 0;
  text-transform: uppercase;
  z-index: 5;
}