/**
 * Begin new design css from here
 */

 .hthb-row{
    padding: 0px !important;
    height: 40px !important;
    margin: 0px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .hthb-row a, p {
    font-size: 14px;
  }

  .hthb-row .hashbar-free-wraper {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
  }

  @media (max-width: 768px) {
    .hthb-row {
      min-height: 40px !important;
      height: auto !important;
      padding: 5px 0px !important
    }
  
    .hthb-row .hashbar-free-wraper {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }