#klevuResultsBlock.klevuResultsBlock{
  order: 1;
}

#klevuSuggestionsBlock.klevuSuggestionsBlock{
  order: 2;
}

.klevu-searching-area-l2,
.klevu-pt-rs-hover {
  border-radius: 0;
  position: fixed !important;
  top: 141px !important;
}

@media screen and (max-width: 1399px) and (min-width: 1000px){
.bxc.bx-base.bx-impress ~ .klevu-fluid .klevups-enabled.klevu-pt-rs-hover, .bxc.bx-base.bx-impress ~ .klevu-fluid .klevu-searching-area-l2 {
    transform: translateY(3px) !important;
}
}

@media screen and (max-width: 1000px) {
  .bxc.bx-base.bx-impress ~ .klevu-fluid .klevups-enabled.klevu-pt-rs-hover, .bxc.bx-base.bx-impress ~ .klevu-fluid .klevu-searching-area-l2 {
      transform: translateY(35px) !important;
  }
  .klevu-searching-area-l2,
.klevu-pt-rs-hover {
 top: 111px !important; 
}
  }

@media screen and (min-width: 1037px) {
  .klevu-searching-area-l2,
  .klevu-pt-rs-hover {
    border-radius: 0;
    position: fixed !important;
    top: 110px !important;
  }

  .scrolled .klevu-searching-area-l2,
  .scrolled .klevu-pt-rs-hover {
    top: 123px !important;
  }
}

@media screen and (min-width: 1440px) {
  .klevu-searching-area-l2,
  .klevu-pt-rs-hover {
    border-radius: 0;
    position: fixed !important;
    top: 96px !important;
  }

  .klevu-searching-area-l2.with-bouncex,
  .klevu-pt-rs-hover.with-bouncex {
    top: 133px !Important;
  }

  .scrolled .klevu-searching-area-l2,
  .scrolled .klevu-pt-rs-hover {
    top: 61px !important;
  }

  .scrolled .klevu-searching-area-l2.with-bouncex,
  .scrolled .klevu-pt-rs-hover.with-bouncex {
    top: 98px !important;
  }
}

