#moo-finder {
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 2px 5px 0px #ccc; }
  #moo-finder .moo-finder-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 15px;
    cursor: pointer; }
    #moo-finder .moo-finder-close:before, #moo-finder .moo-finder-close:after {
      content: '';
      position: absolute;
      width: 25px;
      height: 2px;
      background-color: #000000;
      top: 15px; }
    #moo-finder .moo-finder-close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 13px; }
    #moo-finder .moo-finder-close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      right: 2px; }
  #moo-finder .moo-finder-footer {
    border-color: #ccc;
    display: flex;
    justify-content: flex-end;
    padding: 10px; }
  #moo-finder .moo-container {
    display: flex;
    border-top: 1px solid #ccc;
    flex-wrap: wrap; }
    #moo-finder .moo-container .moo-filters {
      padding: 15px;
      width: 300px;
      overflow-y: scroll;
      border-right: 1px solid #ccc;
      align-self: stretch; }
      #moo-finder .moo-container .moo-filters + .mfd-results {
        width: calc(100% - 300px) !important; }
      #moo-finder .moo-container .moo-filters.empty {
        display: none; }
        #moo-finder .moo-container .moo-filters.empty + .mfd-results {
          width: 100%; }
      #moo-finder .moo-container .moo-filters .moo-filter ul {
        margin: 0px; }
      #moo-finder .moo-container .moo-filters .moo-filter .moo-title-filter {
        font-weight: bold;
        margin: 0px; }
      #moo-finder .moo-container .moo-filters .moo-filter li {
        cursor: pointer;
        padding: 5px;
        position: relative; }
        #moo-finder .moo-container .moo-filters .moo-filter li.disable, #moo-finder .moo-container .moo-filters .moo-filter li.empty {
          display: none !important; }
        #moo-finder .moo-container .moo-filters .moo-filter li.active {
          padding: 5px;
          background: #ffc552;
          display: block !important;
          color: white;
          font-weight: bold; }
          #moo-finder .moo-container .moo-filters .moo-filter li.active:after, #moo-finder .moo-container .moo-filters .moo-filter li.active:before {
            content: '';
            display: block;
            position: absolute;
            width: 10px;
            height: 2px;
            background-color: white;
            top: calc(50% - 1px);
            right: 10px; }
        #moo-finder .moo-container .moo-filters .moo-filter li:before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          transform: rotate(45deg); }
        #moo-finder .moo-container .moo-filters .moo-filter li:after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      @media (max-width: 768px) {
        #moo-finder .moo-container .moo-filters {
          border-right: none;
          border-bottom: 1px solid #ccc;
          margin-top: 20px;
          width: 100%; }
          #moo-finder .moo-container .moo-filters + .mfd-results {
            width: 100% !important; }
          #moo-finder .moo-container .moo-filters > .moo-title-filter ~ .moo-filter .load {
            display: none; }
          #moo-finder .moo-container .moo-filters > .moo-title-filter ~ .moo-filter li {
            padding: 0px !important; }
          #moo-finder .moo-container .moo-filters > .moo-title-filter ~ .moo-filter .moo-title-filter {
            display: none; }
            #moo-finder .moo-container .moo-filters > .moo-title-filter ~ .moo-filter .moo-title-filter + ul li {
              display: none; }
              #moo-finder .moo-container .moo-filters > .moo-title-filter ~ .moo-filter .moo-title-filter + ul li.active {
                display: block;
                padding: 5px !important; }
          #moo-finder .moo-container .moo-filters > .moo-title-filter.active ~ .moo-filter li {
            padding: 5px !important; }
          #moo-finder .moo-container .moo-filters > .moo-title-filter.active ~ .moo-filter .load {
            display: block; }
          #moo-finder .moo-container .moo-filters > .moo-title-filter.active ~ .moo-filter .moo-title-filter {
            display: block; }
            #moo-finder .moo-container .moo-filters > .moo-title-filter.active ~ .moo-filter .moo-title-filter.active + ul li {
              display: block;
              padding: 5px !important; }
          #moo-finder .moo-container .moo-filters, #moo-finder .moo-container .moo-filters + .mfd-results {
            width: 100%; }
          #moo-finder .moo-container .moo-filters .moo-title-filter {
            position: relative;
            margin: 0px; }
            #moo-finder .moo-container .moo-filters .moo-title-filter:after {
              content: '+';
              display: block;
              position: absolute;
              right: 5px;
              top: 0;
              line-height: 20px;
              font-size: 26px;
              font-weight: normal;
              cursor: pointer; }
            #moo-finder .moo-container .moo-filters .moo-title-filter.active:after {
              content: '-'; } }
  #moo-finder .no-results {
    color: #ffc552;
    background: #fff8eb;
    padding: 20px;
    text-align: center; }
  #moo-finder .mfd-results {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-height: 100vh;
    overflow: hidden scroll;
    margin: 0 !important;
    width: 100%; }
    #moo-finder .mfd-results:empty {
      display: none; }
    #moo-finder .mfd-results li {
      display: flex;
      justify-content: center;
      text-align: center;
      margin: 5px;
      align-self: baseline; }
      #moo-finder .mfd-results li .price {
        display: block;
        font-weight: bold;
        font-size: 1.5em;
        padding: 5px;
        text-align: center !important; }
      #moo-finder .mfd-results li img {
        height: auto; }
  #moo-finder .load {
    position: relative;
    width: 10px;
    height: 30px;
    margin: auto; }
    #moo-finder .load div, #moo-finder .load:after, #moo-finder .load:before {
      display: inline-block;
      position: absolute;
      left: 0px;
      width: 8px;
      background: #ccc;
      animation: load-moo-finder 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
    #moo-finder .load:after {
      content: '';
      left: 0px;
      animation-delay: -0.24s; }
    #moo-finder .load div {
      left: 10px;
      animation-delay: -0.12s; }
    #moo-finder .load:before {
      content: '';
      left: 20px;
      animation-delay: 0; }

@keyframes load-moo-finder {
  0% {
    top: 0px;
    height: 20px; }
  50%, 100% {
    top: 10px;
    height: 10px; } }
