.hnew {
  background: var(--gr_primary); }
  .hnew .hnew_in {
    position: relative; }

.hnew_menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .hnew_menu li {
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .hnew_menu li:first-child {
      border-left: none; }
    .hnew_menu li a {
      display: flex;
      align-items: center;
      flex-direction: column;
      font-size: 11px;
      color: #fff;
      text-decoration: none;
      padding: 15px 15px;
      text-transform: uppercase;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      text-align: center; }
      .hnew_menu li a > span {
        font-size: 11px; }
        .hnew_menu li a > span.item-image {
          font-size: 0;
          width: 40px;
          height: 40px;
          margin-bottom: 5px; }
          .hnew_menu li a > span.item-image .img-convert {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center; }
      .hnew_menu li a:hover {
        background: #4b4b4b; }
    @media (max-width: 768px) {
  .hnew_menu li {
    width: 25%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
    @media (max-width: 680px) {
  .hnew_menu li {
    width: 50%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .hnew_menu li:nth-child(2n) {
      border-left: 1px solid rgba(255, 255, 255, 0.2); } }

.hnew_menu li a > span {
  margin-top: auto; }

[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important; }

.gr-amount-flag span ins {
  display: none; }
