.hero-menu-item-price{
  background: #fff;
  padding: 5px 13px;
  border-radius: 30px;
  font-size: 14px !important;
  font-weight: 700;
  color: #111111;
  transition: all cubic-bezier(0.39, 0.58, 0.57, 1) 0.3s;
  box-shadow: 0 0 25px -12px rgba(17, 17, 17, 0.1607843137);
}
.hero-menu-item:hover .hero-menu-item-price {
  background: #C19D60;
  color: #fff;
}