.divSectionCart, .divSectionSmarttray {
  /*position: absolute;
  top: 66px;
  left: 0.75rem;
  height: calc(100vh - var(--HeaderHeight) - var(--FooterHeight) - 100px);
  */
  display:none;
  z-index: 26;
  margin-top:0;
}
.zr-app-rate-bar{
  margin-top:0;
}

.advance-result-item {
  width: calc(16.66% - 1.27rem);
}
.zr-res-active .advance-result-item {
  width: calc(20% - 1.27rem);
}

.body-cart-cart > div, .body-Smarttray-Smarttray > div{
  width:40px;
  height:40px;
}

.advance-result-img img {
  max-height: 220px;
  height: 220px;
}

.body-Smarttray-Smarttray , .body-cart-cart{
  top: 185px;
}