.brands-wrapper {
    overflow: hidden;
    padding: 52px 0px; }
    .brands-wrapper .shop-sidebar__widget .shop-widget__content.collection-names ul {
      height: 80vh; }
    .brands-wrapper .account__favourite-wrapper {
      padding-top: 0px; }
    .brands-wrapper .total-brands {
      padding-top: 16px;
      padding-bottom: 16px;
      color: #605F5F;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px; }
    .brands-wrapper .account__favourite-wrapper .account__brands-items .account__brands-item {
      margin-top: 0px;
      margin-bottom: 56px; }
    .brands-wrapper .checkbox-mb {
      /* margin-bottom: 40px; */
     }
    .brands-wrapper .load-more-btn {
      margin-top: 24px; }
      .alert{
        margin-bottom: 0;
      }
      .shop-sidebar__widget .shop-widget__content.collection-names ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: row;
      overflow: hidden;
      overflow-y: hidden;
      gap: 9px;
      height: auto!important;
      flex-wrap: wrap;
      }