.search-results {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  top: 20px;
  height: auto;
  overflow: scroll;
  background: white;
  max-height: calc(100vh - 200px);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  border-radius: 15px;
}
.topHiddenBarContainer .search-results {
  width: 100%;
}
.shownBar .search-results {
  overflow: auto;
}
.search-hit {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: block;
  color: black;
  font-size: 12px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #d9d9db;
  z-index: 10000;
}
.search-hit:hover {
  background: #7a182f17;
}
.search-hit-img {
  position: relative;
  float: left;
  width: 62px;
  width: calc(17% - 10px);
  height: 70px;
  margin-left: 10px;
  margin-top: 0px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.search-hit-info {
  position: relative;
  float: left;
  width: calc(46% - 20px);
  text-indent: 10px;
}
.search-hit-title {
  position: relative;
  float: left;
  width: 100%;
  height: 25px;
  font-weight: 600;
  overflow: hidden;
}
.search-hit-author,
.search-hit-editorial {
  position: relative;
  float: left;
  width: 100%;
  height: 18px;
  font-size: 12px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-hit-price {
  position: relative;
  float: left;
  color: black;
  font-weight: 600;
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
  width: calc(100% - 15px);
}
.search-hit-itau-price {
  position: relative;
  float: left;
  color: #da7349;
  font-weight: 600;
  width: calc(100% - 15px);
  text-align: center;
  margin-right: 15px;
  font-size: 14px;
  line-height: 22px;
}
.search-hit-itau-img {
  background-image: url(/files/banks/itau.svg);
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/files/banks/itau.svg");
}
.search-buy-button.desktopElement {
  position: relative;
  float: right;
  width: calc(17% - 10px);
  height: 26px;
  background: #a2122e;
  border: 1px solid #a2122e;
  color: #fff;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-right: 10px;
  border-radius: 15px;
  text-align: center;
  text-indent: 0;
}
.search-buy-button.desktopElement:hover {
  background: transparent;
  color: #a2122e;
}
.search-buy-button.mobileElement {
  width: 8%;
  margin-left: unset;
  position: relative;
  float: right;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
.search-hit-view-all {
  position: relative;
  display: block;
  text-align: center;
  color: black;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  text-transform: lowercase;
}
.search-hit-view-all:hover {
  background: #7a182f17;
}
.search-hit-prices-box {
  width: 22%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .search-hit-itau-img {
    margin-right: 5px;
    display: none !important;
  }
  .search-hit-price {
    width: 100%;
    text-align: left;
    margin-left: 0;
    font-size: 13px;
    margin-right: 0;
  }
  .search-hit-prices-box {
    width: 22%;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    height: 22%;
    justify-content: center;
  }
  .search-hit-info {
    width: calc(51% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .search-hit-title {
    margin-top: 0px;
    line-height: 15px;
    height: 16px;
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .search-hit-client {
    line-height: 23px;
  }
  .search-hit-itau-price {
    width: calc(100% - 40px);
    text-align: left;
    margin-left: 25px;
    font-size: 13px;
  }
  .search-results {
    margin-top: 45px !important;
    width: 90%;
    position: fixed;
    top: 140px;
    left: 5%;
    max-height: calc(100svh - 200px);
    z-index: 3;
  }
}
