.mobile-stores-show[_ngcontent-hwc-c91] {
      display: none !important
    }

    .cui-footer__mobile-stores-links-container[_ngcontent-hwc-c91] {
      display: flex;
      flex-direction: column;
      position: absolute;
      background-color: var(--ncb-retail-desktop-brand-color-quartenary);
      bottom: 24px;
      left: 0;
      padding: 8px 8px 8px 0
    }

    .section-mobile-link[_ngcontent-hwc-c91] {
      position: relative
    }

    .cui-footer__button--border-none[_ngcontent-hwc-c91] {
      border: none
    }

    cui-icon[_ngcontent-hwc-c91]:first-child {
      width: 1rem !important;
      height: 1rem !important
    }

    .cui-footer--cursor-context[_ngcontent-hwc-c91] {
      cursor: context-menu;
      color: #999 !important;
      font-weight: 700
    }

    @media only screen and (min-width:768px) {
      .cui-footer__content .cui-footer__item {
        width: 950px;
        flex-direction: row
      }

      .cui-footer__content .cui-footer__item:last-child {
        width: calc(100% - 950px);
        justify-content: flex-end
      }

      .cui-footer__content .cui-footer__item:last-child .cui-footer__button-container {
        align-self: center;
        margin-right: 8px
      }

    }

    @media only screen and (max-width:1224px) and (min-width:768px) {
      .cui-footer__hide-on-mobile[_ngcontent-hwc-c91] {
        display: none !important
      }

      .cui-footer__content .cui-footer__item {
        width: 500px
      }
    }
