.lp-row.mini-row .lpc-folder-block .lpc-select-folder-container {
    margin-top: -20px !important; }
    .lp-row.mini-row .lpc-folder-block .lpc-select-folder-container .lpc-query-folder {
      top: 50px; }
  
  .lpc-folder-block .items-folder-id {
    display: none;
    opacity: 0;
    visibility: hidden;
    font-size: 0; }
    .lpc-folder-block .lpc-folder-item-div {
      min-height: 40px;
      padding: 10px 14px 10px 14px;
      display: flex;
      justify-content: space-between;
      outline: 0;
      transition: all 0.15s;
      box-sizing: border-box;
      color: #212121;
      font-family: "Open Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 128%;
      letter-spacing: -0.2px; }
    .lpc-folder-block:hover .lpc-select-folder-container {
      opacity: 1;
      height: auto;
      pointer-events: none; }
      .lpc-folder-block:hover .lpc-select-folder-container .lpc-query-folder {
        pointer-events: all; }
      .lpc-folder-block:hover .lpc-select-folder-container .lpc-query-folder__body li.hasChild > .lpc-query-folder__option {
        cursor: pointer;
        pointer-events: all; }
      .lpc-folder-block:hover .lpc-select-folder-container .lpc-query-folder__option.all-folders {
        cursor: pointer;
        pointer-events: all; }
    .lpc-folder-block .lpc-select-folder-container {
      pointer-events: none;
      display: inline-block;
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1000;
      margin-top: 8px;
      margin-left: 10px;
      height: 0;
      transition: opacity 0.2s; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder {
        position: sticky;
        top: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        align-items: center; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.load {
        padding: 18px;
        border-radius: 8px;
        background: var(--colors-primary-c-11-lighten-45, #fff7ce); }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.lpc-shop-not-found {
        color: var(--lpc-query-color-input, #212121);
        border: 1px solid var(--colors-primary-c-11-lighten-30, #ffeb82);
        border-radius: 4px;
        padding: 10px 16px 10px 16px;
        min-width: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: none;
        transition: background-color 0.2s;
        color: #212121;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 128%;
        letter-spacing: -0.2px; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.lpc-shop-not-found .lpc-query-folder__load {
          display: none; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.lpc-shop-not-found .lpc-query-folder__error {
          color: #212121; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder .lpc-query-folder__error {
        display: none; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder .lpc-query-folder__some-error {
        display: none; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.lpc-shop-not-found .lpc-query-folder__error {
        display: inline-block; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.loaded {
        cursor: auto; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.loaded .lpc-query-folder__load {
          display: none; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.loaded .lpc-query-folder__select {
          display: block; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__select {
        display: none;
        color: var(--lpc-query-color-input, #212121);
        font-feature-settings: 'clig' off, 'liga' off;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 128.571%;
        letter-spacing: -0.2px;
        box-sizing: border-box;
        position: relative; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__select.open .lpc-query-folder__arrow {
          transform: rotate(180deg); }
          .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__select.open .lpc-query-folder__body {
            display: flex; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder .lpc-query-folder__input {
          background: #a6f5a9;
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
          border-radius: 4px;
          padding: 10px 40px 10px 16px;
          position: relative;
          min-width: 280px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          border: none;
          cursor: pointer;
          transition: background-color 0.2s;
          color: #212121;
          font-family: "Open Sans";
          font-size: 14px;
          font-style: normal;
          font-weight: 600;
          line-height: 128%;
          letter-spacing: -0.2px; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder .lpc-query-folder__input:hover {
          background: #b3ffb6; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder .lpc-query-folder__arrow {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 26px;
        height: 26px;
        -webkit-mask-image: url('/g/s3/lp/lpc.v4/img/products_block/down-arrow.svg');
        mask-image: url('/g/s3/lp/lpc.v4/img/products_block/down-arrow.svg');
        -webkit-mask-size: 26px 26px;
        mask-size: 26px 26px;
        -webkit-mask-position: 50% 50%;
        mask-position: 50% 50%;
        -webkit-mask-repeat: no-repeat no-repeat;
        mask-repeat: no-repeat no-repeat;
        background: var(--lpc-query-arrow, #333); }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.folder-selected .lpc-query-folder__select.open .lpc-query-folder__arrow {
        background: var(--lpc-query-arrow-selected, #29bc50);
        transform: rotate(180deg); }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.folder-selected .lpc-query-folder__input {
          background: var(--lpc-query-bg-input-selected, #f4fff4); }
          .lpc-folder-block .lpc-select-folder-container .lpc-query-folder.folder-selected .lpc-query-folder__input span {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__search {
        width: 100%;
        padding: 8px; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__search .search-folder-input {
          font-family: 'Arial', sans-serif;
          width: 100%;
          background: #fff;
          box-sizing: border-box;
          border-radius: 4px;
          outline: none;
          font-style: normal;
          font-weight: 600;
          font-size: 15px;
          line-height: 18px;
          padding: 10px 10px 10px 39px;
          background: url("/assets/cms/images/svg_icons/oah_icons/oah-search.svg") 10px 50% no-repeat;
          border: 1px solid #a0a0a0; }
    .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option {
      background: #fff;
      color: rgba(33, 33, 33, 0.35);
      pointer-events: none;
      width: 100%;
      display: flex; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option.all-folders {
        color: #212121; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option.all-folders.opted {
          color: #212121; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option.unfiltered {
        display: none; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option.opted {
        background: #d6ffd8;
        color: #00d408; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option.opted + ul li:not(.first-level) {
          border-left: 1px solid #00d408; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option:hover {
        background: #d6ffd8; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option:hover i {
          color: #212121; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: calc(100% - 30px); }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__option i {
        font-style: normal;
        color: var(--lpc-query-option-index-color, rgba(33, 33, 33, 0.3));
        transition: background-color 0.2s; }
      .lpc-folder-block .lpc-select-folder-container .lpc-shop-not-found .lpc-query-folder__load, .lpc-folder-block .lpc-select-folder-container .lpc-shop-not-found .lpc-query-folder__error {
        color: #555; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body {
        margin-top: 3px;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 4px;
        box-shadow: var(--lpc-query-body-shadow, 0px 4px 16px 0px rgba(0, 0, 0, 0.15));
        overflow: hidden;
        background: var(--lpc-query-body-bg, #fff);
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
        height: 300px;
        width: 280px;
        overflow-y: auto; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li:not(.first-level) .lpc-query-folder__option {
        padding: 7px 14px 7px 14px;
        min-height: 32px;
        font-family: "Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        /* 128.571% */
        letter-spacing: -0.2px; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li:not(.first-level).hasChild > .lpc-query-folder__option {
          color: #212121; }
          .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li:not(.first-level).hasChild > .lpc-query-folder__option.opted {
            color: #00d408; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li.first-level > .lpc-query-folder__option.choose::before {
          display: none; }
          .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li.first-level > .lpc-query-folder__option.choose.opted {
            background: #d6ffd8; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li.hasChild > .lpc-query-folder__option {
          color: #212121; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li.hasChild > ul {
          display: none; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body li.hasChild.active > ul {
          display: block; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body ul {
        width: 100%; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body ul li {
          padding-left: 0px !important;
          box-sizing: border-box; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body ul li::before {
          display: none; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body > ul {
        padding: 0;
        margin: 0; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body > ul ul .lpc-query-folder__option.opted {
          background: #fff;
          color: #00d408; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body > ul ul li {
          margin-left: 14px !important;
          border-left: 1px solid rgba(33, 33, 33, 0.35); }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body > ul ul li .lpc-query-folder__option:hover {
          color: #00d408;
          background: #fff; }
        .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body > ul > li {
          padding-left: 0 !important; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body.custom-scroll::-webkit-scrollbar {
        width: 8px;
        height: 1px; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body.custom-scroll::-webkit-scrollbar-track-piece {
        background-color: #f3f3f3;
        border-radius: 5px; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body.custom-scroll::-webkit-scrollbar-thumb {
        height: 100px;
        background: #b1b1b1;
        border-radius: 5px;
        width: 8px; }
      .lpc-folder-block .lpc-select-folder-container .lpc-query-folder__body.scroll-width-thin {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.3) transparent; }