.not-available-color {
  fill: #ED6861; }

.available-color {
  fill: #18A277; }

.shop-listing-page {
  margin: 60px auto;
  color: #333333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 60px; }
  .shop-listing-page .shop-listing-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 15px;
    text-align: center; }
    .shop-listing-page .shop-listing-header .title {
      font-family: ubuntuBold;
      font-size: 26px; }
    .shop-listing-page .shop-listing-header .description {
      font-family: ubuntu;
      font-size: 18px; }
  .shop-listing-page .shop-listing-content .sort-and-search {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 15px; }
    @media (min-width: 769px) {
      .shop-listing-page .shop-listing-content .sort-and-search {
        height: max-content; } }
    @media (max-width: 768.98px) {
      .shop-listing-page .shop-listing-content .sort-and-search.sticky {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        padding: 30px 15px;
        background-color: white;
        box-shadow: 0px 3px 6px #00000010;
        -webkit-box-shadow: 0px 3px 6px #00000010;
        -moz-box-shadow: 0px 3px 6px #00000010; } }
    .shop-listing-page .shop-listing-content .sort-and-search .sort-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      gap: 15px;
      padding: 0; }
      .shop-listing-page .shop-listing-content .sort-and-search .sort-container.mobile {
        -ms-flex-align: center !important;
            align-items: center !important; }
      .shop-listing-page .shop-listing-content .sort-and-search .sort-container .sort-label {
        font-family: ubuntuMedium;
        font-size: 16px;
        color: #051f22;
        white-space: nowrap;
        margin: 0; }
      .shop-listing-page .shop-listing-content .sort-and-search .sort-container .order-container {
        width: -webkit-fill-available; }
        .shop-listing-page .shop-listing-content .sort-and-search .sort-container .order-container .select2-container {
          text-align: center; }
      .shop-listing-page .shop-listing-content .sort-and-search .sort-container .custom-select-label {
        font-size: 14px; }
      @media (max-width: 768.98px) {
        .shop-listing-page .shop-listing-content .sort-and-search .sort-container {
          padding-right: 16px; } }
    .shop-listing-page .shop-listing-content .sort-and-search .search-filters {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      padding: 0; }
      .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements-header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        gap: 10px;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding: 0 0 24px 0;
        border-bottom: 1px solid #C5C6D0; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements-header .filters-label {
          font-family: ubuntuMedium;
          font-size: 18px;
          color: #051f22;
          white-space: nowrap;
          margin: 0; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements-header button.reset-filters {
          padding: 0;
          width: max-content;
          font-size: 14px; }
      .shop-listing-page .shop-listing-content .sort-and-search .search-filters .mobile {
        -ms-flex-align: end;
            align-items: end;
        padding: 0; }
      .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 0 0 0 16px; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .title {
          margin-bottom: 15px; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement {
          padding: 24px 0;
          border-bottom: 1px solid #C5C6D0; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement:last-child {
            border-bottom: none; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-category ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-category ul li > button {
            background: none;
            border: none;
            font-size: 16px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            gap: 10px; }
            .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-category ul li > button i.fa-check-circle:before {
              font-size: 0.88em;
              content: "";
              border: 1px solid #EAEFF5;
              border-radius: 50%;
              padding: 0 7px;
              background: #1ba2af; }
            .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-category ul li > button i.fa-circle-o:before {
              font-size: 0.88em;
              content: "";
              border: 1px solid #EAEFF5;
              border-radius: 50%;
              padding: 0 7px;
              color: #ffffff; }
            .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-category ul li > button .label {
              color: #5B6A7E;
              margin: 0; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-category ul li.selected > button .label {
            font-family: ubuntuBold; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-starts-with .letters {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row;
              flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 10px; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-starts-with .letters .btn.letter {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            gap: 4px;
            color: #5B6A7E;
            font-size: 16px;
            text-decoration: none;
            padding: 6px 12px;
            border: 1px solid #bec8ca;
            min-width: 34px;
            width: max-content;
            height: 32px;
            color: #3f484a;
            border-radius: 8px; }
            .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-starts-with .letters .btn.letter i.fa.fa-check {
              display: none; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-starts-with .letters .btn.letter:hover, .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-starts-with .letters .btn.letter.selected {
            background-color: #cde7eb;
            border-color: #cde7eb; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refinements .refinement-starts-with .letters .btn.letter.selected i.fa.fa-check {
            display: -ms-inline-flexbox;
            display: inline-flex; }
      .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refine-bar {
        z-index: 4;
        background: white;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        gap: 15px;
        overflow-y: scroll; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refine-bar .header-container {
          height: min-content;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          gap: 15px;
          padding: 30px 30px 0;
          font-size: 22px;
          font-family: 'ubuntuBold'; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refine-bar .header-container .title {
            display: -ms-flexbox;
            display: flex;
            gap: 15px;
            -ms-flex-align: center;
                align-items: center; }
          .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refine-bar .header-container button.close {
            font-size: 1rem;
            font-weight: normal;
            opacity: 1; }
            .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refine-bar .header-container button.close .fa.fa-close::before {
              font-size: 1.25em; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refine-bar .filters-container {
          padding: 0 30px 30px; }
        .shop-listing-page .shop-listing-content .sort-and-search .search-filters .refine-bar .actions-container {
          position: sticky;
          left: 0px;
          bottom: 0px;
          width: 100%;
          z-index: 3;
          padding: 30px;
          background-color: white;
          box-shadow: none;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: center;
              justify-content: center; }
  .shop-listing-page .shop-listing-content .search-results {
    display: block; }
    .shop-listing-page .shop-listing-content .search-results #shopListingGrid {
      padding: 0; }
    .shop-listing-page .shop-listing-content .search-results .results-number {
      color: #333333;
      font-size: 16px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
    .shop-listing-page .shop-listing-content .search-results .no-results {
      text-align: center;
      color: '#363E54';
      margin: 80px 0; }
      .shop-listing-page .shop-listing-content .search-results .no-results .no-results-title {
        font-size: 26px;
        margin: 0 auto 0px;
        max-width: 550px;
        font-family: ubuntuBold; }
        @media (max-width: 768.98px) {
          .shop-listing-page .shop-listing-content .search-results .no-results .no-results-title {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 3px; } }
      .shop-listing-page .shop-listing-content .search-results .no-results .no-results-text {
        font-size: 18px; }
      .shop-listing-page .shop-listing-content .search-results .no-results img {
        margin: 30px 0 30px; }
        @media (max-width: 543.98px) {
          .shop-listing-page .shop-listing-content .search-results .no-results img {
            margin: 49px 0 18px; } }
      @media (max-width: 543.98px) {
        .shop-listing-page .shop-listing-content .search-results .no-results {
          margin-bottom: 0px; } }
    .shop-listing-page .shop-listing-content .search-results .shop-tile-container {
      padding: 15px; }
      .shop-listing-page .shop-listing-content .search-results .shop-tile-container .shop-tile .shop-logo {
        height: 132px;
        max-height: 132px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .shop-listing-page .shop-listing-content .search-results .shop-tile-container .shop-tile .shop-logo img {
          width: 70%;
          height: auto;
          max-height: 100%;
          max-width: 100%; }
      .shop-listing-page .shop-listing-content .search-results .shop-tile-container .shop-tile .shop-name {
        min-height: 27px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center;
        font-family: ubuntuMedium;
        font-size: 18px;
        color: #333333; }
